• Hi, I have installed the free version of the plugin but when I activate it all the thumbnails of my products have disappeared, when I disable it, they look again correctly, I’m thinking of buying the premium version, but if it does not work well, I do not know if it’s what I need, way to solve it so you can try it before buying the premuim version? Thank you.

    last version of woocommerce
    last version of worpress.

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    and thank you for writing in!
    I see you are using Electro theme: you could fix this issue by adding the following code snippet in your theme Custom CSS:

    .container-image-and-badge{
        position: static !important;
    }

    Furthermore, if you cannot see the badges in the Single Product Page, you could add the following code snippet in your theme functions.php:

    if ( function_exists( 'YITH_WCBM' ) ) {
        $yith_wcbm = YITH_WCBM();
        if ( !empty( $yith_wcbm->frontend ) ) {
            add_filter( 'electro_single_product_thumbnails_single_html', array( $yith_wcbm->frontend, 'show_badge_on_product_thumbnail' ), 10, 2 );
        }
    }

    Please try it and let us know if everything works fine!

    Best Regards
    YITH Support

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with thumbails with yith badge’ is closed to new replies.