Hello,
I am trying to set the plugin: “YITH Badge Management” but is looks like it’s not working with your theme.
could you please let me know how can I make it work?
I want to show the “sale” badge from this plugin and not from your theme settings.
in addition, I would like to create with this plugin more badges to show on my site.
I tried to add this code:
add_action(‘init’, function() {
remove_action( ‘woocommerce_before_shop_loop_item_title’, ‘woodmart_template_loop_product_thumbnail’, 10 );
add_action( ‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_template_loop_product_thumbnail’, 10 );
}, 1100 );
but it did not worked for me.
thanks.