Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Chosen script for select boxes no longer working after update

Viewing 3 posts - 1 through 3 (of 3 total)
  • Han Hegeman
    #188021

    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

    Trevor Moderator
    #188026

    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?

    Han Hegeman
    #188032

    Hi Trevor,

    Ah, that’s it.
    No clue why it stopped working, but now it’s fine again.
    Thanks a million for looking into this.
    And so quick.
    You made my day 🙂

    Hi, Han

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Chosen script for select boxes no longer working after update’ is closed to new replies.