anyone uses Pure Black template?
How you guys add New link button to navigation bar?
here is my site: http://www.iphonepartsfactory.com
i want to add shipping & returns to nav bar, how should i do?
anyone uses Pure Black template?
How you guys add New link button to navigation bar?
here is my site: http://www.iphonepartsfactory.com
i want to add shipping & returns to nav bar, how should i do?
herosunfun,
I am not an expert on this, but I also wanted to add a link to my navigation using the lite red template by the same designer and this is what I did.
1. open " includes/languages/your_template/english.php "
2. around line 65 ( // top navigation menu text ), I added
" define('TOP_MENU_SHIPPING', 'Shipping & Return'); "
3. open up" tpl_top_nav in includes/templates/your_template/common/tpl_header.php "
4. this is what I added (add link to where you would like it to be):
<li class="<?php echo $active;?>"><a href="index.php?main_page=shippinginfo"><?php echo TOP_MENU_SHIPPING;?></a></li>
I hope this helps!