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

Hide - in category

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 Structure we have included IDs of categories which we want to display. Everything works except if child category has subcategories but IDs are not entered it shows + to expand and there is nothing. Can we remove that +?

https://prnt.sc/zbDP6XSwO53g

See, originally Dodatki & Notranji vložki they have subcategories, but we don't want to show them, so we didn't entered those ID in included.

Any idea, how to hide this - or +?

Thank you

Hello

Please  try in  file - \wp-content\plugins\woocommerce-products-filter\js\front.js - add  this  code -  https://share.pluginus.net/image/i20230629165727.png

if(jQuery(ul).find('input').length == 0){
return;
}

Clear  all cache  and do a test

thank you for quick answer - didn't work :(

made it with CSS .. since we don't use main categories, i just hide

.woof-sd-ie .woof_childs_list_opener span {
display: none;
}

Hello

ok! Great!