Tell us what you are trying to do?
I am trying to recreate a similar layout to the search page below. I have already created a custom term for my CPT. That custom term has an additional custom field that links to an image. What I would like to do is display the terms as a filter, but display the terms custom field image as the radio button.
I have attached a screenshot of what I am trying to recreate with Toolset and what the custom term fields are.
What is the link to your site? This is a work in progress so it most likely might change by the time this support ticket is looked at.
hidden link
Hello and thank you for contacting Toolset support.
It seems that you were already able to build a radio buttons filter and style it using icons by using custom CSS code such as the following hidden link
Currently, Toolset views' filters do not offer any way to customize how they appear. I can think of a workaround using a taxonomy view because taxonomy views are the only way to pull the term fields. The idea is to hide the filter using CSS, use a taxonomy view that will display the terms in a radio button using their term fields, then use Javascript code to synchronize the selection to the view's filter. Does it make sense?
Thanks for looking into this. I was able to do what I wanted with custom CSS and some JS. I just was wanting to make sure there isn't a better method vs this custom CSS tweaking. My issue is resolved now. Thank you!