On many themes the Mega Menu is positioned below useful content (links like the Cart, Checkout, Site Logo, etc). Trying to get the mouse onto these causes the menu to annoyingly open. It's even worse going the other way as the menu opens, obscuring the content you're heading for.
SellerDeck since V11 has jQuery loaded and we can use this to add a "hoverintent" capability to the Mega Menu so it only fires if the mouse lingers on one of the top-level entries.
Even better, this capability can be added without altering the Mega Menu layouts in any way.
Here's how:
Unzip the attached file into your Site folder.
Go to Design /Library / Layouts / JavaScript Header Functions / Standard Javascript Header functions. Scroll to the bottom and append the following code:
That's it. The beast is now tamed!
SellerDeck since V11 has jQuery loaded and we can use this to add a "hoverintent" capability to the Mega Menu so it only fires if the mouse lingers on one of the top-level entries.
Even better, this capability can be added without altering the Mega Menu layouts in any way.
Here's how:
Unzip the attached file into your Site folder.
Go to Design /Library / Layouts / JavaScript Header Functions / Standard Javascript Header functions. Scroll to the bottom and append the following code:
Code:
<script type="text/javascript" src="jquery.hoverintent.for.mega.menu.js"></script>
Comment