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 Checkbox on Category Parents

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 there,

 

Love your plug-in. I read this tread https://pluginus.net/support/forum/woof-woocommerce-products-filter/ and I have the same question. However (in my case):

.woof_term_118>.icheckbox_square_grey {display:none!important;}

didn't do the trick . Since this tread is quite an old one, may I need a different rule?

Please see screendump here

 

Best regards,

 

Steven

Hello Steven

Drop  me  exact  link to  the  issue

And describe it in more detail what you want to hide

Hi,

 

I'd like to be able to hide the checkboxes before the parent categories: Overige, Huidconditie, Huidtype and Merken.

https://skindoctor.nl/webshop/

Best regards,

Steven

 

Hello Steven

Please  try  to add  this CSS:

.woof_term_118>.icheckbox_square-grey{

display:none!important;

}

Hi Pablo,

 

Thanks for your reply. That's the exact CSS I mentioned in my first post ;) That doesn't work.

Regards,

 

Steven

hello

That's the exact CSS I mentioned in my first post ;)  -  No! please follow my advice

.icheckbox_square-grey   AND  .icheckbox_square_grey    - note that these are different classes ( https://share.pluginus.net/image/i20230331120124.png )

Oops, my bad sorry. This works like a charm, thanks!

 

Regards,

 

Steven

Great! Welcome;)

Hi Pablo,

 

On https://skindoctor.nl/webshop/ I tried the above solution in order to hide the checkboxes before the brand names under"Merken" Please see screenshot, green frame. But no luck.
I tried things like :

.woof_childs_list_li .woof_term_146>.icheckbox_square-grey {display:none!important;}

#woof_146_647f3894b3468 .woof_term_146>.icheckbox_square-grey {display:none!important;}

 

Any ideas on how to tackle this?

 

Kind regards,

Steven

Hello Steven

Please try  this CSS

.woof_childs_list_li .woof_term_115>.icheckbox_square-grey {

display:none!important;

}

#woof_115_64803df13c751 .woof_term_115>.icheckbox_square-grey {

display:none!important;

}

Hey Pablo,

Thanks for your quick reply however, both didn't work. I also tried without any luck:

.woof_checkbox_term .woof_checkbox_term_146 {display:none!important;}
.woof_term_146>.iCheck-helper {display:none!important;}
#woof_146_64807cf4dd66a .woof_term_146>.iCheck-helper {display:none!important;}

.woof_checkbox_term .woof_checkbox_term_115 {display:none!important;}
.woof_term_115>.iCheck-helper {display:none!important;}
#woof_115_64803df13c751 .woof_term_115>.iCheck-helper {display:none!important;}

 

Best regards,

Steven

Hello Steven

Please  clear  all cache   and  Ctrl+F5

my  test - https://share.pluginus.net/image/i20230608115156.png

Hi,

Sorry but that's not what I meant. The idea is to hide the checkboxes before the brand names in the green square:  Environ, Jane Iredale, Marie-Stella-Maris and SkinCeuticals.
See screenshot here

Please  try  it

ul.woof_childs_list_115>woof_childs_list_li>iCheck-helper{

display:none!important;

}

 

Hi,

 

Didn't work. Cleared all cache and used Ctrl+F5

Hello

Please try  it:

ul.woof_childs_list_115>.woof_childs_list_li>.icheckbox_square-grey>.iCheck-helper{

display:none!important;

}

Hi Pablo,

Thanks! For some reason did this combination the trick:

ul.woof_childs_list_115>.woof_childs_list_li>.icheckbox_square-grey>.iCheck-helper{

display:none!important;

}

Together with:

ul.woof_childs_list_115>.woof_childs_list_li>.icheckbox_square-grey {display:none!important;}

 

Thanks for your support!

 

Regards,

Steven

Hello Steven

Great!  Welcome;)