Zen Cart Logo
Forums / General Questions / Product listing issue

Product listing issue

Locked

Views: 3,054

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
10 May 2006, 9:29 AM
#1
mooneyn avatar

mooneyn

New Zenner

Join Date:
Apr 2006
Location:
Sydney, Australia
Posts:
49
Plugin Contributions:
0

Product listing issue

Hi,

Having trouble working this out. Have 2 categories on my site but when doing a category listing the headings for the table are different.

http://www.ifthesheetfits.com/test3/index.php?main_page=index&cPath=7
This has column headings (Qty., Manufacturer-, Product Image, Item Name, Price) all in white which looks normal.

http://www.ifthesheetfits.com/test3/index.php?main_page=index&cPath=6
This has categories all in blue and white and seems to change with sorting.

Any ideas? have tried adding new categories etc. What i notice is that the blue links get an extra style added to them: "a:link, #navEZPagesTOC ul li a " however don't understand why this happens.

Nick.

10 May 2006, 9:37 AM
#2
stbede77 avatar

stbede77

Zen Follower

Join Date:
Apr 2006
Posts:
124
Plugin Contributions:
0

Re: Product listing issue

Not sure if I understand you correctly but from what I see the color change difference is because when you visit a link it changes from blue to white... if you want to change that just do it in your style sheet.

10 May 2006, 11:05 AM
#3
mooneyn avatar

mooneyn

New Zenner

Join Date:
Apr 2006
Location:
Sydney, Australia
Posts:
49
Plugin Contributions:
0

Re: Product listing issue

Thats what i thought at first but i don't think its that. I think it's someting in ZC. Other links i've clicked arn't blue, its consistent between browsers and i don't set a visited color in my stylesheet.

10 May 2006, 8:06 PM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: Product listing issue

Did you change something on your site since your post? Both views work the same now (blue/white headers).

The white header is because it is not a link (you can't sort by image order.) The stylesheet can give fine control over different states of links (link, active, hover, visited), with different colors, fonts etc for each. Just because you may not have set any doesn't mean the stylesheet doesn't have a definition somewhere. If any stylesheet defines something, it stays defined until it is explicitly changed. Any properties not mentioned are left as is.