
charlie@corecreative.co.uk(@charlie-corecreative-co-uk)
2 Posts
Customers
Quote from charlie@corecreative.co.uk on January 28, 2020, 01:08
Hi, I'm using the step by step filters for a store I'm working on, however I want to show all the step dropdowns together.
They don't need to be selectable until the first one has been selected, but I want to show all three steps rather than them load once the previous ones has been selected.
Similar to how the hierarchy works, where you can see each dropdown menu title but can't click it until the previous one has been selected.
Is this possible to do? Maybe with js?
Thanks
Hi, I'm using the step by step filters for a store I'm working on, however I want to show all the step dropdowns together.
They don't need to be selectable until the first one has been selected, but I want to show all three steps rather than them load once the previous ones has been selected.
Similar to how the hierarchy works, where you can see each dropdown menu title but can't click it until the previous one has been selected.
Is this possible to do? Maybe with js?
Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 28, 2020, 14:07
Hello
Unfortunately, the plugin does not have such a feature. You need customization of the code. We do not have a ready-made solution. But if you have programming experience we can help you
Hello
Unfortunately, the plugin does not have such a feature. You need customization of the code. We do not have a ready-made solution. But if you have programming experience we can help you

charlie@corecreative.co.uk(@charlie-corecreative-co-uk)
2 PostsTopic Author
Customers
Quote from charlie@corecreative.co.uk on January 28, 2020, 19:28
Hi Pablo,
Thanks for your reply. Myself and my colleague have programming experience, if you can advice and guide us on the best way to achieve this?
Hi Pablo,
Thanks for your reply. Myself and my colleague have programming experience, if you can advice and guide us on the best way to achieve this?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on January 29, 2020, 14:29
Hello
you can try to use CSS and JS to do this
Current filter has class - woof_step_filter_current
Other filters (hidden) - woof_price_filter
For these classes, you can show all filters and disabled filters that you need
Hello
you can try to use CSS and JS to do this
Current filter has class - woof_step_filter_current
Other filters (hidden) - woof_price_filter
For these classes, you can show all filters and disabled filters that you need