Forums › Forums › Search & Filter Pro › It disappear when clicking
Tagged: bug
- This topic has 38 replies, 2 voices, and was last updated 5 years, 7 months ago by Trevor.
-
Trevor(Private) April 10, 2019 at 10:58 am #208001
For me the search is working, but the URL still does not update.
For example, if I search for ‘Édition sur mesure’ I get 3 results. If I click ‘Décor’ it adds one post (you have the field relationship set to OR, so it adds selections. It is hard to see which have been chosen as your theme has hidden the checkboxes with this CSS:
[type="checkbox"], [type="radio"] { display: none; }
You could show them by adding this custom CSS:
.searchandfilter [type="checkbox"], [type="radio"] { display: inline-block; }
-
AuthorPosts