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

How to hide the currently viewed brand

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.

When I filter by product category, then the currently viewed category is not showing. Only the child categories is showing.

But in case of 'brands' taxonomy, the currently viewed brand is showing while the other brands will hide. But I dont want the currently viewed brand to be shown.

Please refer the screenshot I have shared.

 

Hello

Unfortunately, the filter does not have such functionality for attributes.

But you can use this CSS to hide the unnecessary filter

.tax-product_brand label[for^="woof_tab_product_brand_"] {
display: none;
}