Cornerstone doesn't display content to edit

When I go in to edit an already established page, cornerstone just displays a blank page template. I don’t want to redo all of the pages on my site, so I’m hoping there is a workaround. I can see the code in the text editor so it’s still “there”. Seems to be a conflict with Cornerstone pulling it in.

  1. WP and theme X are running the latest version
  2. Cornerstone is running the latest version
  3. I’ve already tried to disable plugins to see if there was a conflict - didn’t work.
  4. Cleared cache - didn’t work.

Any ideas on what else to try?

Hi there,

Please also check the memory allocated to PHP if you haven’t done so already. To increase it, please edit your wp-config.php file and insert these lines:

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

Let us know how it goes.

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