PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

You need to log-in to create request (topic) to the support

How to initialize husky on fibo search bar result pages

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

in the section ADVANCE - Initialize the plugin only on the next pages of the site 

I select YES

and i insert, the pages where i want to initialize the plugin:

https://www.mysite.com/en/shop/ (THIS WORKS)
https://www.mysite.com/en/?s= (THIS DO NOT WORK)
https://www.mysite.com/en/category-product/ (THIS WORKS)
https://www.mysite.com/negozio/ (THIS WORKS)
https://www.mysite.com/?s= (THIS DO NOT WORK)
https://www.mysite.com/categoria-prodotto/ (THIS WORKS)

The ones that do not work are related to the search result from the fibo search bar .
this the complete link of the search bar output: https://www.mysite.com/?s=(HERE WHAT I INPUT IN THE SEARCH BAR)&post_type=product&dgwt_wcas=1&lang=it
How to fix this ? how to show the husky filter in the pages on the search bar results.
Thank you for your help...

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.