Quote from Alex Dovlatov on April 29, 2026, 11:44
Hello
The issue is likely caused by a hook conflict with FiboSearch plugin. HUSKY does not automatically recognize search result pages generated by third-party search plugins, so the standard "init only on pages" setting won't work reliably in this case.
As a workaround, you can place the following shortcode into a simple text/HTML widget in your sidebar:
[woof start_filtering_btn=1 autohide=1]
This will display a "Filter" button on the search results page. When clicked, it reveals the HUSKY filter form. You can see a live demo of this approach here: https://demo.products-filter.com/hidden-search-form/
By default HUSKY should listen text search, here is an exemple: https://demo.products-filter.com/shop/?s=long
Please note: when a customer applies a filter, they will be redirected to the main shop page with the selected filters applied. This is the standard HUSKY behavior and the original search text from FiboSearch will not be carried over to the redirect. Unfortunately there is no built-in solution for preserving the FiboSearch query on redirect due to the way the two plugins handle their respective URL structures.
Please let us know if this helps.
Hello
The issue is likely caused by a hook conflict with FiboSearch plugin. HUSKY does not automatically recognize search result pages generated by third-party search plugins, so the standard"init only on pages" setting won't work reliably in this case.
As a workaround, you can place the following shortcode into a simple text/HTML widget in your sidebar:
[woof start_filtering_btn=1 autohide=1]
This will display a"Filter" button on the search results page. When clicked, it reveals the HUSKY filter form. You can see a live demo of this approach here: https://demo.products-filter.com/hidden-search-form/
By default HUSKY should listen text search, here is an exemple: https://demo.products-filter.com/shop/?s=long
Please note: when a customer applies a filter, they will be redirected to the main shop page with the selected filters applied. This is the standard HUSKY behavior and the original search text from FiboSearch will not be carried over to the redirect. Unfortunately there is no built-in solution for preserving the FiboSearch query on redirect due to the way the two plugins handle their respective URL structures.
Please let us know if this helps.