Forums › Forums › Search & Filter Pro › Posts stop filtering after first filter
- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by Trevor.
-
Anonymous(Private) September 27, 2016 at 5:20 pm #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,
EdgarTrevor(Private) September 28, 2016 at 8:31 am #60730Hi 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;
} -
AuthorPosts