Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1043106

    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";
    
    #1043362

    Hey Switzer,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.