Ludachris

Customer
Not sure if this is something you can help with but figured I'd ask here just in case:
http://www.dsmtuners.com/forum/

What I'd like to do is disable the XenPorta option to display the Home tab but copy the sub-nav links over to the FlatAwesome settings so that the FA icon is selected and those links display under it. What would be the best way to achieve this?
 
Last edited:
So 2 things, you'll want to go to: Options -> Basic Board Information, remove the Home Page URL.

Next open navigation:

You'll need to replace:

Code:
{$extraTab.title}

With:
Code:
<i class="fa fa-home"></i><

It's the first instance of it under the: <!-- extra tabs: home -->

Screenshot_9.png


Should make it so the home text is replaced by the icon allowing for the dropdown to still work.

Our option only replaces the default Home link.
 
To hide the duplicate link in mobile you could just use CSS for this one:

Code:
.xbOffCanvasList .navTab.home { display: none; }

Although... if you removed the url from the home page it should of removed it via the mobile menu too, I'll look on our dev site a little closer.
 

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