Viewing 1 replies (of 1 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @9degrees

    Thank you for your interest in Filter Everthing.
    I’m not sure about ETA for this feature, because there are other urgent features should be implemented in the plugin. But you don’t need to wait for such update and use next trick to achieve this:

    – you can place chips widget or shortcode [fe_chips] wherever you need and add next example of CSS on the page with filtering. You can add it for example via Filters -> Settigs -> Experimental -> Custom CSS

    #wpc_chips_widget-2 .wpc-filter-chip:not(.wpc-chip-reset-all){
        display: none;
    }

    Where #wpc_chips_widget-2 is the chips widget wrapper and it may be different in your case. You can find it in HTML code. In general this code hides all chips except the Reset button.

    • This reply was modified 3 years, 8 months ago by stepasyuk.
Viewing 1 replies (of 1 total)

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