Home New Guten Forums WoodMart support forum YITH Badge Management Issue

YITH Badge Management Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #485168

    RD
    Participant

    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.

    #485238

    Hello,

    WoodMart theme has its own functionality providing badges: https://xtemos.com/docs-topic/product-labels/

    Most likely the plugin conflicts the theme.

    Could you consider using WoodMart functionality instead?

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)