Hi @maritesganga, do you have any other errors being reported when you activate the plugin?
what version of WordPress are you using?
what version of the Contact Form 7 plugin are you using?
Hi!
wordpress version 4.9.1
cf7 i was on the latest version and then downgrade into 4.7 to make sure it wasnt an error that you have pointed out.
Its strange because the second part of the screen its not loading, its empty.
Check this screenshot: https://quizviajero.com/blog/wp-content/uploads/2017/12/Sin-título-1.jpg
Thanks!
yes, that’s very strange indeed. Can you inspect your page to see if you get any javascript errors in your console?
can you also turn on WP_DEBUG using the following lines in your wp-config.php file,
define('WP_GURUS_DEBUG', true);
define('WP_DEBUG', true);
if ( WP_DEBUG ) {
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
define('AUTOSAVE_INTERVAL', 600 ); //seconds
}
this will create a debug.log file in your wp-content folder. Please see if you are getting any PHP errors too.
Let me know your findings.
Since I have not heard from you on this thread I am assuming your issue is fixed so I am closing this.