Page not loading https://mywebsite.com/x/#/content/15252

Can someone help please

I am trying to edit my homepage which already has a site installed and all I am getting is the cornerstone icon pulsating, I have the side panel but no preview. I have installed both the x theme and the child theme, I am currently working from the x theme (WordPress theme)

I have solved this problem removed two plugins

Hello Helen,

Thanks for writing in! Usually, when you deactivate a plugin/s and the Cornerstone or X > Theme Options loads again, this could mean that you have exhausted your PHP memory limit. ​We recommend that you increase your memory allocated to PHP. 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' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

We would love to know if this has worked for you. Thank you.

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