Constant issues with Cornerstone editor not working despite numerous upgrades

Hi there, editor not working… we have tried everything we can think of including deactivating all plugins, upgrading theme, cornerstone over multiple updates and changing theme folder permissions to the dreaded 777.

Still despite this we are unable to get the editor to work.

Please advise? We are well and truly needing support at this point.

Client having babies and we consistently have no solution.

We have the latest version of WordPress.

Hi,

I tried a few of your pages and it seems to work well.

You can try increasing your memory limit and maximum execution time by adding the code below in wp-config.php file

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

Hope that helps.

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