We are trying to edit something in Cornerstone, and it keeps saying it cannot save.
Any ideas? All updates are done.
We are trying to edit something in Cornerstone, and it keeps saying it cannot save.
Any ideas? All updates are done.
Hi there,
Thank you for reaching out to us. I checked your site and I see couple of errors in browser’s console that could be breaking the Cornerstone editor. To fix the issue, please check for the following:
Test for a plugin conflict. 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.
Remove custom JavaScript and deactivate your child theme and switch to parent theme (take a complete backup first).
Reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.
Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.