Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1106246
    Byron L
    Participant

    Hi guys,

    I just upgraded everything on a website that I maintain, and then when I went to look at the website I discovered that something weird had happened to the navbar.

    I have a fixed left-hand navbar using the Icon stack. It has always worked great, but suddenly it is displaying a scrollbar alongside the menu, like it’s thinking it’s a separate window. What’s more, this means that submenus don’t show up unless you scroll to the right – which is basically impossible on a hover.

    I’ve attached an image for you to take a look at.

    The address is http://www.emergeleaders.org. I’m on WordPress 4.5.3, X 4.6.1, and Cornerstone 1.3.0.

    The only three plugins running that are not X plugins are Akismet, Jetpack and Hello Dolly.

    Thanks for your help! It’s much appreciated!

    Sincerely,
    Byron

    #1106356
    jasksks
    Participant

    I have the same problem at http://www.thesapling.sg after the latest theme update. Monitoring this thread closely.

    #1106570
    Rupok
    Member

    Hi Byron,

    Thanks for writing in! I can’t see any scrollbar for your site – http://prntscr.com/byh8il


    @jasksks
    – Not for you as well – http://prntscr.com/byh8xx

    As you have updated recently, make sure to clear cache and try again.

    Cheers!

    #1106574
    jasksks
    Participant

    Please hover over the main menu items with sub menu items and you can see that it now doesn’t appear on the page, but requires the user to scroll sideways to view.

    #1106626
    Rupok
    Member

    Hi there,

    Thanks for clarifying; I got the issue. It seems you have the below code or it’s set from Customizer :

    .x-navbar {
      overflow-y: scroll;
      width: 220px;
    }

    If you can’t find this; you can add this under Custom > CSS in the Customizer.

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

    Same for you Byron.

    Cheers!

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