VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ArrobaLab on July 08, 2015, 05:09:47 AM

Title: Hide Image Description
Post by: ArrobaLab on July 08, 2015, 05:09:47 AM
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
Title: Re: Hide Image Description
Post by: jenkinhill on July 08, 2015, 10:17:40 AM
URL?
Title: Re: Hide Image Description
Post by: ArrobaLab on July 08, 2015, 15:46:14 PM
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
Title: Re: Hide Image Description
Post by: jenkinhill on July 08, 2015, 17:23:04 PM
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; }