Theme not loading. Just spinning

Hello
When trying to edit with Cornerstone in Wordpress, I just keep getting the spinning square in the middle of the white page with a circle spinning in the middle of that.

Hello There,

Thanks for writing in! 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.

To increase your WP memory limit, please follow the instructions here:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

Kindly let us know if this works out for you.

Thx for your help. I added quite of bit of RAM, via GoDaddy’s tech support. Up to 512 of RAM. And I’m still getting the loading screen. I did recently put on a Cloudflare SSL cert. Could that have something to do with it?

Hey there,

If you have update the site URL from HTTP to HTTPS, there is also a chance that there are some resources where the URL was not update. You can double check and do a complete update of the URLs using the Better Search and Replace plugin. You will have to check for http://example.com and replace it with https://example.com. Please note to replace example.com to your domain. Before doing the update, please make sure to keep a backup of your site.

Kindly also check for plugin conflict in case the issue persists. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!