View Single Post
  #226  
Old 09-13-2013, 12:24 AM
 
gozindagi gozindagi is offline
 

Advanced Member
  
Join Date: Jul 2013
Posts: 61
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
You are not following the instructions correctly, please pay more attention.

In skin/reboot/custom/header/categories_header.tpl

Replace...
Code:
{foreach from=$categories_menu_list item=c} <li>
With...
Code:
{foreach from=$categories_menu_list item=c} <li class="cat_{$c.categoryid}">

Sorry Phil still it is not working.

I am using X-Cart_Reboot_Mega_or_Flyout_Category_Menus_Combo_Ad don

is it required to add on /reboot/custom/header/header_mega_menu.tpl ?

After adding
Wrapping working fine. Please help me where to add codes in order to get different colors?

{$c.category|replace:"&":"&<br>"}
__________________
X-cart Platinum 4.6.0
Reply With Quote