nimavi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Make not clickable cart widgetThank you, but it doesn’t help, because I needed that mouse hover works.
Anyway, I got to resolve modifying a main theme .php file. Question when update the theme, how do I keep the changes?Forum: Plugins
In reply to: [WooCommerce] Make not clickable cart widgetThank you, but I wouldn’t like to modify that files, maybe an add_action method you can help me? I need to disable the link on the id #site-header-cart.
tnx For your help
I used W3 Total Cache plugin to purge All Caches but the label is still displayed on archive, maybe other solution to clear the cache?
I use elementor plugin in my site, and the condition to display that label is to be a elementor block, maybe that can cause the problem?Not work, anything changed, the label is still showing up on archive.
maybe another solution?
thanks, but, that code not work, the label is still showing up…
I tried:
if ( $label_id === 4296 ) {
return false;
}
return $match_condition;this way the label no longer appears anywhere and I need to see it on the product page.
Any thoughts?
Hi there,
thanks for your support, the solution kinda works, but this: “$match_condition” and “if ( isset( $this->labels[$product_id][‘1’]” gives me problems, I dont know why that code?
Please, I Just need Hide a label on archive, I don’t need other conditions. Just Hide a label.
In other words, I got a label with ID 4296, I just don’t want it to show up on archive, No more.
Again, I appreciate so much your help and patienceThanks so much, but I see it is a little more complicated than I thought, besides only need that in archive… to simplify, with code, how can I hide a specific label on archive only (it doesn’t matter the product) and where can I find the label IDs?
I appreciate so much your help and patiencesorry, that is not what I want, for example:
I have 3 labels on product: 1, 2, 3 (with conditions)
I want like a condition, if it shows label 1, not showing label 3, but alway show label 2. if label 1 is not showing, then show label 3.Maybe using apply_filters- awl_show_label_for_product or something
Plase help