Forums › Forums › Search & Filter Pro › 3 issues with Search & Filter Pro
Tagged: V3
- This topic has 9 replies, 2 voices, and was last updated 5 years ago by Trevor.
-
Anonymous(Private) November 11, 2019 at 10:47 pm #226331
Hi,
1. How do I enable “all” option when I use checkbox in category field? “All” appears only for radio? My client likes to show “all” as a default option for category too. How do I go about achieving this?
2. Can we make a list of all chosen categories & tags separately where clicking it would disable/uncheck what’s chosen from the checkbox? Example:
3. Also, I’m using two filters separately: categories + tags. Both are checkboxes. When I select tags, the chosen categories uncheck itself and vice versa. I want to check/select both categories and tags together
Trevor(Private) November 12, 2019 at 4:16 pm #226372#1. You can’t, sorry. With all the checkboxes unchecked, that is the ALL state. Note, ticking all the boxes might not give all posts, as some posts may not have any terms. The issue arises because, with checkboxes, the relationship (between each term) can be either OR or AND.
#2. This is a feature we are planning for V3 (I am sorry, but I d not have an ETA).
#3. Are you able to send me a live link/URL to your search page so I can take a look?
Anonymous(Private) November 15, 2019 at 12:21 am #226813Hi,
I have combined both the forms and it’s working now.
However, I have another problem. I’m using the sorting feature (located at top right corner) and it’s not talking with the categories & tags. The placement of the sorting cannot be changed. How can I go about this? Whenever I select from the sorting dropdown, all the chosen categories/tags get reset. How do I keep it intact?
PS: I managed to get the point 2 working by using css.
Trevor(Private) November 15, 2019 at 6:47 pm #226858With the sorting, again that is a separate form, so it cannot work with the filter. It must be in the same form as the filter. In V3 we will enable you to move fields from a form to other places on the page, but not yet.
For the pagination, find the pagination settings in the form settings and change it from
.pagination a
to.blog__nav a
Trevor(Private) November 18, 2019 at 7:08 pm #226963Try making some changes on the Display Results settings tab of the form.
The Ajax Container from
#main
to#main .justify-content-center .col-lg-9
But, if your theme allows you to put a custom class on the column of that row, do that instead and use that?
So, if you added
search-results
to the column, the Ajax Container would be.search-results
Then, the pagination container from
.pagination a
to.navigation a
-
AuthorPosts