Home / Forums / WoodMart support forum / Compatibility with plugins YITH WooCommerce Badge Management Premium
Home › Forums › WoodMart support forum › Compatibility with plugins YITH WooCommerce Badge Management Premium
Compatibility with plugins YITH WooCommerce Badge Management Premium
- This topic has 12 replies, 2 voices, and was last updated 3 years, 3 months ago by
Artem Temos.
-
AuthorPosts
-
July 12, 2022 at 11:32 am #390434
soluzionibwgParticipantHi,
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.July 12, 2022 at 11:54 am #390449
Artem TemosKeymasterHello,
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
July 13, 2022 at 1:48 pm #390773
soluzionibwgParticipantUnfortunately it doesn’t work, I added this but it doesn’t go why?
July 13, 2022 at 2:17 pm #390784
Artem TemosKeymasterHello,
Please, provide us with your admin access so we can log in and check this on your side.
Thank you in advance.
July 13, 2022 at 3:19 pm #390805
soluzionibwgParticipantI send you the logins
July 13, 2022 at 4:21 pm #390838
Artem TemosKeymasterThe child theme is not activated on your website. Please, activate it via Appearance -> Themes.
Kind Regards
July 13, 2022 at 4:25 pm #390839
soluzionibwgParticipantOk 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.July 13, 2022 at 4:53 pm #390851
Artem TemosKeymasterIt 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
July 13, 2022 at 4:53 pm #390852
Artem TemosKeymasterAlso, please, disable all external plugins temporarily.
Kind Regards
July 13, 2022 at 5:12 pm #390862
soluzionibwgParticipantBut this was happening to me even before I entered child theme!
After Woodmart update I started doing this.
July 14, 2022 at 9:49 am #390964
Artem TemosKeymasterPlease, disable all external plugins temporarily.
Kind Regards
July 20, 2022 at 12:09 am #392170
soluzionibwgParticipantI 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.July 20, 2022 at 9:10 am #392238
Artem TemosKeymasterFor this case, you need to contact plugin developers for help. Our theme doesn’t influence label styles provided by the plugin.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register