Tell us what you are trying to do? I'm trying to format the search filter so that rather than seeing a list of taxonomies you get a button for each type and if you click the button it filters the list.
Is there any documentation that you are following? All the documentation I'm seeing relates to using the Views plug-in when I'm on the Blocks plug-in.
Such a filter can be displayed with the terms in a dropdown, or as checkboxes.
What you want is to be able to instead display the terms as pill-box buttons or similar instead, yes?
If that's the case, we are working on adding such an option out of the box, but it won't be ready for a while.
In the meantime, you would implement something like this using the checkboxes format, and then custom CSS to hide the checkboxes and style the labels like buttons.
If that is what you want to do we can help, but please confirm.
Hello, yes I can help if you provide a link where I can see the checkboxes filters. Right now when I visit this page, I see a blank screen: hidden link
Is the View with checkboxes available online somewhere so I can review the implementation?
I'm attaching a screenshot here showing what I see. Instead of checkboxes, I see red rectangles for each filter option. When I click one of those red rectangles, the results update based on the filter I click, and the red rectangle becomes black to indicate a selected filter. Can you explain what you want to change here? I'm not clear what you want to achieve, and how that is different from what I see on the site.
Ah sorry - the email said you weren't available the rest of the day so I started playing with it! So I've got it sussed for hiding the checkbox and using the label to select. The bit I can't seem to do is get them to appear in a line rather than a list.