[cXF] Style Variations in Navigation

[cXF] Style Variations in Navigation 1.4.0

No permission to download

BassMan

Well-known member
BassMan submitted a new resource:

[cXF] Style Variations in Navigation - Add style variation button to the main navigation.

If you got our add-ons on websites other than customizexf.com or xenforo.com, then you got them on pirated sites. If so, we suggest you remove the add-on from the server and download it from the original site. Please, support the developers and fight piracy!

Description:
Add style variation button to the main navigation next to the...

Read more about this resource...
 
need to add an option to disable in style properties, as many custom styles have this option, to eliminate duplicate
 
Do you use default style and 3rd-party styles on the same forum? I mean, are they all available for regular users?
 
yes, I use Xenfocus Villan & illuminate, both styles have this option, after enabling your addon, it doubles.
also it's not a good place for icon, if possible to move it before search button
 
Good day to you! would be nice to add another option: for style switcher on top
icon far fa-paint-brush
 
Hello! That way you'll end up with two different icons on the same page for the same thing.
 
Thank you so much for this

I also added this to extra.less to remove the word SEARCH

Code:
/* Hide Search Text */
.p-navgroup-link--search .p-navgroup-linkText {
    display: none;
}


Anyone know how to remove the two spaces and make it look consistent with the other icons?

Screenshot (70).webp
 
Anyone know how to remove the two spaces and make it look consistent with the other icons?
You can't do this with CSS. I would need to place the code differently. I can't remember now, but I think I had it like you want before and then changed it. Having search and this too close can cause accidental clicks.


does not show in top navigation
Check the style properties settings. It works fine on my test forum.
 
You can't do this with CSS. I would need to place the code differently. I can't remember now, but I think I had it like you want before and then changed it. Having search and this too close can cause accidental clicks.

I guess you could say that about all the Nav links then, close together is the norm and shows up like that on mobile.

I might have to see if a template edit could fix it.

I agree, I saw no way to fix it via css
 
The stand alone part does not work for me

I had this in use and disabled it but made no difference

Code:
/* Hide Search Text */
.p-navgroup-link--search .p-navgroup-linkText {
    display: none;
}


Also had this installed but disabling it made no difference

Screenshot (99).webp




However the new popup did work

Screenshot (100).webp
 
It functions differently than before, It doesn't change the style instantly there is now an auto reload required when changing the style.
 
Back
Top Bottom