Forums Forums Search & Filter Pro 3 issues with Search & Filter Pro

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #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:
    Screenshot to explain better

    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
    #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
    #226408
    This reply has been marked as private.
    Trevor
    #226534

    Ah, I see. You have two separate forms. These forms cannot talk to each other, so, when you ‘submit’ one, the settings from the other are forgotten.

    They would need to be one single form. Is there a reason why they cannot be one combined form?

    Anonymous
    #226813

    Hi,

    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.

    Anonymous
    #226815
    This reply has been marked as private.
    Trevor
    #226858

    With 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

    Anonymous
    #226880
    This reply has been marked as private.
    Anonymous
    #226882
    This reply has been marked as private.
    Trevor
    #226963

    Try 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

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