Forums › Forums › Search & Filter Pro › No results are showing
Tagged: V3
- This topic has 17 replies, 2 voices, and was last updated 5 years, 11 months ago by Anonymous.
-
Trevor(Private) December 13, 2018 at 4:27 pm #196246
Do you mean vertical scrollbar, such as is shown on the Genres field here (for checkboxes and radio buttons):
http://demo.designsandcode.com/sfpro-movie-reviews/
Like this:
.searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul, .searchandfilter > ul > li[data-sf-field-input-type="radio"] > ul { max-height: 150px; overflow: auto; }
The ALL filter, is this on a select dropdown? You can’t remove it, but you can hide it:
.sf-field-taxonomy-download_category .sf-item-0 { display:none; }
Change this according the to li class on the field.
Anonymous(Private) December 14, 2018 at 8:42 am #196319Hi Trevor,
with regards to the All filter I have hidden it but it chooses all on page load is there a way to get it choosing a different filter on page load?
with the scroll what we really wanted to do is to have buttons. I have changed the categories to run horizontally and i want left and right buttons but i cant get it to work as the thing im looking for to control doesn’t have a class so it looks like “#search-filter-form-1321 ul li ul li”
Kind regards,
Kevin Lucas
-
AuthorPosts