Split Support topic

I get the same issue page does not load the cornerstone contents… when editing from the backend for all site. It only loads the header and footer all the contents is blank - yet the sections are there listed on the left panel
any idea of a fix please

Hi There @neilr2096

We have pushed an update for X theme & Cornerstone. Could you please try update your setup and purge your server cache before testing your site again.

Let us know how it goes.
Thanks!

I have the same issue, have performed this updates but nothing happened.

Hey @diamela,

Could you please update to the latest versions?
Our latest versions are:

  • X theme 5.2.3
  • Cornerstone 2.1.4

This latest release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/).

After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

If nothing is working, please provide us access to your site so we can take a closer look.

Please let us know how it goes.

Still no change for me

Hey @neilr2096,

Could you please provide your url and access to your site if possible so that we can take a closer look?

Thank you in advance.

Site Details

Where can we login? /wp-admin redirects to a 404.

Site Login

Hi,

I checked and I can see it didn’t load the first time but it did get loaded the second time.

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

You may add it before this line of code.

/* That's all, stop editing! Happy blogging. */

Hope that helps

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