• Hi guys!
    It would be nice, if there was ‘reset’ btn for dropping search parameters. Possibly in the form of popup in front of the selected item.
    And thanks for your work, it is awesome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • +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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Reset btn’ is closed to new replies.