Home › Forums › WoodMart support forum › Badge plugin does not work outside home page … › Reply To: Badge plugin does not work outside home page …
October 1, 2018 at 12:22 pm
#80073

Artem Temos
Keymaster
Hi,
Try to comment or remove the code from the file inc/woocommerce.php
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
add_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 );
Regards