I’ve just discovered that on most of my X theme sites I can no longer open the home page in cornerstone. I can open and edit any other page, but not the home pages.
Help!?
I’ve just discovered that on most of my X theme sites I can no longer open the home page in cornerstone. I can open and edit any other page, but not the home pages.
Help!?
Hi @bsolveit
Can you please go through a few common issue troubleshoot:
If none of this helps, please add the following code to your wp-config.php file and share your website credentials to us using a secure note.
To know how to create a secure note, please check this out: https://theme.co/docs/getting-support
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );
Please find the video will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.