How to disable ALL Product Badges?
-
After I have updated to your new theme, all of my badge plugins will not work anymore.
Even after I have turned off all Product Label settings at the Theme Settings. It will not override your badge, my plugins were working perfectly before your update.
Please, help me.
Thank you
Hi,
Please, could you revert back to the previous version and provide us with full access so we can check how it worked before? Then, we will be able to provide you with a fix for 3.5 version.
Regards
Would you mind to revert back it for me?
I do not know how to revert it back.
My credentials are in the private content section.
Sorry, I change the password again.
Sorry, but we can’t do this for you. In this case, could you please send us the plugin so we can check on our side?
Regards
Please, see the private content.
Attachments:
You must be
logged in to view attached files.
Try to remove the following code from the file inc/woocommerce.php
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash' );
remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash' );
add_action( 'woocommerce_before_shop_loop_item_title', 'basel_product_label' );
add_action( 'woocommerce_before_single_product_summary', 'basel_product_label' );
Regards
Thank you very much. It is working now
OK, great. We will try to make our theme compatible with third party plugins too in the next update.
Regards