Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Sub category images -disable

Sub category images -disable

Views: 715

Results 1 to 4 of 4
24 Oct 2012, 10:18 AM
#1
dinoleix avatar

dinoleix

New Zenner

Join Date:
Aug 2012
Posts:
17
Plugin Contributions:
0

Sub category images -disable

Hi All

I don;t remember what i did but i am seeing all sub category as empty image ( because there is none) and a text below it.

i really don;t need to display this image , Could you please help me get rif of this. i just need the text like in the page below

i just need the link (Accessories,clothing , footwear) not the image . PLEASE HELP where the configuration is

http://feerol.com/fashions/index.php?main_page=index&cPath=1

--Dino

24 Oct 2012, 12:11 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Sub category images -disable

Add to your stylesheet.css:

.categoryListBoxContents img {
  display: none;
}

There might be an admin configuration switch, but I'm not sure where ..

24 Oct 2012, 2:41 PM
#3
dinoleix avatar

dinoleix

New Zenner

Join Date:
Aug 2012
Posts:
17
Plugin Contributions:
0

Re: Sub category images -disable

Thanks , thats awesome .

Anyone , please let me know if you know the location in configuration to fix this , that would make more sense if you need this in future .

24 Oct 2012, 4:33 PM
#4
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,081
Plugin Contributions:
56

Re: Sub category images -disable

It looks like the switch Configuration->Images->Image Required might do the trick for you. Setting it to false will result in no image for images that don't exist (like your category ones). The downside is that the reason the switch is there is to help you debug/notice when images don't exist ... and you wanted them to be there!