Hello Libbey,
Thanks for writing in! Could you please update to the latest versions?
Our latest versions are:
- X theme 7.1.2
- Cornerstone 4.1.2
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 you are already up to date and still having issues, please go to X > Status, copy the results and paste it in your next replay so we can analyze your server settings. Most probably you have exhausted PHP memory limit. And if this is the case, we highly 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. */
Please let us know how it goes.