Nulumia
Well-known member
Sure I can add thisNot a problem. Please can add support for work add-on [TH] Holidays? Holidays node icon will show in center?
![]()
Sure I can add thisNot a problem. Please can add support for work add-on [TH] Holidays? Holidays node icon will show in center?
![]()
February 20th, 2018 | Theme Version 1.0.5
To view this latest version live, please visit the Demo Forum here:
https://demo.nulumia.com/xf2/index.php?misc/style&style_id=4
To update your theme, please download the latest version at:
https://www.nulumia.com/my-account/downloads/
Overview
This release adds seven new color presets to DarkTabbed: Green, Yellow, Red, Lime, Purple, Orange, and Teal. It also adds a few color tweaks, some...
&:hover {
background-color: fade(@xf-publicFooterLink--color, 10%);
}
Issue turned out to be this small Xenforo code:
This is hard-coded in XF2 templates and forces to use a text color for the Footer Links property. If none is set or left blank (in XF1 this would just inherit regular <a> link color), it will throw an error.CSS:&:hover { background-color: fade(@xf-publicFooterLink--color, 10%); }
The odd part is that no errors were produced until multiple times of rebuilding/importing the theme. My own development theme finally showed the error after several rebuilds. This seems a bit of odd new XF2 strict render and I will be keeping this in mind for future patches.
Ideally I aim to clean out any hard-coded XF2 colors in my themes as I believe they're best done in style properties.
The download package has been updated to include fixes, or see my hotfix above
Great to hear it worked fine for you.ThisGreat fixed this issue. When added any option style property in Xenforo core style property group then Why not add tag "NB" for understanding that what Style properties come from NulumiaBase framework?
Example: [NB] Minimum page width
This update is not a new version and doesn't require download by existing users.
DarkTabbed now comes bundled with a new preset, Royal Gold -- a beautiful new dark and classy twist on the theme. Royal Gold uses soft textures and even includes new hover animation effects over several elements, giving a beautiful shimmer glow. More effects will be included over time!
View attachment 169482
Live Demo:...
How do I change the background color and the gradient value for forum categories?
background: linear-gradient(@nlAlt1Color, @nlAlt4Color);
background: linear-gradient(@nlAlt2Color, @nlAlt5Color);
background: linear-gradient(#333, #444);
For the nodes, go to Style Properties -> Node/Forum List -> Forum Row. In the extra CSS field, find:
background: linear-gradient(@xf-nlNeutralAlt1,@xf-nlNeutralAlt4); and like my previous instructions above, you can change this as needed.
We use essential cookies to make this site work, and optional cookies to enhance your experience.