Tagged: enfold, navigation, sidebar, submenu
Hey gentlemen, thank you for the great theme.
A minor issue has sprung up that maybe you can help me with. I’ve created an Enfold site of course, and we’ve noticed that the sidebar does not display Submenus the same way the main navigation bar does. The site is: http://dadashiartgallery.ca/services/ and the tabs that do not show the submenu are under Restoration (there are three submenus) and Art Classes (where there is one).
We would like those submenus to display when the mouse hovers over the same way they do in the main navigation. They DO display underneath when the parent page is currently being viewed.
We appreciate the help! -Alex- Dadashi Art Gallery
Hey Dadashi!
Add this to your custom CSS.
.nested_nav > li:hover .children { display: block !important; }
If that’s not what your wanting then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott
So that didn’t work.
I’ve included photos now.
http://postimg.org/image/v3glv86ih/
http://postimg.org/image/fzz14v9ix/
Hi!
Please try adding following code to Quick CSS
.sidebar li.page_item_has_children:hover > ul.children {
display: block;
}
Regards,
Yigit
IT WORKS!!!!
Thanks guys!
Alex- Dadashi Art Gallery
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit