Tagged: homepage, revolution slider
Hi, I’m new with Enfold theme. I select it for its WPML compatibility after a lot of problems with the old theme. The installation is WP 4.2.1, WPML CMS, Gravity Forms (developer), Revolution Slider.
I am setting up the web and I have a pair of errors that I need to resolve.
1) Home page: – full screen revolution slider. 2 errors appear: Notice Undefined index: index in /.………../slideshow_revolution.php on line 112 and below: Notice Undefined index: index in /.………../slideshow_revolution.php on line 115
Thanks in advance
Hi urdaniz!
Thank you for using Enfold.
The slider is working fine when I checked the page. I think we can hide the notices. Add this in the wp-config.php file:
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
Regards,
Ismael