Viewing 1 replies (of 1 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    I’m sorry but I can’t see the plugin currently active on your site.
    Can you enable it?

    Anyway, please add following code in he file functions.php of your theme and check if the problem persists.

    if ( !function_exists( 'yith_wcbm_shop_badge_container_start' ) && !function_exists( 'yith_wcbm_shop_badge_container_end' ) ) {
       add_action( 'woocommerce_before_shop_loop_item_title', 'yith_wcbm_shop_badge_container_start', 9 );
       add_action( 'woocommerce_before_shop_loop_item_title', 'yith_wcbm_shop_badge_container_end', 20 );
       function yith_wcbm_shop_badge_container_start() {
           do_action( 'yith_wcbm_theme_badge_container_start' );
       }
    
       function yith_wcbm_shop_badge_container_end() {
           do_action( 'yith_wcbm_theme_badge_container_end' );
       }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Badge Is Not Displaying on Home Page’ is closed to new replies.