Zen Cart Logo
Forums / Addon Sideboxes / Categories Dressing

Categories Dressing

Locked

Views: 3,759

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
5 Apr 2010, 9:40 PM
#1
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

Categories Dressing

Hi I am wanting to achieve a simple navigation as in this screenshot.

Will I need to download this module to achieve it? I also noticed this module is for version 1.3.8 and I am using 1.3.8a. Thanks

6 Apr 2010, 2:34 AM
#2
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Categories Dressing

HI there,

The only coding involved in the screen shot is the colors for subCategories are lightblue.

The 'Show SubCategories on Main Page while navigating' is also set to 1 in your Zen Cart admin.

Categories > Product Listing > Show SubCategories on Main Page while navigating.

It would probably be easier to just download the MOD and then edit the colors to suit your needs.

6 Apr 2010, 4:02 AM
#3
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

Re: Categories Dressing

Hi thanks for your response from which i gather i do have to use this module and that the module is okay to use in version 1.3.8a?

6 Apr 2010, 4:15 AM
#4
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Categories Dressing

What's the module called?

6 Apr 2010, 4:18 AM
#5
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

Re: Categories Dressing

Ummm Categories Dressing

6 Apr 2010, 6:55 AM
#6
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: Categories Dressing

It looks to me that it will work in 1.3.8a

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=609

Though I know on the module specs doesn't have the 'a'.

If you really want to know 100% then post a MSG in the Categories dressing MOD support page:

http://www.zen-cart.com/forum/showthread.php?t=67676&page=131

This is where you would also ask any questions you might have in regards to the module functioning correctly or how to modify.

I can't see there being any problems other than the ones we create ourselves :)

6 Apr 2010, 7:03 AM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Categories Dressing

You might ask in the Categories Dressing support thread for information about the mod.

It looks like you want a strictly alternating background for categories, ignoring the category/subcategory status. That is not actually something Cat Dressing is built to do, and I don't think it is a good idea anyway. It will confuse people about the organization of your categories.

And yes, Muzz, it is built for v1.3.8a - there is no choice to show that when submitting a mod, only 1.3.8.

6 Apr 2010, 7:53 AM
#8
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

Re: Categories Dressing

Thanks to you both for your advice. Heading over to category dressing module now.

6 Apr 2010, 10:37 AM
#9
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

Re: Categories Dressing

I have been to the categories dressing post but umm cant seem to find the post new thread button??? Been to the first and last pages and a few in between. I would like to place a background behind my categories in the sidebox and was wondering whether this was possible in the stylesheet of zen carts includeds\templates\mytemplate\css? If not I will study up on the categories dressing module. Thanks.

6 Apr 2010, 1:59 PM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Categories Dressing

If you really want that alternating color stripes look, you can find out exactly how tall each category is (or set a line-height), make an image twice as tall as that with your two colors, and use it as the background-image for #categoriesContent.

#categoriesContent {background: url(../images/alt-stripes.gif) repeat;}

To post in the support thread, just hit the reply button; you don't start a new thread in a thread.

7 Apr 2010, 2:06 AM
#11
wotnow avatar

wotnow

Zen Follower

Join Date:
Jan 2010
Location:
Broome
Posts:
331
Plugin Contributions:
0

Re: Categories Dressing

Hi thanks for your reply. Sorry about the posting .. shouldve known that. I have done as you suggested .. i realised that alternating stripes was not what was needed. :clap: