VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ucanfixit on October 22, 2013, 08:17:55 AM

Title: How to get rid of image name in Popup Shadow Box?
Post by: ucanfixit on October 22, 2013, 08:17:55 AM
I managed to get rid of the image name below the thumbnail on the product page but when you click on the image and the larger one shows up in the shadow box as seen in my attachment I can not make the image name go away.

Please tell me how to hide this!

Thank you in advance!!!



[attachment cleanup by admin]
Title: Re: How to get rid of image name in Popup Shadow Box?
Post by: ucanfixit on October 22, 2013, 08:19:08 AM
Should also mention this is version 2.0.24 on joomla 2.5.14

Title: Re: How to get rid of image name in Popup Shadow Box?
Post by: jenkinhill on October 22, 2013, 13:27:47 PM
Using the default templates on 2.0.24 the Image Alt-Text as set in the product image editor is displayed. If no entry is made for Image Alt-Text then no text is displayed. Sounds like you may be using template overrides that need correcting for the current VM version?
Title: Re: How to get rid of image name in Popup Shadow Box?
Post by: ucanfixit on October 23, 2013, 05:04:06 AM
And how do I go about doing that please?
Title: Re: How to get rid of image name in Popup Shadow Box?
Post by: jenkinhill on October 23, 2013, 12:29:08 PM
If you use template overrides these will usually be located in [yourjoomlatemplate]/html/com_virtuemart/productdetails/  Look for the file default_images.php  and compare it with the default VM  file at components/com_virtuemart/views/productdetails/tmpl/default_images.php

If you rename the default_images.php override file as a temporary measure, then that will force the default file to be used instead so you can see if that solves your issue. If it makes no difference then it is possible that you have a JavaScript conflict somewhere.
Title: Re: How to get rid of image name in Popup Shadow Box?
Post by: ucanfixit on October 23, 2013, 16:11:09 PM
Thank you for the reply. I will look in to this. :)