Cornerstone Preview not rendering

Every time I try to edit a page with Cornerstone, I get the following message:
“The preview was unresponsive after loading. This is most often related to a plugin conflict or aggressive page cacheing.”

I’ve cleared my cache and disables all the extra plug-ins, but I’m still getting the same message. I could use an idea on next steps to take.

Hey @trans4mationchurch,

Have you also tried other solutions in our troubleshooting article? Also try:

  1. 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.

  2. 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' );

Thanks.

1 Like

Thanks. I had already tried following the article, and couldn’t find the offending plug-in… however, when trying the steps again, I finally found the problem plug-in. Thanks for your help! Glad to know I was using the correct guidelines.

Glad you’ve found the problem plugin. Double checking sometimes helps. :slight_smile:

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