Forums Forums Search & Filter Pro Checkbox in Multi-Select

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #152207

    Hello, i have search my problem in the forum. I did not find a solution!
    In your demo http://demo.designsandcode.com/sfpro-movie-reviews/ you have the checkboxes in a multi-select (Genre). How can I insert this?

    Best regards Thomas

    Trevor
    #152231

    Do you have a search form already made with the taxonomy or post meta element that you want to do this with?

    If so, are you able to send me a live link/URL to your search page so I can take a look?

    What is the CPT being searched, and which field?

    A screenshot of the settings for that field as you currently have them would be great. Upload the screenshot to a file sharing site (like the WordPress Cloudup site) and share the link it with me?

    Anonymous
    #152262
    This reply has been marked as private.
    Trevor
    #152272

    You want the scrollbar?

    It is made so with Custom CSS:

    .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul, .searchandfilter > ul > li[data-sf-field-input-type="radio"] > ul {
        max-height: 150px;
        overflow: auto;
    }

    And to make it multiselect the Search Operator AND (as in your screenshot) is set to OR.

    Anonymous
    #152274

    Haha, damn. I´am so stupid. Yes, thank you. I need the scroolbar… Haha… Thx. Sorry! :D.
    I just did not realize that this is a simple scrollbar.

    Have a nice Day 🙂

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