This topic contains 4 replies, has 2 voices, and was last updated by Sofia Moss 7 years ago.
Don't show 'By Radius' option next to search bar
The topic ‘Don't show 'By Radius' option next to search bar’ is closed to new replies.
This topic contains 4 replies, has 2 voices, and was last updated by Sofia Moss 7 years ago.
Hi there,
I would like to disable and don’t show ‘by radius’ filter next to the search bar. I added the add-on to the plugin directory, but cannot seem to find the setting to disable this.
Hi there,
Thank you for your inquiry, you can try to use CSS override to hide the labels, more details available in this article here.
i.e
#filter_distance .filter__toggler { display: none !important; }
If you wish to customize the behavior of the plugin, you can request for customization at this page.
Cheers,
Sofia
Hi Sofia,
Thanks for the quick reply! Actually what I would like to achieve is to not show the filter panel at all. There are options to choose for the category and region filters in the main settings and I thought you might have the same option for the ‘by radius’ filter. I would like to display just the search bar and nothing else next to it.
I am aware I can achieve this by overriding manually the CSS, I thought you might have a ready made settings option for it already.
Thanks!
Hi there,
Thanks for the explanation, I’ve just checked with our devs team, this option is not available yet, but we’ll add it in the upcoming patch, for the time being, you can use CSS override below
#filter_left_panel{ display: none !important; }
Cheers,
Sofia
Hi there,
The option to hide Radius filter has been added in patch 4.2.1, more details available in this article here. You can also refer to our latest patch notes below.
Cheers,
Sofia
The topic ‘Don't show 'By Radius' option next to search bar’ is closed to new replies.