Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Small Image Top Left of Product Listing Page

Remove Small Image Top Left of Product Listing Page

Locked

Views: 5,104

Results 1 to 17 of 17
This thread is locked. New replies are disabled.
6 Jul 2007, 10:29 PM
#1
chava avatar

chava

New Zenner

Join Date:
Apr 2007
Posts:
40
Plugin Contributions:
0

Remove Small Image Top Left of Product Listing Page

I would like to remove the small image and related text "Larger Image" that appears in the top left corner of any product listing page. I believe you can change this in Config. "Product Image - No Image Status" by changing from 1 to 0. However, this also removes the small image from the main page for new products. I want the images for new products or featured products to show on my home page, but not for each product page. How can I make this happen?

In effect, what I want on the page for each product listing is:

Title of Product
Price
Text Related to Product.
Images that I enter with my text.
All starting at the top left and indented a little.

I am entering my own images and thumbnails, with my text, and that extra image is confusing.

7 Jul 2007, 3:28 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove Small Image Top Left of Product Listing Page

Post a url to the page you are trying to adjust

9 Jul 2007, 3:46 AM
#3
chava avatar

chava

New Zenner

Join Date:
Apr 2007
Posts:
40
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

Thanks for the reply Kobra. As my site is not ready to go live, I sent you a pm a couple of days ago with the link.
Chava

9 Jul 2007, 4:17 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove Small Image Top Left of Product Listing Page

Didn't I respond to the PM??

9 Jul 2007, 11:52 AM
#5
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

if you use the webmaster plug in for the mazilla firefox and find the div id forthe image you can just hide it in your templates CSS

add this to the end of you CSS and i think it will remove the image you are on about

#indexDefaultHeading { display: none;
			}
9 Jul 2007, 3:19 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove Small Image Top Left of Product Listing Page

OP has not posted back but this is an admin setting

10 Jul 2007, 2:56 AM
#7
chava avatar

chava

New Zenner

Join Date:
Apr 2007
Posts:
40
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

I apologize Kobra, I was waiting for an email notification of a pm, but never received one. I followed your suggestion:
Admin>config>product info>Previous Next Navigation Includes Category Name & Image Status> Set to 1.

I could not see any effect by changing that setting from 2 to 1. The image and "larger image" text were still there.

if you use the webmaster plug in for the mazilla firefox and find the div id forthe image you can just hide it in your templates CSS

add this to the end of you CSS and i think it will remove the image you are on about

Code:
#indexDefaultHeading { display: none; }
Do you know what image text I would be looking for, and how does index default heading relate to an image?

Thanks for the help.

10 Jul 2007, 3:16 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove Small Image Top Left of Product Listing Page

chava,

Your OP stated > "I would like to remove the small image and related text "Larger Image" that appears in the top left corner of any product listing page."
And if this is the cat image in the top left corner then the admin setting removes this.
You now seem to be referring to > The image and "larger image" text were still there.

You really need to post your issue and a url so that the community can decipher what your issues are and provide solutions...

I am not sure now if you are referring to productlisting pages or product info pages???

11 Jul 2007, 11:10 AM
#9
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

chava:

I apologize Kobra, I was waiting for an email notification of a pm, but never received one. I followed your suggestion:
Admin>config>product info>Previous Next Navigation Includes Category Name & Image Status> Set to 1.

I could not see any effect by changing that setting from 2 to 1. The image and "larger image" text were still there.

Do you know what image text I would be looking for, and how does index default heading relate to an image?

Thanks for the help.

index default heading is the div inwhich he small image (which is the same as the catogry image) that is displayed on the item details page.

so by adding that to your css it will hide the image. open an item up and you will see the image, add that to the css, upload and refresh the page and you will see the image disapear. if you dont like or its the wrong image then just delete from the css and upload and you back to square 1 again ntohing lost.

here is the plug in for firefox https://addons.mozilla.org/en-US/firefox/addon/60 if u install that to firefox there is a tool that will show you div id of the page you are viewing. so if you open the page with the image you want to remove or change, start the div id tool, it will show you the div id name ie #indexdefaultheading then you can just add to your css as i have showed you an example of.

12 Jul 2007, 4:34 AM
#10
chava avatar

chava

New Zenner

Join Date:
Apr 2007
Posts:
40
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

Thanks very much for the information about using Firefox to find the coding, and for the link to the addon. I will first need to download Firefox! Have been putting it off because whenever I download something new, it never seems to go smoothly.

I did find a way to remove the text underneath the image "Larger Image", so that part is solved.

Thanks again!

12 Jul 2007, 8:40 AM
#11
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

there is a simular plug in for IE i belive

7 Sep 2007, 12:31 PM
#12
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

You can also go to Admin-> config--> product listing--> Include Product Listing Sub Categories Image set to False

At least you can in 1.3.7 this is also where you turn off the alpha sorter dropdown.
~Red

12 Sep 2007, 12:27 PM
#13
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

yeah but that doesn't remove them if you have even more sub sections i found.

12 Sep 2007, 12:58 PM
#14
redcinamn avatar

redcinamn

Zen Follower

Join Date:
Oct 2006
Posts:
175
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

Another trick is set the image width for those images to 1px x 1px . Using 0 wont work . This is the only other way through admin that I am aware of.
:)

12 Sep 2007, 2:19 PM
#15
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

hiding it with the style sheet is easy and quicker in my opinion.

23 Apr 2008, 1:48 AM
#16
asim7183 avatar

asim7183

New Zenner

Join Date:
Apr 2008
Posts:
20
Plugin Contributions:
0

Re: Remove Small Image Top Left of Product Listing Page

hi, anyone care to share how to disable category text on the product listing page? iv managed to remove the image, cant seem to hide the text though.

thank you

23 Apr 2008, 2:23 AM
#17
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Remove Small Image Top Left of Product Listing Page

You can just eliminate any description that you entered when creating the category