Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #568694

    Hello,

    I am testing a new website with a touch tablet (Surface Pro 4 and windows 10)
    The menu works fine except that the sub menus disappear too quickly in “touch mode”.

    How can I increase the display time for sub menus?

    Thanks
    John

    #569329

    Hi,

    Open js/avia.js and look for line 1033:

    delay:300
    

    Replace it by this:

    delay:800
    

    Regards,
    Josue

    #569400

    Thank you,

    These seems to only affect the mega menus. Is that correct? Can the entire menu be delayed to 800?.

    #569519

    Not necessarily, did you test it?

    Regards,
    Josue

    #569569

    I tested it yes. I appeared to increased the time it took to activate the sub menu instead of increasing the display time of the sub menu.

    #569589

    Ok, try changing this line (1187) instead:

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

    To:

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

    Best regards,
    Josue

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