Whatever that plugin is, I think it is just a z-index issue. I can push the z-index up a bit. I wonder if XenForo has a z-index standard. Something like, < 50 for normal elements, < 100 for media, < 1000 for popups, < 10000 for overlays and masks, etc.
I haven't tried yet, but this should be as easily as adding this to your EXTRA.css:@Audentio About to purchase, have a question first.. Collapsible nodes - Can I select certain nodes to be closed by default and opened when clicked while others are open by default?
/* set nodes as collapsed by default*/
.node.level_1 > .nodeList {display: none;}
@Audentio icon Facebook error with Moderation Bar
icon Facebook - share page at [bd] widget framework
See images
Due to the nature of the sticky header, and my understanding of the widget framework, it might be difficult to use that widget location. I am going to clean the sticky header up a bit, but I think that regardless, it'll be a tight fit. There is just too much going on. Ill take a closer look though.
Oh, so that facebook share button isn't in the header it just overlaps the header? Definitely a z-index issue then, easy enough fix.I think he is talking about the Share Page sidebar block itself (bd WF).
When you scroll up, the others hide, but Facebook displays overtop of the bar as shown above. It did it on my install as well.
Its in the sidebar itself.
Strange, now I cannot replicate it at all.
Thanks @MattW and yes just a z-index issue. Will be fixed, but temporary fix:View attachment 55039
Can see it on my test site (just removed the .htaccess for @Audentio to see it in action)
http://dev.z22se.com/xenforo/forums/test-section.4/
#loginBar.loginBarSticky, #header.headerSticky #searchBar {z-index: 101;}
#header.headerSticky #navigation, #moderatorBar.moderatorBarSticky, #loginBar.loginBarSticky, #header.headerSticky #searchBar {z-index: 100;}
Please could you upload this? Or better, explain how you edit the fonts in your e-mail templatesOn the plus side, I've now added the Open Sans font to all my e-mail templates
View attachment 54858
I've done this with Template Modifications, so if anyone wants a copy of the XML file, I can upload it in here.
Please could you upload this? Or better, explain how you edit the fonts in your e-mail templatesThanks!
I haven't tried yet, but this should be as easily as adding this to your EXTRA.css:
Code:/* set nodes as collapsed by default*/ .node.level_1 > .nodeList {display: none;}
Then open template node_category_level_1, find class="uix_collapseNodes", make it class="uix_collapseNodes collapsed".
If you guys want this as a setting, very easy to setup. Just let me know Ill make it a default feature, set off as default of course.
And if you want, a simple jQuery function could be written to select only certain ones to be opened.
We use essential cookies to make this site work, and optional cookies to enhance your experience.