Hey team..look at the following URL.
When a user selects a portfolio project. Isn’t there an option for the PORTFOLIO section that provides pagination to scroll to the next or previous project? Without going back to the main menu or back button?
Thanks!
JS
Hey Justin!
I guess you’re referring to the Portfolio Navigation that appears at the sides, as there’s a fullscreen element at the start they don’t show up and it’s because they overlap.
You can remove this rule if you want at functions-enfold.php (404-405):
if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) ||
class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
Cheers!
Josue
Hmm ok, not a preferred route to go for me. Too much maintenance everytime I upgrade the theme.
Maybe better off just adding a ‘back to portfolio’ button.
Thanks!