Compatibility with plugins YITH WooCommerce Badge Management Premium
-
Hi,
I kindly ask you what changes I need to make to the theme to make sure that the plugin changes are implemented YITH WooCommerce Badge Management Premium, for displaying the products in the boxes.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'init', function() {
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 );
}, 1100 );
Best Regards
Unfortunately it doesn’t work, I added this but it doesn’t go why?
Hello,
Please, provide us with your admin access so we can log in and check this on your side.
Thank you in advance.
The child theme is not activated on your website. Please, activate it via Appearance -> Themes.
Kind Regards
Ok Good! now it works thanks, but now I see the duplicate add to cart icons, see attached screen
Attachments:
You must be
logged in to view attached files.
It looks like you have some custom code in your child theme that causes this issue. Please, remove it or fix and then check how it works.
Kind Regards
Also, please, disable all external plugins temporarily.
Kind Regards
But this was happening to me even before I entered child theme!
After Woodmart update I started doing this.
Please, disable all external plugins temporarily.
Kind Regards
I have verified that in the search part it is displayed incorrectly, the badge covers image, in these small points it should avoid going out. how can i avoid this?
Attachments:
You must be
logged in to view attached files.
For this case, you need to contact plugin developers for help. Our theme doesn’t influence label styles provided by the plugin.
Kind Regards