[BUG] Widget "Flat Select" mode opens all accordions after load
-
Hello,
I’d like to use the accordion that is offered in the “Flat Select” mode in the widget. However, all the filters are getting opened after page load (probably a script that runs after page load because they are initially correct). Is there anyway I can just keep active filters open (and close all the other ones) like it should be? I tried changing the plugin settings, but nothing seems to make sure the filters stay closed, except those that are active. So I have like 10 categories of filter open, which takes a long time to scroll.
It would be nice to have a fix for this. In the meantime, I added some CSS to bypass the inline style with :
.prdctfltr_checkboxes {display:none !important;} .prdctfltr_checkboxes.prdctfltr_down {display:block !important}
While we are at it. Is there a way to disable the active filter that shows beside the filter category (such as “[X] High chair / Chairs”)? I noticed the non-widget version can have active filters separated and not display inline). I’d prefer having a “Active Filter” widget to put all of them there instead of having to deal with 3 meters long filter title because it shows it inline (see example I just wrote). I hid the inline active filter via CSS (which is “High Chair”), but the slash “/” is still visible since it is not in the span. Some more options for this would be a welcomed addition. For exemple, an option to have all active filters display in another widget that we can add to our sidebar or to simply disable active filter text (just keep the X if the active filter widget is not added because we still want to cancel the filter). I currently added :
.prdctfltr_widget_title > span {display:none !important;}
But this is not good enough. Having the option inside the plugin would be a life-saver.
Thanks.
https://www.ads-software.com/plugins/woocommerce-products-filter/
- The topic ‘[BUG] Widget "Flat Select" mode opens all accordions after load’ is closed to new replies.