VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: neliojesus on January 11, 2013, 08:52:02 AM

Title: manufactures filter
Post by: neliojesus on January 11, 2013, 08:52:02 AM
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
Title: Re: manufactures filter
Post by: jenkinhill on January 11, 2013, 15:55:29 PM
http://forum.virtuemart.net/index.php?topic=79799.0
and
http://forum.virtuemart.net/index.php?topic=110137
Title: Re: manufactures filter
Post by: neliojesus on January 12, 2013, 09:46:17 AM
i use the Joomla! 2.5.6 e vm  2.0.14
Title: Re: manufactures filter
Post by: jjk on January 12, 2013, 12:01:26 PM
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.