Home Forums WoodMart support forum Compatibility with plugins YITH WooCommerce Badge Management Premium

Compatibility with plugins YITH WooCommerce Badge Management Premium

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #390434

    soluzionibwg
    Participant

    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.
    #390449

    Artem Temos
    Keymaster

    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

    #390773

    soluzionibwg
    Participant

    Unfortunately it doesn’t work, I added this but it doesn’t go why?

    #390784

    Artem Temos
    Keymaster

    Hello,

    Please, provide us with your admin access so we can log in and check this on your side.

    Thank you in advance.

    #390805

    soluzionibwg
    Participant

    I send you the logins

    #390838

    Artem Temos
    Keymaster

    The child theme is not activated on your website. Please, activate it via Appearance -> Themes.

    Kind Regards

    #390839

    soluzionibwg
    Participant

    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.
    #390851

    Artem Temos
    Keymaster

    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

    #390852

    Artem Temos
    Keymaster

    Also, please, disable all external plugins temporarily.

    Kind Regards

    #390862

    soluzionibwg
    Participant

    But this was happening to me even before I entered child theme!

    After Woodmart update I started doing this.

    #390964

    Artem Temos
    Keymaster

    Please, disable all external plugins temporarily.

    Kind Regards

    #392170

    soluzionibwg
    Participant

    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.
    #392238

    Artem Temos
    Keymaster

    For this case, you need to contact plugin developers for help. Our theme doesn’t influence label styles provided by the plugin.

    Kind Regards

Viewing 13 posts - 1 through 13 (of 13 total)