Velour

Velour 1.2.2

No permission to download

CyberAP

Well-known member
CyberAP submitted a new resource:

Velour - Gorgeous style in blue colors

View attachment 130031

Velour, a gorgeous style in blue colors now is available for free!

Features
  • Full Responsive Design support;
  • Default CSS templates remain untouched, all CSS is in velour.css template;
  • 2 additional color schemes (red and brown).

Screenshots

View attachment 130032 View attachment 130032 View attachment 130033 View attachment 130034 View attachment 130035...

Read more about this resource...
 
I found a bug!
When I use Custom Tabs addon, and enter a custom tab, I get this bar under the navbar:
Capture.webp

I was able to fix by adding this to extra.css
Code:
.navTabs .navTab.selected .tabLinks
{
display: none;
}
 
I found a bug!
When I use Custom Tabs addon, and enter a custom tab, I get this bar under the navbar:
View attachment 130051

I was able to fix by adding this to extra.css
Code:
.navTabs .navTab.selected .tabLinks
{
display: none;
}
This is an addon issue, since custom tab links should be inserted into $extraTab.linksTemplate. Which is located in tabLinks template in this style.
Fixed this bug in the next update, but can't upload it, posted a bug in a forum, hope this gets resolved.
 
Great theme!

I did notice some images not working (the open quick navigation button and the overlay closer button) but when I moved the 'velour' folder to /styles/default/ they magically appeared. :)

I had the 'velour' folder in /styles/ originally.
 
Is ther any possible way we could get a sticky mod bar for this?
I have tried to do it myself, but I don't know whats causing it not to work.
I would imagine that would be very nice addition for this awesome style!
Thanx Cyber for your awesomeness!
 
Is ther any possible way we could get a sticky mod bar for this?
I have tried to do it myself, but I don't know whats causing it not to work.
I would imagine that would be very nice addition for this awesome style!
Thanx Cyber for your awesomeness!
You can use this code:

html body #moderatorBar
{
position: fixed;
}

But, personally, I don't recommend it because anchor links would not work like expected, moderator bar will cover top of the post for example.
 
Thank You!
That works well for what I need!
I don't quite understand what anchor links are...
 
Lovely Skin , great work...

One question..
How can I swap the black area to be on the top as it is part of a scrolling addon and the small amount of a white box you can see is part of the same addon..

So basically , switching the roles of the black and blue as shown in the picture...
valour.webp
 
This is how it should show , as shown when using the default xenforo skin..

ticker.webp
With the Moderator Bar ( blue ) underneath.

Any ideas , anyone..? Please as this is stopping me from using this skin..

Thanks & Regards.
 
Well, since I gave up the fixed moderator bar idea I can make it more compatible with these kind of add-ons. I'll update the style later today, but that might not 100% fix the issue, your custom element height is twice as big as in the screenshot above, so there is something else that's wrong with it. And with no live demo I can't help you any further.
 
4Q0kFCx.png


how do I fix this? I tried to have the image cover the whole thing but it doesn't want to cover the entire page. I tried altering the HTML and body within the style properties and they seem to only work with the upper half.
 
Top Bottom