Cornerstone Not Loading with Plugins

I’ve used Cornerstone with the X-Theme on several sites and have not run into this issue before. When certain plugins are activated, pages do not load to edit in Cornerstone. I’ve followed the instructions on this support ticket: https://theme.co/apex/forums/topic/cornerstone-not-loading-3/

I’ve installed Transient and did the SAMEORIGIN header, but neither of those fixes resolved it.

The plugins I am having issues with are Slider Revolution, Ninja Forms, and Google Analytics.

Below is a screenshot of my console when it fails.

Summary

http://www.baysoundstudios.com/wp-admin/

Let me know if you need my credentials.

Hi,

Can you try adding the code below in your wp-config.php file located at the root directory of your site.

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

If that doesn’t help, please provide us your wordpress admin login and ftp login in Secure Note(key icon)

Thanks

Thank you! This seems to have fixed it.

You are welcome!

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