+1 for this (but imo a simple reset button or link just below the filter would be good enough)
+ 1 for this.
Reset of active filters (with auto-reload of course 🙂 )
Hi guys!
I need the same (I mean reset button :). And I should to say that it is the best filter I have ever seen! 🙂
Best regards,
Vasily
Hi there!
If somebody steel need the “erase all button” I have found a really simple solution!
1. Add this code after the filter code in the widget:
<a class="clear-filter-button" href="http://YOURSITE.com/shop/"><span class="cfb-text">Clear all</span></a>
2. Add this CSS code to your style.css or in the “Your CSS” option of your theme:
a.clear-filter-button {
padding: 8px 20px;
background: #e74c3c;
border-radius: 5px;
float: right;
position: relative;
bottom: 20px;
right: 10px;
}
span.cfb-text {
color: #ffffff;
font-size: initial;
}
!!! Dont forget to change URL “YOURSITE.com/” to your site URL address. Button should to redirect to the shop page or the page where you use the general filter.
Best regards,
Vasily