Tagged: x
-
AuthorPosts
-
August 10, 2016 at 7:46 pm #1126461
natedeezyParticipantHi X-team,
I have drop-down menus in my navigation that appear on hover. However, for some reason they are appearing on click, instead of on hover (I want the drop-downs to appear on hover). Can you help me fix this?
I’ve added my own css to style the header but it has been functioning properly for months now. I’ve tried removing all the custom css and the problem persists, so I do not think my code is causing the issue. I’ve tried removing my java script as well and this too has no effect.
What can I do to fix this?
Thanks,
NateAugust 10, 2016 at 7:47 pm #1126468
natedeezyParticipantThis reply has been marked as private.August 10, 2016 at 8:08 pm #1126486
natedeezyParticipantAfter doing some more research it looks like this may caused by Windows 10 (as the drop-downs work fine on my mac). It’s treating the hover state in the menu (on my windows laptop, which is not a touch screen) as a tap event I believe. Is there a java script work around for this?
Thanks,
NateAugust 10, 2016 at 8:11 pm #1126490
natedeezyParticipantOk so I added this line of code:
.x-navbar .menu-item:hover .sub-menu{
display:block !important;
}and it’s working now…. lol
Darn windows 10.
Thanks,
nateAugust 10, 2016 at 11:12 pm #1126696
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1126461 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
