• Resolved edvardspektar

    (@edvardspektar)


    Hello, little help.
    Badges are not showing anywhere. I have the same theme but with premium version of your plugin and there, the badges are showing ok. Your premium plugin was installed about a year ago.
    In this web page there is no need for category badge so I’ve installed a free version but badge is not showing anywhere. Any ideas?
    Thanks in advance, regards.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter edvardspektar

    (@edvardspektar)

    No need for reply.
    I’ve put these code and it works.

    if ( !function_exists( ‘yith_wcbm_estore_badge_container_start’ ) && !function_exists( ‘yith_wcbm_estore_badge_container_end’ ) ) {
    add_action( ‘woocommerce_before_shop_loop_item_title’, ‘yith_wcbm_estore_badge_container_start’, 9 );
    add_action( ‘woocommerce_before_shop_loop_item_title’, ‘yith_wcbm_estore_badge_container_end’, 20 );
    function yith_wcbm_estore_badge_container_start() {
    do_action( ‘yith_wcbm_theme_badge_container_start’ );
    }

    function yith_wcbm_estore_badge_container_end() {
    do_action( ‘yith_wcbm_theme_badge_container_end’ );
    }
    }

    • This reply was modified 4 years, 3 months ago by edvardspektar.
    Plugin Author YITHEMES

    (@yithemes)

    Thanks for share this solution with all users.
    Your feedback is very important.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Badges not showing’ is closed to new replies.