Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #391473

    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

    #391720

    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

    • This reply was modified 9 years, 2 months ago by Elliott.
    #391731
    #392105

    Hi!

    Please try adding following code to Quick CSS

    .sidebar li.page_item_has_children:hover > ul.children {
    display: block;
    }

    Regards,
    Yigit

    #392153

    IT WORKS!!!!
    Thanks guys!
    Alex- Dadashi Art Gallery

    #392170

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Sidebar Submenus???’ is closed to new replies.