Home › Forums › WoodMart support forum › Moved: Reply To: Yith Badges are not displaying in Woodmart Theme Shop Page › Reply To: Moved: Reply To: Yith Badges are not displaying in Woodmart Theme Shop Page
October 16, 2020 at 1:52 pm
#233805
Elise Noromit
Member
Hello,
We suggested this code:
add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
Try to add the following code snippet to the functions.php file in the child theme to fix it.
Regards