- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by Sakin.
-
AuthorPosts
-
June 29, 2015 at 2:31 pm #60262CattextParticipant
Hi Sakin,
Is it possible to influence the speed of the drop down menu?
Now when we remove our mouse from the menu, it immediately disappears. So if you point your mouse wrong accidentally, then you’ve lost the menu.
We would like it to be so, that if you remove your mousepointer from the menu, the menu still stays visible for a few seconds.And is it also possible to make the drop down menus a little ‘see-through’ (don’t know what the proper term is).
July 1, 2015 at 2:12 am #60343August 23, 2015 at 3:26 pm #64988CattextParticipantHi Sakin,
I finally got around to properly search for a solution.
No plugin found unfortunately.
I have found a js script, but I don’t know where to implement it and I think there’s names in there that might not be correct (for the theme).
Could you help me tweak it so it will work on our website?var timer; $(".parent").on("mouseover", function() { clearTimeout(timer); openSubmenu(); }).on("mouseleave", function() { timer = setTimeout( closeSubmenu , 1000); }); function openSubmenu() { $(".submenu").addClass("open"); } function closeSubmenu() { $(".submenu").removeClass("open"); }
August 23, 2015 at 4:20 pm #64993SakinKeymaster@Cattext: Not so sure about it. You might need to hire developer for this. Try plugin like https://wordpress.org/plugins/superfish/
-
AuthorPosts
- The topic ‘delay drop down menu’ is closed to new replies.