VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: teverz on February 21, 2016, 22:43:19 PM

Title: DropDown in Category View for Manufacturers
Post by: teverz on February 21, 2016, 22:43:19 PM
http://ahnisnabae2.ahnisnabaeartgallery.com/shop/silkscreens/by,mf_name.html (http://ahnisnabae2.ahnisnabaeartgallery.com/shop/silkscreens/by,mf_name.html)

It seems that when I place my mouse over the select artists the dropdown pops up but it is to the left and when I move the mouse to get to it, it disappears .. obviously it is hovering in the wrong spot ... how do I fix this?

Also when moving the mouse off of sort by it disappears as well unless I have the mouse in a certain spot. Again how do I address this?


VirtueMart 3.0.13.4
PHP 5.4
Joomla! 3.4.8
Title: Re: DropDown in Category View for Manufacturers
Post by: jenkinhill on February 21, 2016, 23:29:05 PM
Firebug shows that the code for that appears to be coming from thirdparty.css - not part of VirtueMart. Ask your template/theme supplier.
Title: Re: DropDown in Category View for Manufacturers
Post by: teverz on February 22, 2016, 02:05:42 AM
I have tried making the adjustments in the thirdparty CSS file and I can move things over but it moves both boxes. I think it might be in the vm-ltr-site.css file. Also in chrome when trying to move the cursor over the box won't happen but it works fine in Firefox
Title: Re: DropDown in Category View for Manufacturers
Post by: GJC Web Design on February 22, 2016, 10:15:42 AM
.orderlistcontainer div.orderlist {
  border: 1px solid #f1f1f1;
  font-size: 0.9em;
  left: 76px;
  margin-left: 70px;
  margin-top: 22px;
  text-align: left;
}

http://ahnisnabae2.ahnisnabaeartgallery.com/templates/forte/css/thirdparty.css  line 320
Title: Re: DropDown in Category View for Manufacturers
Post by: teverz on February 22, 2016, 10:33:03 AM
And that is where I made the changes. It moved it over but it also moved both the product and artist ones ... so if I want to get them both to line up under their proper area than I have to find where the original margins are. The file I am looking for that builds that drop down is somewhere in VM. That is what I am trying to find.

I am also hoping if I line it up with where they are supposed to go that it will solve the mouse over issue in Chrome.

As I said earlier I will probably find more answers in vm-ltr-site.css. I just haven't had the chance to look there. I am far from new to web designing but I am new to the VM3 .. the last time I had to address anything in VM was version 1.1 or something.
Title: Re: DropDown in Category View for Manufacturers
Post by: GJC Web Design on February 22, 2016, 10:41:06 AM
it has nothing to do with the files producing them .. it is simply css positioning.. use Firebug or simply get rid of the templates override css for these
the std. vm css works fine