- This topic has 8 replies, 1 voice, and was last updated 5 years, 6 months ago by
Deepak.
-
AuthorPosts
-
October 10, 2018 at 1:54 am #697687
Luizik
Hello dear developer!
If i set main menu submenu open on hover it opens down, but sub menu in additional menu in sidebar opens to the right.
How can i opens down too?October 10, 2018 at 11:01 am #698174Tom
Lead DeveloperLead DeveloperYou could try something like this:
.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul, .dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul { left: 0; position: relative; } .dropdown-hover .sub-menu .dropdown-menu-toggle:before, .dropdown-hover .children .dropdown-menu-toggle:before { content: "\f107"; }However, you’ll notice that the UX suffers when this happens, as the height of the dropdown area jumps around as you move your mouse down the list.
October 12, 2018 at 12:15 am #699197Luizik
Dear, Tom!
I put this code, but nothing has changed, it still drops to the right.
That would be great if I could set main menu drops down on hover and addtitional menu set drops down when one clicks.But there is only one setting for both menus.
October 12, 2018 at 10:09 am #699622Tom
Lead DeveloperLead DeveloperI’m not seeing a secondary nav on your site. Any chance you can link me to it so I can see why it’s not working?
I agree – the Secondary Nav needs its own dropdown type setting. Coming soon 🙂
October 12, 2018 at 10:44 am #699659Luizik
October 12, 2018 at 5:23 pm #699807Tom
Lead DeveloperLead DeveloperAh, it’s in the sidebar.
Try this instead:
.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li:hover ul { left: 0; position: relative; width: 100%; } .dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before, .dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before { content: "\f107"; }October 13, 2018 at 12:57 am #699944Luizik
Thank you very much!
Kisses!Full of thanks and waiting for updates for menu settings, Luiza)))
October 13, 2018 at 9:40 am #700208Tom
Lead DeveloperLead DeveloperGlad I could help! 🙂
October 13, 2020 at 7:20 am #1486711Deepak
Hi Tom,
how can we add more animation and transition delay to the drop down and slide up? I can use different animation but can you please help with the class name to be used?
And can we implement click button instead of hover here?
Regards
Deepak -
AuthorPosts
- You must be logged in to reply to this topic.