Indie Creator Hub
Member
Strange, using the snippet here, it still doesn't show up. I went and used just the bit of code you provided with the path setup to the correct image. 

Is there a demo I can look at?Strange, using the snippet here, it still doesn't show up. I went and used just the bit of code you provided with the path setup to the correct image.![]()
First, you are putting it on .categoryText, not .categoryStrip as I mentioned.Strange, using the snippet here, it still doesn't show up. I went and used just the bit of code you provided with the path setup to the correct image.![]()
/* Catagory Image Replace */
.nodeList .categoryStrip
{
background-image: url('path/to/left.gif'), url('path/to/center.gif'), url('path/to/right.gif') !important;
background-position: left, center, right !important;
background-repeat: no-repeat, no-repeat, no-repeat !important;
}
/* Category Image Replace */
.nodeList .categoryStrip {
border: none !important;
border-radius: none !important;
}
.node.category.node_20 .categoryStrip {
background: url("styles/uix/CatImage.jpg")
}
.nodeList .node.node_13 { background-image: url("styles/uix/nodetest1.jpg"); background-repeat: no-repeat;}
.nodeList .node_13 .categoryForumNodeInfo {
background: url("styles/uix/nodetest1.jpg") no-repeat scroll !important;
}
.nodeList .node_13 .primaryContent {
background: url("styles/uix/nodetest1.jpg") no-repeat scroll !important;
}
This is not a setting, but not a bad idea either. You are talking about navigation dropdowns?I have a question - I could swear I saw it in the settings somewhere, just can't find it now. I want to modify the navigation drop down menus so that after X number of links are in the sub-menu it breaks into columns. Is that a UI.X setting or am I thinking of something else?
Yes, navigation drop down menus. I swear I saw this in a setting somewhere, maybe not in this theme, but somewhere. I'd like to create multiple columns for various navigation tabs, similar to the way the User nav dropdown menu works with the user's avatar, links to profile, etc. That menu is multi column, and that's what I'm looking to achieve - hell, I'd like to add another column or two in that menu. I would just like to break each nav tab into multiple columns to keep them from being too long - have the option to make them wider, with multiple columns instead of one long drop down, like a "mega menu".This is not a setting, but not a bad idea either. You are talking about navigation dropdowns?
I know its not what you are looking for, but the only thing that gets close is: http://xenforo.com/community/resources/nodes-as-tabs.9/ (which you could technically make link forums, but eh)Yes, navigation drop down menus. I swear I saw this in a setting somewhere, maybe not in this theme, but somewhere. I'd like to create multiple columns for various navigation tabs, similar to the way the User nav dropdown menu works with the user's avatar, links to profile, etc. That menu is multi column, and that's what I'm looking to achieve - hell, I'd like to add another column or two in that menu. I would just like to break each nav tab into multiple columns to keep them from being too long - have the option to make them wider, with multiple columns instead of one long drop down, like a "mega menu".
Also, I'd love the ability to add "extra" links in various menus. I know that might be more difficult to accomplish, but that would keep me from having to edit the navigation template to add the links.
Ha, I have Nodes as Tabs installed, maybe that's where I saw something.I know its not what you are looking for, but the only thing that gets close is: http://xenforo.com/community/resources/nodes-as-tabs.9/ (which you could technically make link forums, but eh)
We could build a mega menu system. It would require template edits, as our system is a framework not a plugin.
Yes this bug has been patched already. Easy fix, thanks for reporting it.If you change the Wide Max Responsive Width to be any bigger, the theme does not set the .mainContent margins correctly.
The .mainContent sidebar margin should be removed when the width is smaller than that value, but it continues to be applied until the width is less than the 800px default.
We use essential cookies to make this site work, and optional cookies to enhance your experience.