News:

Support the VirtueMart project and become a member

Main Menu

DropDown in Category View for Manufacturers

Started by teverz, February 21, 2016, 22:43:19 PM

Previous topic - Next topic

teverz

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

jenkinhill

Firebug shows that the code for that appears to be coming from thirdparty.css - not part of VirtueMart. Ask your template/theme supplier.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

teverz

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

GJC Web Design

.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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

teverz

#4
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.

GJC Web Design

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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation