Forums Forums Search & Filter Pro Posts stop filtering after first filter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #60634

    Hi, I just purchased the Pro version and I’m struggling to get it to work properly for my site, https://humli.com

    1) I have 4 filters, Category, Age Group, Values & Lessons, and Video Length. After I filter for one of them (for example Category), it then stops filtering the rest when I use the other filters (the results remain the same)
    2) How do I not have a gap line between the drop down boxes? Having no gaps between the dropdown boxes is the default in the free version, but then these extra lines show up in the pro version. How do I remove them?

    Regards,
    Edgar

    Trevor
    #60730

    Hi Edgar. So I can look at the first question, I might need to log in as an admin and look at/edit the search form. You can send credentials here as a private reply. HOWEVER, for me it works fine. You will need to tell me what you are selecting (in sequence) that does not work.

    As to the second question, this is the css that gives padding between the controls:

    .searchandfilter ul li {
      padding-right: 10px;
      padding: 10px 0;
    }

    You might override this in custom css like this:

    .searchandfilter ul li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }

    Trevor
    #60792
    This reply has been marked as private.
    Trevor
    #60794

    It may be becasue you have the Results Container set to #main (the default), whereas for you theme it is .archive-col-list I think.

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