Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1154397
    tom68106
    Participant

    I’m using the Renew 5 stack. Just updated X-Themes and there seems to be a display error on the sidebar menu where there’s an extra grey bar between the menu and the main page.

    This exists on my website as well as on the Renew 5 demo page.

    Home

    Before the update there wasn’t a grey scroll bar between the menu and the main page.

    Also, it appears that this doesn’t happen on the newest version of browsers. For example, it doesn’t happen on Safari Version 9.1.2, but it does happen on Safari Version 8.0.7.

    Also, it seems that it doesn’t happen on the newest version of Chrome and Firefox but it does happen on the older versions.

    Please advise.

    Thanks!

    #1154540
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Add the following CSS to Appereance > Customizer > Custom > CSS

    .x-sidebar.right .widget ul li, 
    .x-sidebar.right .widget ol li {
        background-color:transparent;
        border:none;
    }

    Hope this helps!

    #1154571
    tom68106
    Participant

    Hey tried that on my site, didn’t work!

    I went to Appearance > Customizer > Custom > Global CSS

    Oh, another issue is that I had created a drop down menu prior to the update. Basically a custom link Menu item with sub pages and when you hover over the menu item, it displays the additional items.

    After the update, hovering over the custom menu doesn’t display the items anymore.

    Do you need admin access to the site to take a look?

    Thanks for your help!

    #1154637
    Rupok
    Member

    Hi there,

    Thanks for writing back. Please provide access and a screenshot to pint out the issue so that we can compare.

    Cheers!

    #1154654
    tom68106
    Participant
    This reply has been marked as private.
    #1154704
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

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

    Hope that helps.

    #1154706
    tom68106
    Participant

    Hey Christopher – that works perfectly.

    Thank you!!!!!!!!! Much appreciated.

    -Tom

    #1154714
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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