Hello,
On every page that does not have a header/footer, I have this line on the top. Can you please fix it ?
Notice: Undefined index: index in /home/escapekinu/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 421
Hey clpont,
Please configure debug display according to the article below:
If you need further assistance please let us know.
Best regards,
Victoria
Hello
I dont understand your reply.
Hello,
I am not a tech guy. Could you please do the debunging for me ?
Hi clpont,
You need to go to your wp-config.php and add this code:
// Turn debugging on
define('WP_DEBUG', true);
// Tell WordPress to log everything to /wp-content/debug.log
define('WP_DEBUG_LOG', true);
// Turn off the display of error messages on your site
define('WP_DEBUG_DISPLAY', false);
// For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
@ini_set('display_errors', 0);
If you need further assistance please let us know.
Best regards,
Victoria