Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #221  
Old 09-12-2013, 04:34 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
Correct, adjust 246 to your category ID.
I adjust 246 to my category and add all codes which you provide but still it is not working.
__________________
X-cart Platinum 4.6.0
Reply With Quote
  #222  
Old 09-12-2013, 04:36 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

You don't use 246, that's just an example. Use your own category ID.

Follow the instructions again. I have tested it and it works. Also clear your template cache.
__________________
xcartmods.co.uk
Reply With Quote
  #223  
Old 09-12-2013, 05:04 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 don't use 246, that's just an example. Use your own category ID.

Follow the instructions again. I have tested it and it works. Also clear your template cache.
I add
{foreach from=$categories_menu_list item=c}
<li class="cat_{$c.category|replace:"&":"&<br>"}"> at /reboot/custom/header/categories_header.tpl ,
li.cat_1734 { background: #fb8200; }
li.cat_256 { background: #ff0060; }
li.cat_492 { background: #747474; } code at

skin/reboot/css/themes/blue.css and
skin/reboot/custom/reboot_head.tpl but it is not working.please help me.
__________________
X-cart Platinum 4.6.0
Reply With Quote
  #224  
Old 09-12-2013, 05:10 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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}">
__________________
xcartmods.co.uk
Reply With Quote
  #225  
Old 09-12-2013, 08:09 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: X-Cart - reBOOT - Responsive Template

Thanks Phil
Colorful speed looks great

How do you put the login at the top of the page
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #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
  #227  
Old 09-13-2013, 07:08 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

If using the mega menu addon, try this...

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

Replace...
Code:
<li><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>
With...
Code:
<li class="cat_{$c.categoryid}"><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>
__________________
xcartmods.co.uk
Reply With Quote
  #228  
Old 09-16-2013, 12:32 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
If using the mega menu addon, try this...

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

Replace...
Code:
<li><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>
With...
Code:
<li class="cat_{$c.categoryid}"><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>
sorry again .I add above code at skin/reboot/custom/header/header_mega_menu.tpl but still it is not working.
__________________
X-cart Platinum 4.6.0
Reply With Quote
  #229  
Old 09-18-2013, 04:27 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi
Recently x-cart has released 4.6.1 can anyone tell me if reboot is compatible with 4.6.1 platinum or not?

Thanks..
__________________
4.6.1 Platinum


Reply With Quote
  #230  
Old 09-18-2013, 05:12 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Recently x-cart has released 4.6.1 can anyone tell me if reboot is compatible with 4.6.1 platinum or not?

I'm in the process of updating reboot for v4.6.1.

In addition, I will be adding more features and optimisations to reBOOT, but it's not going to be ready until October (I am currently away on holiday).

As v4.6.1 is mainly a bugfix release, the current v1.21 reBOOT files should work fine with v4.6.1, without many (if any) hiccups.
__________________
xcartmods.co.uk
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:29 AM.

   

 
X-Cart forums © 2001-2020