VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: cyberrick on February 07, 2017, 00:30:18 AM

Title: State Dropdown Not Working
Post by: cyberrick on February 07, 2017, 00:30:18 AM
Hi, 

it seems that when I try to checkout as a guest, and choose the United States as my country, the State drop down does not work.  It will not drop down
and show all the possible states to choose from.  How do I fix this?

See http://bkpumice.net
Title: Re: State Dropdown Not Working
Post by: Jumbo! on February 07, 2017, 18:00:51 PM
It a problem of your template.

Open - templates/uniquashop/css/template.css

Scroll down to the bottom of the file and add the following codes after all existing codes.

.selectric-hide-select {
width: auto !important;
height: auto !important;
}
.selectric-hide-select select {
position: static !important;
}
.selectric {
display: none !important;
}


Save the file.

Now clear cache of your browser and reload/refresh the page to see the change.

Also attaching the modified file for ready reference. Unzip it to see the css file.
Title: Re: State Dropdown Not Working
Post by: dxxx1988 on May 03, 2017, 07:42:35 AM
this did not solved my issue.
Title: Re: State Dropdown Not Working
Post by: Jumbo! on May 03, 2017, 08:53:32 AM
Quote from: dxxx1988 on May 03, 2017, 07:42:35 AM
this did not solved my issue.

1. VirtueMart version?
2. Site link?