[Support request] Vertical nav in single column

Home Forums Support [Support request] Vertical nav in single column

Home Forums Support Vertical nav in single column

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #786827
    Krzysztof

    Hello. I cannot find anything useful about this, and don’t want to buy a plugin if I don’t have to. Is there a simple way to make vertically oriented menu with submenu items sliding out in same column?
    I use GP with Elementor Pro.

    #787182
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Something like our Sider site?: https://generatepress.com/site-library#sider

    Let me know 🙂

    #787195
    Krzysztof

    Hey Tom, thanks for answer. Yes, but with accordien menu sub nav that will stay in open state after clicking on subitem. Elementor Pro has it’s nav menu pro, which has this menu type, but unfortunately it doesn’t work well when the main item and sub item are links, and also closes after opening subpage from it’s link.

    #787438
    Tom
    Lead Developer
    Lead Developer

    Stay open when? When you’re on that page/one of the child pages?

    If so, what if you did this?:

    #site-navigation .current-menu-item ul,
    #site-navigation .current-menu-ancestor ul {
        left: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        height: auto;
        overflow: visible;
    }

    It would work best with the Click – Menu Item as the Dropdown type: https://docs.generatepress.com/article/navigation-dropdown/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.