• buenas al poner la banda para que en la imagen salga un cartel de oferta no aparece , ya configure y lo agregue al producto pero al poner vista de prueba no aparece … me podrian ayudar cual seria el problema ? no tengo complementos que interfieran en eso

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

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

    (@alessio91)

    Hi there,
    please add following code in the file functions.php of your theme and let me know if the problem persists.

    if( !function_exists('yith_wceel_move_badge_inside_product_image') ){
    
        add_action( 'wp_footer','yith_wceel_move_badge_inside_product_image' );
    
        function yith_wceel_move_badge_inside_product_image(){
    
            $script = "
            <script>
            	setTimeout( function(){
                	 jQuery('.woocommerce-product-gallery .yith-wcbm-badge').prependTo('.flex-viewport');
                	}, 500
                   );
            </script>
            ";
    
            echo $script;
    
        }
    
    }

    Thank you.

    Thread Starter rodrigo3200

    (@rodrigo3200)

    ahora si aparece sera posible que me diga como se ajusta esa banda pero en el buscador osea cuando busco ese mismo producto en el buscador la banda se ve demasiado grande y no se ajusta al tama?o como deberia

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    I can’t see the badge in the thumbnail inside the search results, Am I wrong?

    Thread Starter rodrigo3200

    (@rodrigo3200)

    Al momento de escribir la palabra vanguard ya va notar que no sale la imagen del juego sino que se ve la banda de oferta pero muy grande no se adapta como debía en versión chicha y a la esquina de la imagen en mobil o tablet

    Thread Starter rodrigo3200

    (@rodrigo3200)

    Puedes verlo en este link como queda la banda en buscador mobil

    https://pasteboard.co/2aUwRaye1NEt.jpg

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    please add following CSS code in the site to hide badge on that thumbnail.

    .autocomplete-suggestion .yith-wcbm-badge {
        display: none;
    }
    Thread Starter rodrigo3200

    (@rodrigo3200)

    Buenas en ese link puede ver ma imágen se achicha pero no se muestra la banda de oferta en miniatura, la banda de oferta sólo se muestra en la publicación pero también me gustaría que se vea en el buscador en la imagen cuando alguien busque el producto me gustaría que también se vea ahi

    Thread Starter rodrigo3200

    (@rodrigo3200)

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    in a product finder, there is not enough space to add the badge, so we can’t add it. We’re sorry.

    Have a nice day.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Badge not displayed’ is closed to new replies.