News:

Support the VirtueMart project and become a member

Main Menu

State Dropdown Not Working

Started by cyberrick, February 07, 2017, 00:30:18 AM

Previous topic - Next topic

cyberrick

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

Jumbo!

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.

dxxx1988


Jumbo!

Quote from: dxxx1988 on May 03, 2017, 07:42:35 AM
this did not solved my issue.

1. VirtueMart version?
2. Site link?