Forums › Forums › Search & Filter Pro › Fix jumping of filters when hide empty items is checked
- This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by Trevor.
-
Anonymous(Private) June 28, 2020 at 4:27 am #250340
Hi,
the serach&filter function is great while the styling of the filters lacks usability & valueable options!I have multiple filters horizontal filter set up (1) in one search form, acf group fields in place and no nested taxonomies (2) and try to place them via (3) and use the searchform via shortcode inside elemtor pro.
Given I check “Hide empty items?” in searchfilter Admin settings, then in the front-end after each filter change all filters “jump” around (accordingly to the fact, that option are lower) => this makes them uncontrolable with regards to styling.
=> unhide empty items would fix the jumping but will be an ux mess (& not the intention)
Question:
– Is there a way to have the items “hide empty items” checked (not shown in the filter option) but also have the length of the filter field fixed?Feedback appreciated
Thanks in advance
Onurbtw:
Style of Combobox is nice – but as “date & price range&input fields” don’t have this option, their style won’t go together with the “combobox” – style of txonomy filters – is there a way to style the input fields accordingly?btw2:
v3 will have fixes for some filter frontend styling lacks?——-
(1)
.searchandfilter > ul > li {
display: inline-block;
vertical-align: top;
padding: 0 20px;
}
————
(2) https://support.searchandfilter.com/forums/topic/multiple-categories-combination/#post-55166 – did all of that
————
(3)
.searchandfilter[data-sf-form-id=”1428″] .select2-container {
margin: 5px;
}
from: https://support.searchandfilter.com/forums/search/filter+style/Trevor(Private) June 29, 2020 at 11:07 am #250401Are you able to send me a live link/URL to your search page so I can take a look?
Can you show me one or more annotated screenshot(s) of the design change(s) you want? If you can do that, you would need to upload the screenshot image(s) to a file sharing site (like the WordPress Cloudup site) and share the link with me?
We tend to make the form and its fields relatively unstyled (and thus inherit any theme CSS), as this gives the designer the most flexibility to make changes. V3 (due in a few months) will bring more options in this regard.
-
AuthorPosts