Site logo

[Resolved] Keep dropdown submenu items visible

Home Forums Support [Resolved] Keep dropdown submenu items visible

Home Forums Support Keep dropdown submenu items visible

Viewing 15 posts - 31 through 45 (of 62 total)
  • Author
    Posts
  • #446330
    Tom
    Lead Developer
    Lead Developer

    No problem – thanks for reporting the issue!

    #446343
    Cris

    you’re welcome

    #449654
    Tom
    Lead Developer
    Lead Developer

    2.0.1 was just released which fixes this.

    Thanks!

    #449978
    Cris

    Hi Tom
    I updated 2.0.1 and deleted custom CSS but it doesn’t fixes the secundary menu’s spaces.

    #449982
    Tom
    Lead Developer
    Lead Developer

    Can you link me to your site again? Did you clear your browser cache?

    #449988
    Cris

    Solved! I cleaned browser cache and it works well.
    Thanks a lot Tom!!

    #449989
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

    #449990
    Cris

    Oh, no!
    Another problem with this. Now the active link is not visible at secondary menu.

    see here: http://bit.ly/2yrHR5e

    I use this custom CSS that before works:

    .sidebar .secondary-navigation .main-nav .current-menu-item > .sub-menu,
    .sidebar .secondary-navigation .main-nav .current-menu-ancestor > .sub-menu {
    opacity: 1;
    left: auto;
    right: auto !important;
    position: relative;
    width: 100%;
    clear: both !important;
    top: auto;
    float: none;
    visibility: visible;
    pointer-events: auto;
    }

    #450489
    Tom
    Lead Developer
    Lead Developer

    I’m not sure what you mean – which active link?

    #451531
    Cris

    Keep dropdown submenu items visible.
    I would like the submenu-items of the active parent menu to remain visible / unfolded. I updated 2.0.1 and this doesn’t work now.

    #451849
    Tom
    Lead Developer
    Lead Developer
    #451873
    Cris

    That CSS doesn’t work.

    I use this one but when I updated 2.0.1 it does’t work:

    .sidebar .secondary-navigation .main-nav .current-menu-item > .sub-menu,
    .sidebar .secondary-navigation .main-nav .current-menu-ancestor > .sub-menu {
    opacity: 1;
    left: auto;
    right: auto !important;
    position: relative;
    width: 100%;
    clear: both !important;
    top: auto;
    float: none;
    visibility: visible;
    pointer-events: auto;
    }

    #452294
    Tom
    Lead Developer
    Lead Developer

    It doesn’t look like you’re using the updated CSS – can you try it?

    #452322
    Cris

    ok. I’m used this now:

    .sidebar .main-navigation .main-nav .current-menu-item .sub-menu, 
    .sidebar .main-navigation .main-nav .current-menu-ancestor .sub-menu {
        opacity: 1;
        left: auto;
        right: auto !important;
        position: relative;
        width: 100%;
        clear: both !important;
        top: auto;
        float: none;
        visibility: visible;
        pointer-events: auto;
        height: auto;
        display: block;
    }
    
    .sidebar .current-menu-item .dropdown-menu-toggle, 
    .sidebar .current-menu-ancestor .dropdown-menu-toggle {
        display: none;
    }
    #452324
    Tom
    Lead Developer
    Lead Developer

    I’m not seeing the CSS at all now – where did you add it?

Viewing 15 posts - 31 through 45 (of 62 total)
  • You must be logged in to reply to this topic.