Tagged: php notice
Had two notices of undefined indexes from enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php on lines:
923 and 926.
Fixed this by checking if the key existed first.
Line 923:
if(!empty($meta['index']) && $meta['index'] == 0) $params['close'] = false;
Line 926:
if(!empty($meta['index']) && $meta['index'] != 0) $params['class'] .= " slider-not-first";
Hey Switzer,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria