I am wondering how I can get the effect found in this demo (http://kriesi.at/themes/enfold-restaurant-one-page/) for the Fullwidth Sub menu where each menu item get highlighted when you scroll past that section.
I have imported the demo and it works as supposed but when I use the Fullwidth Sub Menu (with the same styling as the main menu) it doesnt work the same way and you don’t “see” on the menu which section you are currently viewing.
How do I solve this?
Hi,
Open js/avia.js and look for this line:
$('body').avia_scrollspy({target:'.main_menu .menu li > a'});
Replace it by this:
$('body').avia_scrollspy({target:'.av-subnav-menu li > a'});
Regards,
Josue