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]
Should also mention this is version 2.0.24 on joomla 2.5.14
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?
And how do I go about doing that please?
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.
Thank you for the reply. I will look in to this. :)