Cornerstone doesn't load when any new Plugins are activated

Hi I’m trying to install a gallery plugin but when I activate the plugin then try to edit my page with Cornerstone, the page does not load beyond the cornerstone logo. If I deactivate the plugin, then Cornerstone loads.

I have tried the following Gallery plugins - Envira Gallery, Easy Fancybox, Essential Grid and Photo Gallery by Supsystic. The same issue happens with all of them, but once I deactivate them then Cornerstone is fine.

I am running up-to-date versions of wordpress, x-theme and cornerstone.

Cheers

Hello There,

Thanks for writing in! This issue usually happens when you have exhausted your PHP memory limit. ​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.

Many thanks - this worked (although full disclosure… I rang my friendly hosting provider and they did it for me)

You’re welcome!
Thanks for letting us know that it has worked for you.

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