Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24351

    Hello,

    first of all: Great theme!

    Now my request:

    I want to shorten the navigation response time if I hover over the menu. It should display instantly the mega menu without the opacity effect.

    Thank you for your help,

    Richard

    #123255

    Hi,

    Open js > avia.js, go to line 537.

    item.stop().css('display','block').animate({opacity:1},300);

    Replace 300:

    item.stop().css('display','block').animate({opacity:1},0);

    Regards,

    Ismael

    #123256

    Hi Ismael,

    thanks for your help, but it is still with a slight delay (which has apparently nothing to do with the opacity).

    Please visit http://www.myprojectmanagement.info/kunden/klicklocal20/wordpress/ and you will see by hovering over “Leistungen” that there is still a delay. I would like it to display instantly.

    Thanks,

    Richard

    #123257

    Hi!

    You can also change the mouse hover delay – search for:

    var defaults =
    {
    modify_position:true,
    delay:300
    };

    and change it to i.e.:

    var defaults =
    {
    modify_position:true,
    delay:10
    };

    Regards,

    Peter

    #123258

    Works perfect :)

    thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Navigation Response Time’ is closed to new replies.