Tagged: x
-
AuthorPosts
-
February 14, 2017 at 11:03 am #1370699
darktriadmanParticipantThe CSS code here does not seem to impact it:
(Using Ethos theme)
.x-navbar .desktop .x-nav li:hover > ul.sub-menu { display: block; }Has this known bug been corrected since spring 2015?
Regards,
Ivan
February 14, 2017 at 11:19 am #1370719
JadeModeratorHi Ivan,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
February 14, 2017 at 11:57 am #1370776
darktriadmanParticipantIt’s in staging, not live. Here’s a video:
I think I have discovered what the problem is:
The vertical space between the parent menu link and the subsequent hover-generated child links, is large enough to cause the hover property to be disengaged when moving off the parent link and towards its hover-generated child links.
Can CSS be generated so that:
1. Once hover is attained over the parent menu link; child menu display remains TRUE unless the mouse moves OUT of an area defined as:
a) Top left of PARENT link; and
b) Bottom right of LAST CHILD linkThat means that once you hover over the main navigation link, the subsequent dropdown child menu becomes the new focus – and does not disappear until the mouse moves off of the entire displayed parent + child menu area(s).
Does this make sense?
Regards,
Ivan
February 14, 2017 at 12:03 pm #1370786
JadeModeratorHi Ivan,
Did you add any CSS customization that moved the submenu lower than it’s supposed to be?
Please try this code and adjust top value accordingly.
.x-navbar .desktop .sub-menu { top: 40px !important; }Hope this helps.
February 14, 2017 at 12:05 pm #1370794
darktriadmanParticipantTOTALLY FIXED
I love you guys.
Probably among the best customer service (and great code) from any company around.
THANK YOU!
Regards,
Ivan
February 14, 2017 at 12:17 pm #1370808
JadeModeratorYou’re most welcome, Ivan. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1370699 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
