Support Forums

The forums are closed and will be removed when we launch our new site.

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

Forums Forums Search & Filter Pro Creating a multiple filter form

Viewing 10 posts - 1 through 10 (of 11 total)
  • Rita Antal
    #192987

    Dear Support,
    I bought your PRO plugin because of this feature:
    “10. Available Fields:
    Tag, Category, Taxonomy – allow users to filter by any combination of these
    input types: dropdowns, radio buttons, checkboxes, multiselects, single or multiselect comboboxes from Chosen”
    as described here: https://searchandfilter.com/documentation/features/
    I would like to create a multiple filterable form for products that are liquid or air filters for different industries.
    I can’t find any documentation about how to set up this form and the dashboard is not clear enough for me either.
    Could you please help me where I can find some tutorials or documentation regarding this issue?

    Thank you for your help in advance.
    Kind regards,
    Rita

    Trevor Moderator
    #193000
    This reply has been marked as private.
    Rita Antal
    #193002
    This reply has been marked as private.
    Rita Antal
    #193006
    This reply has been marked as private.
    Trevor Moderator
    #193018

    With regard to W3TotalCache, I would use this instead (W3TotalCache is a very old plugin with minor updates, Breeze is new and designed for the latest servers):

    https://wordpress.org/plugins/breeze/

    Now the page works. Somehow the type of quote marks in the script were wrong. I have fixed that now.

    Rita Antal
    #193085
    This reply has been marked as private.
    Trevor Moderator
    #193110

    Hi Rita

    It would require custom CSS to do this, like this:

    .searchandfilter > ul > li:first-child {
    	padding-left: 0px;
    }
    .searchandfilter > ul > li {
    	display: inline-block;
    	vertical-align: top;
    	padding: 0 20px;
    }
    .entry-content .searchandfilter > ul {
    	padding: 0;
    }
    .searchandfilter > ul > li,
    .searchandfilter .select2-container,
    .searchandfilter .select2-container--default .select2-selection--multiple {
    	min-width: 250px;
    }
    Rita Antal
    #193125

    Dear Trevor!
    That’s great, I’ll implement it right away!
    Thank you for all your help.
    Kind regards,
    Rita

    Rita Antal
    #193893

    Dear Trevor,
    I came across another issue…
    To show only the title and the More button, I inserted this custom CSS code:
    .et_pb_post .post-content p {
    display: none;
    }

    However, there is a “regular” blog (using Filterable Blog Module) on the website where showing an excerpt would be desirable.
    Is it possible to disallow showing content for only the blog module containing your plugin? With a CSS ID or something? I’m sorry I can’t figure out myself 🙁

    Thatnk you for your help in advance.
    Kind regards,
    Rita

    Trevor Moderator
    #193958

    If that page is the only page with the search no, css would look this this:

    body.page-id-109 .et_pb_post .post-content p {
      display: none;
    }
Viewing 10 posts - 1 through 10 (of 11 total)

The topic ‘Creating a multiple filter form’ is closed to new replies.