X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

gozindagi 09-12-2013 04:34 AM

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.

PhilJ 09-12-2013 04:36 AM

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.

gozindagi 09-12-2013 05:04 AM

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.

PhilJ 09-12-2013 05:10 AM

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}">


yages 09-12-2013 08:09 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Phil
Colorful speed looks great

How do you put the login at the top of the page

gozindagi 09-13-2013 12:24 AM

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>"}

PhilJ 09-13-2013 07:08 AM

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>

gozindagi 09-16-2013 12:32 AM

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.

Learner 09-18-2013 04:27 AM

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..

PhilJ 09-18-2013 05:12 AM

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.


All times are GMT -8. The time now is 12:13 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.