Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #393414

    Hi Enfold,

    I have found a problem in my portfolio items single pages. The usual navigation in the sides of the page for previous or next portfolio item are not showing when there is an advanced layed slider inside the page. Details in Private Content.

    Without layerslider, with links
    With layerslider, without links

    Regards.

    #393978

    Hi GoldkoiFish!

    What happens when you change line 355 in /enfold/functions-enfold.php from this.

    if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    

    To this.

    if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical'])) return;
    

    Cheers!
    Elliott

    #393989

    Well, problem solved! I have no idea why this line was not as expected however.

    Thank you anyway.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio items navigation not showing when advanced layerslider is in the page’ is closed to new replies.