Home Forums WoodMart support forum Conflict with Yith Woocommerce Badge Managment Plugin

Conflict with Yith Woocommerce Badge Managment Plugin

Viewing 30 posts - 1 through 30 (of 35 total)
  • Author
    Posts
  • #338366

    Mira
    Participant

    Good 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.
    #338368

    Mira
    Participant

    and here it is not displayed in Woodmart

    Attachments:
    You must be logged in to view attached files.
    #338419

    Artem Temos
    Keymaster

    Hello,

    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

    #338444

    Mira
    Participant

    It didn’t help in any way

    Can I give you access to this demo?

    #338448

    Artem Temos
    Keymaster

    Please, send us a screenshot of where you placed the code exactly. And send us your admin access.

    #338451

    Mira
    Participant

    functions.php

    Attachments:
    You must be logged in to view attached files.
    #338453

    Mira
    Participant

    location

    Attachments:
    You must be logged in to view attached files.
    #338456

    Mira
    Participant

    sftp

    #338492

    Artem Temos
    Keymaster

    Please, send us your admin access so we can check with different themes.

    #338598

    Mira
    Participant

    adm

    #338787

    Mira
    Participant

    Will you help me?

    #339016

    Artem Temos
    Keymaster

    Hello,

    Sorry, but the password seems to be wrong and we can’t access https://gyazo.com/25e474497d2c7d2ae53bc4b42535bdae

    Kind Regards

    #339023

    Mira
    Participant

    new access

    #339031

    Artem Temos
    Keymaster

    Please, disable all external plugins temporarily.

    Thank you

    #339042

    Mira
    Participant

    Ready

    #339044

    Artem Temos
    Keymaster

    Try 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);
    
    #339047

    Mira
    Participant

    The badge appeared. But it is overlaid on the discount sticker if applied.

    https://woocommerce-368978-2295991.cloudwaysapps.com/catalog/tochilka-dlya-nozhej-zhuk/nabory-dlya-zatochki/

    Attachments:
    You must be logged in to view attached files.
    #339090

    Artem Temos
    Keymaster

    You can move our labels to the right side with the following CSS code

    .labels-rounded {
      right: 7px;
      left: auto;
    }
    #339116

    Mira
    Participant

    Everything worked in the pc version. Thank you.

    And there is no badge in the mobile version. Can you help with this too?

    #339132

    Artem Temos
    Keymaster

    We see the badge on mobile devices. Here is the screenshot https://gyazo.com/9a6a7562a5dc759ab4bc93417e1f42ee

    #340268

    Mira
    Participant

    Yes. 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.
    #340323

    arteriscr
    Participant

    Hello friends, did you find a solution? I have the same problem … Thank you very much …

    #340592

    Artem Temos
    Keymaster

    Hello,

    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.

    #341046

    Mira
    Participant

    https://woocommerce-368978-2340758.cloudwaysapps.com/

    Good afternoon. It happens on this page. It is in the mobile version

    #341119

    Artem Temos
    Keymaster

    We don’t see any badges for products on your home page neither on the desktop nor on the mobile https://gyazo.com/81a5de4785adc00424921cc14b0fde3c

    #341136

    Mira
    Participant

    Login details

    #341137

    Mira
    Participant

    Here’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.
    #341139

    Mira
    Participant

    And 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.
    #341165

    Artem Temos
    Keymaster

    We cleared the cache and see it on the home page now https://gyazo.com/1629898f3dbd861eabfdb67b6d2d2a79

    #341423

    Mira
    Participant

    Its OK. Can you help with 2 questions? You can see that the favorites icon is on the discount icon. Highlighted in color

    Attachments:
    You must be logged in to view attached files.
Viewing 30 posts - 1 through 30 (of 35 total)

The topic ‘Conflict with Yith Woocommerce Badge Managment Plugin’ is closed to new replies.