Hi there,
I hope you’re doing well. About the issue you mentioned, if you can’t see the badge in the shop page, but you can see it in the product page, I suggest you try adding the following PHP code in the functions.php file of your current theme:
f ( !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_after_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' );
}
}
Let us know if this helped you.
Thread Starter
upkr24
(@upkr24)
It doesn’t work anywhere. I have tested the code and it doesn’t work π
Hello there,
do you use a builder to manage template of your pages? Can you share with us some screenshot about the configuration?
Thread Starter
upkr24
(@upkr24)
yes, i use DIVI builder,
and this is the infinite scroll configuration:
https://freeimage.host/i/dTMnmMX
do yo need any more? thank you!
Hi there,
please use this configuration for the plugin:
βΒ Navigation selector: .woocommerce-pagination
βΒ Next selector:Β .woocommerce-pagination .next
βΒ Item selector:Β .product
βΒ Content selector:Β .products
Try it and let us know, thank you.
Thread Starter
upkr24
(@upkr24)
@alessio91 thank youuuuuuu! so much!
Hello there,
I’m happy to was helpful for you!
May I ask you leave a review if you’re happy with our product and support? Thanks for your cooperation.