Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #200885

    richardhale
    Participant

    Thanks for your time.

    Our URL is http://meltini.com

    The nav bar opens automatically on Internet Explorer but not Chrome. I need the nav bar to light up automatically on hover. Can you please explain how to do this? Thanks for all the help!!!

    #200895

    richardhale
    Participant

    And just to confirm, I tried everything that was suggested in the resources. Thanks

    #201151

    Christopher
    Moderator

    Hi there,

    I just tested your site on chrome and dropdown works fine.
    Please clear browser cache and test again.

    Thanks.

    #201666

    richardhale
    Participant

    The client and I did this again but we still don’t get the nav opening on hover. Appreciate your time and help.

    #201916

    Rad
    Moderator

    Hi there,

    It works on my end.

    Would you mind providing a video recording of the issue you’re getting? Maybe we’re looking on different thing.

    Thanks!

    #201947

    bartcast
    Blocked
    #201986

    richardhale
    Participant

    Sorry to confuse you. I don’t know how to send an audio file. Let me explain better.

    We want our navigation menu to automatically display dropdowns on hover. Right now, you have to click the menu item for the sub-menus to appear. We would like for them to display automatically when the mouse hovers over the navigation menu. I tried a few codes I found in the forum but they didn’t work. Both my clients want this, so I appreciate any help. I’m quite sure a code can do this function. In other words, we want our entire menu to be able to appear when the cursor hovers the respected menu item.

    On Internet Explorer, it works fine. But on Chrome, we can’t get it to work. I tried on another computer today but I still have the same problem. We are just looking for ALL navigation submenus to appear when we hover the parent menu. Automated navigation.

    The site

    http://meltini.com

    Thanks

    #202224

    Christopher
    Moderator

    Hi there,

    Please add the following CSS under Customize -> Custom -> CSS :

    li.menu-item-has-children:hover >ul {
    display: block;
    }

    Hope it helps.

    #202378

    richardhale
    Participant

    PERFECT!! Thanks for the time! Works perfect.

    #202596

    Nico
    Moderator

    Hi there,

    We are glad it works. Happy to see you happy.

    Cheers!!