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

#233805

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