Maxxamillion

Well-Known Member
Ive only noticed this happen on the help pages (smiles, trophies etc) but the grey sub nav is missing and it shows the bottom half of my banner, looks pretty messy. any way we can change this, i would rather have a blank grey sub nav than what i currently have. thanks

YnXhqVK.png
 
Ive only noticed this happen on the help pages (smiles, trophies etc) but the grey sub nav is missing and it shows the bottom half of my banner, looks pretty messy. any way we can change this, i would rather have a blank grey sub nav than what i currently have. thanks

YnXhqVK.png

I fixed this in the next version already but:

navigation:

Find
Code:
    <xen:if is="!{$selectedTab} AND {$controllerName} !== 'XenForo_ControllerPublic_Help' AND !@xb_nav_disablesub">
       <li class="navTab selected"><div class="tabLinks"></div></li>
     </xen:if>

Replace with:

Code:
    <xen:if is="!{$selectedTab} AND !@xb_nav_disablesub">
       <li class="navTab selected"><div class="tabLinks"></div></li>
     </xen:if>
 

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