-
AuthorPosts
-
February 6, 2015 at 8:56 pm #200885
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!!!
February 6, 2015 at 9:30 pm #200895And just to confirm, I tried everything that was suggested in the resources. Thanks
February 7, 2015 at 10:21 am #201151Hi there,
I just tested your site on chrome and dropdown works fine.
Please clear browser cache and test again.Thanks.
February 8, 2015 at 10:15 am #201666The client and I did this again but we still don’t get the nav opening on hover. Appreciate your time and help.
February 8, 2015 at 9:23 pm #201916Hi 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!
February 8, 2015 at 10:47 pm #201947February 9, 2015 at 12:03 am #201986Sorry 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
Thanks
February 9, 2015 at 7:02 am #202224Hi there,
Please add the following CSS under Customize -> Custom -> CSS :
li.menu-item-has-children:hover >ul { display: block; }
Hope it helps.
February 9, 2015 at 10:25 am #202378PERFECT!! Thanks for the time! Works perfect.
February 9, 2015 at 3:31 pm #202596Hi there,
We are glad it works. Happy to see you happy.
Cheers!!
-
AuthorPosts