Cornerstone editor doesnt work when essential grid is activated

Hello,
I recently took over a dev project for a client.
The client has an extensive portfolio built with essential grid. However, when essential grid is activated the cornerstone front end editor doesnt load. it takes me to the cornerstone navigation area and does not load the page.

I have tried deleting plugin from file manager, reinstalling, and following the steps in the other simplar forum topics to no avail, everything is updated as well. Essential grid is the ONLY plugin causing this conflict.

The site is hosted on 1 & 1 right now but I will consider moving to my server. Need to fix this issue first.
Website is resurrectionmusclecars.com

Hi There,

Thanks for writing in! Most possible cause would be that you’re running out of your memory in your site. Try enabling WP_DEBUG mode on your wp-config.php file by changing the following line and then test to see if you’re getting any error messages.

define('WP_DEBUG', true);

Also you can try adding the following lines into your wp-config.php file to try and increase the memory limit.

Add the following lines into that file.

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

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

Let us know how it goes.
Thanks!

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