Bradley Prout

Well-Known Member
i have added premium and awards tab into the Navbar template but i notice when i click the new tabs for premium and awards its does not stay on? like the blue hover thst highlights the premium being looked at

also they do not show on mobile
 
You need an add-on to provide an actual "selected" state, I suggest using nodes as tabs to add new navigation tabs, use it myself and it works perfectly. It'll also add it in the off-canvas menu too.
 
You could use CSS to add FA to any nav link easily:

Code:
.nodetab195 .navLink:before
{
   content: "\f105";
   font-family: FontAwesome;
   font-weight: normal;
   margin-right: 5px;
}

That would be for a nodes as tabs nav link. You'd need to find the node # though.
 
You could use CSS to add FA to any nav link easily:

Code:
.nodetab195 .navLink:before
{
   content: "\f105";
   font-family: FontAwesome;
   font-weight: normal;
   margin-right: 5px;
}

That would be for a nodes as tabs nav link. You'd need to find the node # though.
thats cool but the awards one does not work when i click on it, it does not stay hovered over?
 
You can try:

Home -> Options -> Nodes As Tabs

Past that you'd need to contact the author of the add-on. Doesn't badges have its own nav tab you can add?
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back