Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove larger image link from additional product pictures

Remove larger image link from additional product pictures

Views: 937

Results 1 to 5 of 5
21 Aug 2012, 11:19 AM
#1
barendfaber avatar

barendfaber

Zen Follower

Join Date:
Apr 2010
Posts:
263
Plugin Contributions:
0

Remove larger image link from additional product pictures

Hi,

I am working on https://www.accessory.digi-blue.co.uk, using version 1.3.9 h.

I am trying to remove the "larger image" link underneath my product additional images (http://www.accessory.digi-blue.co.uk/index.php?main_page=product_info&cPath=1_3&products_id=1), and have found these two threads with some ideas:

  1. http://www.zen-cart.com/showthread.php?36305-Remove-javascript-from-additional-images&highlight=remove+larger+image+link+additional+product+images

This one won't work as I still need the larger image link underneath my main product image

  1. http://www.zen-cart.com/showthread.php?48851-remove-Larger-Image-link-under-additional-images&highlight=remove+larger+image+link+additional+product+images

The moment I remove the TEXT_CLICK_TO_ENLARGE, my entire product info page crashes.

Does any one have any other ideas on what I can do to remove that link please?

21 Aug 2012, 2:48 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Remove larger image link from additional product pictures

Do you just want to remove that link, or the ability to click on the image itself for a larger image, too ?

21 Aug 2012, 2:51 PM
#3
barendfaber avatar

barendfaber

Zen Follower

Join Date:
Apr 2010
Posts:
263
Plugin Contributions:
0

Re: Remove larger image link from additional product pictures

Hi stevesh,

I just want to remove the link for "enlarge image" for the additional pictures only, I will replace the link under the main image with a picture. I have removed the "enlarge image" from my english.php but this also removes it from the main image.

21 Aug 2012, 3:49 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Remove larger image link from additional product pictures

You could add something like this to the stylesheet:

#productAdditionalImages a {visibility: hidden;}
#productAdditionalImages img {visibility: visible;}

21 Aug 2012, 4:29 PM
#5
barendfaber avatar

barendfaber

Zen Follower

Join Date:
Apr 2010
Posts:
263
Plugin Contributions:
0

Re: Remove larger image link from additional product pictures

Thanks! This have removed the link.