Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1108881
    dletell
    Participant

    Hi all,

    Since the newest release of X theme, one of my websites has a problem with its navbar. On hover, it would show the submenus in the navbar on the left, but it no longer does this. I have attempted to add the following code as recommended by another thread:

    .x-navbar .desktop .x-nav > li:hover ul.sub-menu {
         display:block !important;
    }

    This did not make a difference to fix the site. I did also notice that I now have a scroll bar on the menu, which I don’t want. But I didn’t know if this is related to the issue I’m having. I have also tried deactivating all plugins to account for conflict, but this did not fix the issue either.

    The site is at: http://urlaubbowen.com
    I’m running WordPress 4.5.3 with X Theme 4.6.1.

    Any advice would be appreciated. Thanks!

    #1108946
    dletell
    Participant

    I was able to fix this on my own. It did have to do with the scrollbar, there’s new code from one of these updates that seems to enable this.

    .x-navbar {
        overflow-y: scroll;
    }

    I fixed it by adding custom CSS here:

    overflow-y: inherit;

    Hope this helps other people!

    #1109039
    Joao
    Moderator

    Hi There,

    Thanks very much for the input.

    Joao

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