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

    Hi,

    For this project (see PC) we use the Megamenu. As you can see we have main menu items with one sub-level. At the moment there’s a mouse over action that shows the sub-level. How can I get rid of this?

    What we like to have is that a visitor first has to click on -let’s say- “Ik zoek een medewerker” (second menu item) and then goes to that specific page with the sub-level of that menu item showing. So instead of on “mouse over” something like “on click”?

    You advice is much appreciated!

    Regards,

    Steven

    #722787

    Hey steviger,

    Thank you for using Enfold.

    It’s possible but you have to modify one of the parent theme files. Edit the js > avia.js file, look for this code around line 1246.

    currentLink.bind('mouseenter', function()
    

    Replace it with:

    currentLink.bind('click', function()
    

    Best regards,
    Ismael

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