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.
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
Hi there,
I can’t see the badge in the thumbnail inside the search results, Am I wrong?
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
Puedes verlo en este link como queda la banda en buscador mobil
https://pasteboard.co/2aUwRaye1NEt.jpg
Hi there,
please add following CSS code in the site to hide badge on that thumbnail.
.autocomplete-suggestion .yith-wcbm-badge {
display: none;
}
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
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.