Corner Stone not showing content

Hi,
Corner Stone doesn’t show the content but keeps the logo instead.
What can I do?
Thanks :slight_smile:

Hello Simon,

Thanks for writing in! Usually a loading Cornerstone logo 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. */

Meanwhile, please go to X > Status. Copy the results and paste it in your next reply.

We would loved to know if this has work for you. Thank you.

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