There is the image name showing at the fronted on the product details page. How can I hide it?
Joomla! 2.5.20
VirtueMart 3.0.9
PHP 5.4.38
The error appears at any product on my web, for example:
http://madebyluly.ch/index.php/bebes/baby-set/mi-primera-maletita-mariquita-detail
URL?
Thanks for the reply!
The error appears at any product on my web, for example:
http://madebyluly.ch/index.php/bebes/baby-set/mi-primera-maletita-mariquita-detail
Looks like your template overrides are showing "Used url" or the image path there.
Quick fix would be to hide it with a css override, easy to check this using Firebug. http://forum.virtuemart.net/index.php?topic=116620.0
Looks like it should be something like .vm-img-desc { display: none; }