PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

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

Husky Product Filter activates taxonomy archives by itself

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

I noticed a weird bug.

I do have taxonomies and some of them have archives activated and some not. I noticed that on all taxonomies are achive activated although I deactivated them. I now found out it's the Husky Filter which is causing this. I reproduced the error in a video. As soon as I load the Husky Settings Page in the Woocommerce settings, all taxonomies suddenly have archives activated - it does it just on page load of the settings without making any changes which is concerning. But please see yourself in the video: https://streamable.com/p6l47d

This bug should be fixed please because it causes trouble while filtering within a taxonomy.

hello

Please add in functions.php:

add_filter('woof_init_archive_by_default', function($do){

return false;

});