Forums › Forums › Search & Filter Pro › Creating a multiple filter form
Tagged: multiple filter
- This topic has 10 replies, 2 voices, and was last updated 5 years, 11 months ago by Anonymous.
-
Anonymous(Private) November 7, 2018 at 10:47 am #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,
RitaTrevor(Private) November 7, 2018 at 2:31 pm #193018With 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.
Trevor(Private) November 8, 2018 at 10:29 am #193110Hi 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; }
Anonymous(Private) November 19, 2018 at 7:37 am #193893Dear 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 -
AuthorPosts