Quote from Alex Dovlatov on March 31, 2026, 12:48
Hello
The issue is caused by the price filter type selected in your HUSKY settings. The "As woo range-slider" option uses the native WooCommerce slider which does not trigger filtering on its own when you release the handle — it waits for a separate submit action. This is why it appears to work only when combined with another filter click, because that click triggers the submit and picks up the price values at the same time.
To fix this you have two options.
Option 1 (recommended): Go to HUSKY settings, find the Price Filter section, and change the filter type from "As woo range-slider" to "As ion range-slider". The ion range slider has its own built-in submit trigger on release, so it will filter immediately when you stop dragging without needing any other filter to be clicked.
Option 2: If you prefer to keep the current slider type, add autosubmit="1" to your [woof] shortcode, for example:
[woof autosubmit="1"]
This tells HUSKY to submit automatically on any filter change including the native WC slider.
Option 1 is the cleaner solution.
Place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png
Hello
The issue is caused by the price filter type selected in your HUSKY settings. The"As woo range-slider" option uses the native WooCommerce slider which does not trigger filtering on its own when you release the handle — it waits for a separate submit action. This is why it appears to work only when combined with another filter click, because that click triggers the submit and picks up the price values at the same time.
To fix this you have two options.
Option 1 (recommended): Go to HUSKY settings, find the Price Filter section, and change the filter type from"As woo range-slider" to"As ion range-slider". The ion range slider has its own built-in submit trigger on release, so it will filter immediately when you stop dragging without needing any other filter to be clicked.
Option 2: If you prefer to keep the current slider type, add autosubmit="1" to your [woof] shortcode, for example:
[woof autosubmit="1"]
This tells HUSKY to submit automatically on any filter change including the native WC slider.
Option 1 is the cleaner solution.
Place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png