Forums Forums Search & Filter Pro Dropdown multiple checkboxes

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #255501

    Hi, how can I make my filter ( is a checkbox type ) to dropdown, i have a lot of tags and there are too big for my site and i want to make it open at click . Like a dropmenu , but a dropdown filtre.
    I need a css i think , but i dont know how.
    Thanks a lot !
    http://www.motolore.com/motociclete-a2/?preview_id=1147&preview_nonce=a51ffef5cc&preview=true

    Trevor
    #255536

    You want to convert a long list of checkboxes into a dropdown list of checkboxes, yes?

    This is an option that we are investigating for V3 (due in a few months), but is not possible now.

    The only option we have right now is custom CSS to give the checkbox list a scrollbar:

    .searchandfilter li[data-sf-field-input-type="checkbox"] ul {
        max-height: 180px;
        overflow: auto;
    }
    Anonymous
    #256076

    Trevor , you are a genius ! Thanks a lot !
    I highly recomand your plug-in because of you , because you respond fast,good and exactly with what people needs !

    Thanks a lot !

    Trevor
    #256081

    Thanks for getting back to me. I will close this thread for now.

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