Home › Forums › WoodMart support forum › Conflict with Yith Woocommerce Badge Managment Plugin
Conflict with Yith Woocommerce Badge Managment Plugin
- This topic has 34 replies, 3 voices, and was last updated 3 years ago by Artem Temos.
-
AuthorPosts
-
December 10, 2021 at 6:34 am #338366
MiraParticipantGood afternoon. I am trying to set up badges through this plugin. They appear on the individual product page, but are not displayed on category pages and in different widgets. When I turn off woodmart and put on storefront, everything works.
Attachments:
You must be logged in to view attached files.December 10, 2021 at 6:35 am #338368
MiraParticipantand here it is not displayed in Woodmart
Attachments:
You must be logged in to view attached files.December 10, 2021 at 9:33 am #338419
Artem TemosKeymasterHello,
Try to add the following PHP code snippet to the child theme functions.php file to do this
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 );
Kind Regards
December 10, 2021 at 10:11 am #338444
MiraParticipantIt didn’t help in any way
Can I give you access to this demo?
December 10, 2021 at 10:15 am #338448
Artem TemosKeymasterPlease, send us a screenshot of where you placed the code exactly. And send us your admin access.
December 10, 2021 at 10:19 am #338451December 10, 2021 at 10:19 am #338453December 10, 2021 at 10:21 am #338456
MiraParticipantsftp
December 10, 2021 at 12:03 pm #338492
Artem TemosKeymasterPlease, send us your admin access so we can check with different themes.
December 10, 2021 at 5:32 pm #338598
MiraParticipantadm
December 11, 2021 at 3:11 pm #338787
MiraParticipantWill you help me?
December 13, 2021 at 7:10 am #339016
Artem TemosKeymasterHello,
Sorry, but the password seems to be wrong and we can’t access https://gyazo.com/25e474497d2c7d2ae53bc4b42535bdae
Kind Regards
December 13, 2021 at 7:22 am #339023
MiraParticipantnew access
December 13, 2021 at 8:07 am #339031
Artem TemosKeymasterPlease, disable all external plugins temporarily.
Thank you
December 13, 2021 at 8:20 am #339042
MiraParticipantReady
December 13, 2021 at 8:30 am #339044
Artem TemosKeymasterTry to replace the code with the following one
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 ); }, 2000);
December 13, 2021 at 8:44 am #339047
MiraParticipantThe badge appeared. But it is overlaid on the discount sticker if applied.
Attachments:
You must be logged in to view attached files.December 13, 2021 at 10:39 am #339090
Artem TemosKeymasterYou can move our labels to the right side with the following CSS code
.labels-rounded { right: 7px; left: auto; }
December 13, 2021 at 11:18 am #339116
MiraParticipantEverything worked in the pc version. Thank you.
And there is no badge in the mobile version. Can you help with this too?
December 13, 2021 at 12:29 pm #339132
Artem TemosKeymasterWe see the badge on mobile devices. Here is the screenshot https://gyazo.com/9a6a7562a5dc759ab4bc93417e1f42ee
December 17, 2021 at 3:16 pm #340268
MiraParticipantYes. We tested it on a working site. And we found one bug. On the pages where there are widgets with goods, there is an overlay of the “Favorites” button on the label with a discount.
Attachments:
You must be logged in to view attached files.December 17, 2021 at 9:25 pm #340323
arteriscrParticipantHello friends, did you find a solution? I have the same problem … Thank you very much …
December 20, 2021 at 7:52 am #340592
Artem TemosKeymasterHello,
We don’t see badges on your website at all now. Please, clarify where we can see the badge on your website with the default theme. Also, please, disable all external plugins temporarily.
Thank you in advance.
December 21, 2021 at 9:07 pm #341046
MiraParticipanthttps://woocommerce-368978-2340758.cloudwaysapps.com/
Good afternoon. It happens on this page. It is in the mobile version
December 22, 2021 at 7:21 am #341119
Artem TemosKeymasterWe don’t see any badges for products on your home page neither on the desktop nor on the mobile https://gyazo.com/81a5de4785adc00424921cc14b0fde3c
December 22, 2021 at 7:56 am #341136
MiraParticipantLogin details
December 22, 2021 at 7:59 am #341137
MiraParticipantHere’s how it works on the store pages. Things are good. And the badge is displayed.
This is exactly in the mobile version
Attachments:
You must be logged in to view attached files.December 22, 2021 at 8:01 am #341139
MiraParticipantAnd now on the home page in the product widget. You can see that the discount icon is overlaid on the favorites icon. And the badge for the same product is not shown.
Attachments:
You must be logged in to view attached files.December 22, 2021 at 9:42 am #341165
Artem TemosKeymasterWe cleared the cache and see it on the home page now https://gyazo.com/1629898f3dbd861eabfdb67b6d2d2a79
December 23, 2021 at 7:03 am #341423 -
AuthorPosts
The topic ‘Conflict with Yith Woocommerce Badge Managment Plugin’ is closed to new replies.
- You must be logged in to create new topics. Login / Register