Hi @GPRSEO
There might be a few different reasons for this issue, I would suggest you troubleshoot with a few of the common issues:
- Theme Related Issue
- TESTING FOR PLUGIN CONFLICT
- Increasing PHP Memory Limit
- Child Theme Issue
If none of these helps, can you please add the following code to your wp-config.php for debug setup.
And please inform the exact issues to us for further 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
Hope it helps.