
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 29, 2023, 10:00
Hello Karol
This is how the plugin works correctly
There is a big difference between a filter and a menu
Filter - this makes search queries and displays the result on the current page
Menu - redirects to other pages (in your case, the taxonomy page)
On the taxonomy page, the filter shows only child taxonomies
This is a very logical behavior. On the taxonomy(attribute) page, you can show ONLY products that belong to the taxonomy OR child taxonomies. It makes sense to show only child taxonomies( of the current taxonomy ), because clicking on any other taxonomy will always give zero products )
Hello Karol
This is how the plugin works correctly
There is a big difference between a filter and a menu
Filter - this makes search queries and displays the result on the current page
Menu - redirects to other pages (in your case, the taxonomy page)
On the taxonomy page, the filter shows only child taxonomies
This is a very logical behavior. On the taxonomy(attribute) page, you can show ONLY products that belong to the taxonomy OR child taxonomies. It makes sense to show only child taxonomies( of the current taxonomy ), because clicking on any other taxonomy will always give zero products )

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 29, 2023, 12:00
Please add CSS
.wd-side-hidden .woof .woof_container_inner .chosen-container
width: 100% !important;
}
Update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Please add CSS
.wd-side-hidden .woof .woof_container_inner .chosen-container