Pro not loading on adamfnaughton.com

I’m having a problem on a brand new site that I’ve never experienced before. Please help!

I just installed pro on https://www.adamfnaughton.com and I’m having problems getting the builder to work. Here’s a 30-second screenshot of what happens:

As you can see, the pro builder just sits there and never loads. I’ve let it run for minutes and nothing happens.

I used a one-click install on Dreamhost to set up wordpress and I’m using cloudflare, as well. This is the second time I’ve installed wordpress and pro… the exact same thing happened the first time, so I wiped my enter website and re-installed everything fresh…

And here we are.

Please help me!

Thanks,
Adam

Hey Adam,

Thanks for writing in!

Are you using CloudFlare or may have installed a caching plugin like WordFence, W3 Total Cache or WP Super Cache? Please keep in mind that after doing every updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

For best results, please make sure that you are using the recommended CloudFlare settings. Please check it out here: https://xthemetips.com/using-cloudflare-rocket-loader-with-x-pro-and-x5/928/

And in most cases, A loading screen would probably because you have exhausted your PHP memory limit. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at the beginning of /wp-includes/default-constants.php) for single site and 64MB for multisite, so the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup. ​We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

We would loved to know if this has work for you. Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.