Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1115705
    Horizon
    Participant

    Hi

    I’ve just updated from 4.41 to the latest version of X and my sub menu no longer appears?! How can i resolve this? Thanks

    *Checked via Macbook (OS 10.11.3) on firefox and safari

    #1115706
    Horizon
    Participant
    This reply has been marked as private.
    #1115708
    SmithChiro
    Participant

    I’m having the same issue.

    #1115839
    Rahul
    Moderator

    Hey There,

    Thank your for writing in!

    Double check if your site have hover css for other page’s submenu. If not,

    You could add this css to yout customizer’s custom css to fix it.

    .x-navbar .menu-item:hover .sub-menu {
    display:block!important;
    }

    Hope this helps!

    #1115940
    Horizon
    Participant

    Hi

    I’ve added the code but its not changed anything, also before adding your code i deleted all my custom css to make sure it wasn’t conflicting. It worked fine before the updates, how can i resolve this?

    Thanks

    #1115995
    Otto
    Participant

    Hi,

    I have the same problem.

    #1116120
    Lely
    Moderator

    Hello Guys,

    We’re sorry for the inconvenience this has caused you. Please check this thread for the fixed:https://community.theme.co/forums/topic/uber-menu-stopped-working-after-update/#post-1108538
    We will let you know once we have an update on this issue. Thank you for understanding.

    #1116131
    ePaulo
    Participant

    Me too… same issue on two X-theme sites that I administer.

    #1116139
    Horizon
    Participant

    Thanks Lely the code worked

    .x-navbar {
      
        overflow-y: initial;
    }
    #1116569
    Friech
    Moderator

    Glad to hear that, rest assured that our Dev Team is already looking into this.

    Thank you for understanding.

    #1117171
    Otto
    Participant

    I’m using a static sidebar menu.
    The problem for me is solved with the suggested code and adding “!important”:

    .x-navbar {
    overflow-y: initial !important;
    }

    #1117172
    Otto
    Participant

    Thank’s foor the help.

    I’m using a static sidebar menu.
    The problem for me is solved with the suggested code and adding “!important”:

    .x-navbar {
    overflow-y: initial !important;
    }

    #1117310
    Joao
    Moderator

    Glad to hear it and thanks for letting us know

    Joao

    #1141893
    Horizon
    Participant
    This reply has been marked as private.
    #1142081
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-navbar {
        overflow: visible !important;
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1115705 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>