- This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Chosen script for select boxes no longer working after update
Tagged: chosen script, update
HI,
on this site I use Search & Filter Pro.
I added the chosen script (https://harvesthq.github.io/chosen/) to make the select boxes in line with the company house style, see
http://vfvo.nl.greenhostpreview.nl/lesmateriaal/
This worked fine until I updated this morning when I updated the Search & Filter Pro to the latest version 2.4.5.
Now the dropdowns won’t drop down anymore. If I turn off the chosen script they work again. So can you tell me what has changed in Search & Filter Pro that might stop the chosen script from working? So I can get the chosen script working again?
Thanks for your help,
many greetings,
Han
In your style.css stylesheet, on line 1698, you have this:
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 100%;
border: 0px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 0;
}
If the left is set to 0, does it then work?