Show results from current category only
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 pleaseIf 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.
Quote from newly.ae on July 3, 2026, 18:24Hello,
I have tried all combinations of setting found online to stop the filter showing results from the whole store rather than from the current category.
https://picturehangingsystems.ae/product-category/hanging-wires/
Is there any simple fix like conditional code I can add to get results from the current category only?
Best regards,
Ingmar
Hello,
I have tried all combinations of setting found online to stop the filter showing results from the whole store rather than from the current category.
https://picturehangingsystems.ae/product-category/hanging-wires/
Is there any simple fix like conditional code I can add to get results from the current category only?
Best regards,
Ingmar
Quote from Alex Dev on July 3, 2026, 19:54Hi Ingmar
I tried to open your category page directly to see the behavior myself, but access to the site seems to be restricted (I got a message saying access has been limited by the site owner). So I cannot confirm this by testing it live, but based on the plugin code I can give you an educated guess of what is likely happening and a fix to try.
By default, whenever a filter is applied, HUSKY resets a few WordPress query flags (including is_tax) to unify the page as a generic product archive, so the filter form can render consistently across different page types. Normally this is harmless because the actual category restriction lives in a separate part of the query (tax_query), not in that flag. However, if your theme or page builder relies on that flag to decide which products belong to the current category when rendering the results, resetting it can cause the filtered results to fall back to showing products from the whole store instead of just the current category.
We have seen and fixed this exact symptom before on a similar setup. The fix was to enable two settings together in HUSKY:
tab Advanced -> Options -> Disable swoof influence: Yes
SEO links enabled: YesCould you try enabling both of these in the HUSKY settings and test filtering again on the hanging-wires category page? If it still shows results from the whole store after that, please let us know what theme or page builder you are using for the category archive template (Elementor, Divi, Bricks, a classic WooCommerce theme, etc.), that will help us narrow it down further.
Hi Ingmar
I tried to open your category page directly to see the behavior myself, but access to the site seems to be restricted (I got a message saying access has been limited by the site owner). So I cannot confirm this by testing it live, but based on the plugin code I can give you an educated guess of what is likely happening and a fix to try.
By default, whenever a filter is applied, HUSKY resets a few WordPress query flags (including is_tax) to unify the page as a generic product archive, so the filter form can render consistently across different page types. Normally this is harmless because the actual category restriction lives in a separate part of the query (tax_query), not in that flag. However, if your theme or page builder relies on that flag to decide which products belong to the current category when rendering the results, resetting it can cause the filtered results to fall back to showing products from the whole store instead of just the current category.
We have seen and fixed this exact symptom before on a similar setup. The fix was to enable two settings together in HUSKY:
tab Advanced -> Options -> Disable swoof influence: Yes
SEO links enabled: Yes
Could you try enabling both of these in the HUSKY settings and test filtering again on the hanging-wires category page? If it still shows results from the whole store after that, please let us know what theme or page builder you are using for the category archive template (Elementor, Divi, Bricks, a classic WooCommerce theme, etc.), that will help us narrow it down further.
Quote from newly.ae on July 4, 2026, 22:13Hi Alex,
Thank you so much for your quick response. I've limited site access to a few countries after a big spike in spam traffic and failed login attempts.
Changing the 'Disable swoof influence' to 'Yes' with SEO links enabled, has solved the issue and the product filter is showing now results from the current category only.
For your info, the website was build with a mix of Divi and custom coding.
Many thanks for your help again,
Ingmar
Hi Alex,
Thank you so much for your quick response. I've limited site access to a few countries after a big spike in spam traffic and failed login attempts.
Changing the 'Disable swoof influence' to 'Yes' with SEO links enabled, has solved the issue and the product filter is showing now results from the current category only.
For your info, the website was build with a mix of Divi and custom coding.
Many thanks for your help again,
Ingmar
Quote from Alex Dev on July 6, 2026, 12:06Hi Ingmar
Great to hear it is working now and the filter shows results from the current category only. Thanks for confirming, and also for letting us know about the Divi + custom coding setup — good to have that on record in case anything related comes up later.
If you run into anything else, feel free to open a new topic.
Hi Ingmar
Great to hear it is working now and the filter shows results from the current category only. Thanks for confirming, and also for letting us know about the Divi + custom coding setup — good to have that on record in case anything related comes up later.
If you run into anything else, feel free to open a new topic.
