| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Category Box - links & color | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#11
|
|||||||||
|
|||||||||
![]() Quote:
Please post it here
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#12
|
|||||||||
|
|||||||||
![]() oh sorry, here it is:
{* $Id: categories.tpl,v 1.33 2008/11/06 16:53:53 max Exp $ vim: set ts=2 sw=2 sts=2 et: *} {capture name=menu} {if $active_modules.Fancy_Categories} {include file="modules/Fancy_Categories/categories.tpl"} {assign var="additional_class" value="menu-fancy-categories-list"} {else} {assign var=thiscat value=$cat} {assign var=par value=0} {foreach from=$categories item=cats} {assign var=Mcatid value=$cats.categoryid} {foreach from=$allsubcategories.$Mcatid item=subb} {if $subb.categoryid eq $thiscat} {assign var=par value=$subb.parentid} {/if} {/foreach} {/foreach} <ul> {foreach from=$categories_menu_list item=c} <li><a href="home.php?cat={$c.categoryid}" title="{$c.category|escape}">{$c.category}</a></li> {if $c.categoryid eq $par} {foreach from=$allsubcategories.$par item=sub} {if $sub.parentid eq $c.categoryid} <a href="home.php?cat={$sub.categoryid}" class="subMenuItem">-{$sub.category}</a> {/if} {/foreach} {/if} {foreach from=$allcategories item=cat} {if $cat.parentid eq $c.categoryid} <a href="home.php?cat={$cat.categoryid}" class="subMenuItem">-{$cat.category}</a> {/if} {/foreach} {/foreach} </ul> {assign var="additional_class" value="menu-categories-list"} {/if} {/capture} {include file="customer/menu_dialog.tpl" title=$lng.lbl_categories content=$smarty.capture.menu}
__________________
X-Cart Gold v4.2.0 [Linux] Add-On: X-Magnifier Altered Cart Add-On: One Page Checkout |
|||||||||
#13
|
|||||||||
|
|||||||||
![]() Something like this:
Code:
also add this to you main.css Code:
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#14
|
|||||||||
|
|||||||||
![]() Thank you very much Victor, works perfectly!
__________________
X-Cart Gold v4.2.0 [Linux] Add-On: X-Magnifier Altered Cart Add-On: One Page Checkout |
|||||||||
#15
|
|||||||
|
|||||||
![]() Hello, i have a different problem on my left column all the boxes have different text colours, i looks a mess.
I have tried skin css but nothing changed (i have thrown away cookies) is there a solution to make all the text colours in the left column the same or do you have to edit the boxes seperatly. the boxes are: manufacturers news categories most sold i have searched for 3 days but did not find the answer
__________________
Version 4.1.9 x cart gold Windows |
|||||||
#16
|
|||||||||
|
|||||||||
![]() Quote:
I need to know what template is used in your store. If it isn't made by Qualiteam provide me with URL.
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#17
|
|||||||
|
|||||||
![]() To change the text colors, you will change the class in the styles sheet.
Quote:
__________________
______________ version 4.1.9 Gold |
|||||||
|
|||
X-Cart forums © 2001-2020
|