Tagged: advanced layerslider, items, navigation, Portfolio
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.
Regards.
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
Well, problem solved! I have no idea why this line was not as expected however.
Thank you anyway.