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

    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?

    #336555

    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

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