Descriptions in Zen Lightbox...
Hello All,
I have Zen Lightbox installed and working smoothly with Image Handler 2 so thank you to all for those mods. My questions is as follows;
The site in question is a cattle related site.
I have multiple images on the main product detail page but the images are of different animals (dam, sire, etc). Is it possible to edit/remove the image descriptions on the Lightbox as it is currently using the product name (animal name) as the description but it is not the same animal in all images?
I know it might sound strange but have a look at the link below to see what I mean.
http://www.semenshop.ie/catalog/inde...&products_id=1
The site is for bulls and not the human kind in case you are wondering about the domain name ..... :laugh:
Re: Descriptions in Zen Lightbox...
i ran into this problem trying to get rid of the additional images click text to enlarge i'm not sure if it is a lightbox issue or not
http://www.zen-cart.com/forum/showth...d=1#post905790
Re: Descriptions in Zen Lightbox...
Quote:
Originally Posted by
MB1
i ran into this problem trying to get rid of the additional images click text to enlarge i'm not sure if it is a lightbox issue or not
Little vag on your question, but I'll give it a try.... the code in the link was for Fuel Lightbox, not Zen Lightbox, however, both use Slimbox just a little different way of activating it.
Look for
Code:
'<br />' . TEXT_CLICK_TO_ENLARGE . '</a>'
and remove all but the Same with this one
Code:
'<br /><span class="imgLinkAdditional">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'
That will remove the words and leave the image link to the larger one.
Or you could change TEXT_CLICK_TO_ENLARGE to something else, add a define to english.php and change it there!