Tagged: x
-
AuthorPosts
-
June 4, 2016 at 11:09 am #1025741
karaokeloveParticipantI’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.
June 4, 2016 at 12:13 pm #1025775
karaokeloveParticipantHere 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;
}June 4, 2016 at 3:18 pm #1025893
karaokeloveParticipantSorry, 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.
June 5, 2016 at 1:36 am #1026311
ChristopherModeratorHi 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.
June 5, 2016 at 11:45 am #1026761
karaokeloveParticipantWorked great, thanks!
June 5, 2016 at 11:51 am #1026764
karaokeloveParticipantIs 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.
June 5, 2016 at 10:58 pm #1027327
Rue NelModeratorHello 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/bcv0fzRegretfully, 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.
June 6, 2016 at 9:41 am #1028092
karaokeloveParticipantAh, 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.
June 6, 2016 at 4:31 pm #1028765
Nabeel AModeratorHi 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!
June 6, 2016 at 9:22 pm #1029139
karaokeloveParticipantWorked like a charm, thank you!
June 7, 2016 at 2:07 am #1029415
John EzraMemberYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1025741 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
