Thanks for your detailed answer. That’s motivating.
Q2 Make a dropdown multi-select of ‘Eten & drinken‘ and ‘Faciliteiten‘
A2 You want this to be a dropdown with checkboxes? I think that this too will come in V3
Yes, that would be exactly what I want, just this example.
Q3 Use stars in stead of the range-bar, because it’s about review-score. The stars should be colored when you pick them.
A3 I can only think this would require some custom JavaScript to enable the click on the stars to change the slider (that could be hidden). But to add the stars themselves, again, V3 would make this a lot easier
I want to filter by clicking the stars in the filter. I’m looking forward to V3 to make this happen.
Q4 Some space between the dropdown with option ‘Relevantie‘ and ‘Filters wissen‘
A4 Custom CSS would be needed:
Works great, thanks!
With V3, you will have more flexibility to style things using classes, but I am not sure how much control we can give you in the Elementor widget settings. But, something for us to consider.
If this could be done in Elementor that would be great.
But if it can be done on the WordPress dashboard that’s also helping.
A5 You don’t mention the spacing you indicated in the screenshot, for ‘Eten & drinken‘ and ‘Faciliteiten‘, like this:
.searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul > li {
padding-top: 5px;
padding-bottom: 5px;
}
5px is what it is currently set at, so increase those for more gap, decrease for less gap.
Perfect, this work great by just changing the padding. Thanks!
Good luck with the developent of V3.