I have a problem, the filter manufacturer is always atraz titulio section of the product, as in the picture below
(http://i.imgur.com/ZAueP.png)
i need some help to solve the problem please
http://forum.virtuemart.net/index.php?topic=79799.0
and
http://forum.virtuemart.net/index.php?topic=110137
i use the Joomla! 2.5.6 e vm 2.0.14
That's a problem with your template. However, you could probably add a z-index: 1; to the VirtueMart file vmsite-ltr.css, approximately line 66:
Orginal:
.orderlistcontainer div.orderlist{display:none;position:absolute;border:solid #CAC9C9 1px;background:#FFF;cursor:pointer;}
Adjusted:
.orderlistcontainer div.orderlist{display:none;position:absolute;border:solid #CAC9C9 1px;background:#FFF;cursor:pointer;z-index:1;}
That should bring the dropdown list into the foreground.