Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025741
    karaokelove
    Participant

    I’ve installed Uber Menu, and recently switched to the Icon stack. I just noticed that if I have Breadcrumbs enabled, the bar where they are supposed to appear shows up, but it is super skinny (about half the height it should be) and the breadcrumbs don’t actually appear there. If I change to Static Top, the bar is the correct size and the breadcrumbs appear correctly.

    Wordpress, my theme, and all plugins are up-to-date.

    #1025775
    karaokelove
    Participant

    Here is my URL: https://streamauthority.com/guides/best-microphones-for-streaming/

    I’m currently using custom CSS to remove the Featured Image and the Page Title from my pages. As you can see, it’s resulting in some strange artifacts appearing above my custom header as a result of the removed Featured Image. The artifacts don’t appear on pages without Featured Images. The custom code I am using is:

    .page .entry-thumb {
    display: none;
    }

    #1025893
    karaokelove
    Participant

    Sorry, one more question: how do I change the background color of the Icon theme? No matter what I do, it remains white. I’ve got it set to fullwidth.

    #1026311
    Christopher
    Moderator

    Hi there,

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

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }
    .site {
        background-color: red;
    }

    Hope that helps.

    #1026761
    karaokelove
    Participant

    Worked great, thanks!

    #1026764
    karaokelove
    Participant

    Is there a way to make the Icon Stack sidebar not static? I’ve got the site set to Fullwidth, so the sidebar takes up the entire right side of the screen. I like that, but I’d like to be able to add more options to it, which would require allowing the user to scroll down.

    #1027327
    Rue Nel
    Moderator

    Hello There,

    Even is the sidebar in Icon stack is static, you can still scroll when there is a a very long content content on the sidebar. Take this screenshot as an example:
    http://prntscr.com/bcv0bd
    http://prntscr.com/bcv0fz

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you.

    #1028092
    karaokelove
    Participant

    Ah, I see. The Sidebar can be scrolled independently. Is there a way to allow it to scroll with the rest of the site, like in the other stacks? Like in your first screenshot, “Follow Us” is aligned with the Stream Authority logo. If I scroll down, could the page and sidebar both scroll so that those items stay aligned? I basically want the sidebar to function the same as the other sidebars.

    Also, I’m having a weird issue with my Homepage. If I scroll down to the bottom too fast, a black bar appears and disappears at the bottom of the screen, causing the site to jump up and down. It seems to only be if I scroll down quickly using my mouse wheel, and only happens when the screen is high enough that my social sharing icons at the bottom cannot be seen.

    #1028765
    Nabeel A
    Moderator

    Hi there,

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

    @media (min-width: 1200px) {
    .x-sidebar {
        position: absolute !important;
    }
    }

    And then add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.x-sidebar').removeClass('nano has-scrollbar');
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1029139
    karaokelove
    Participant

    Worked like a charm, thank you!

    #1029415
    John Ezra
    Member

    You’re most welcome!

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