• Hi, I’m using Elementor with the loop template. I added the Woo Commerce product photo tag inside the image, but the badge doesn’t appear in the product archive page. Can you help me? Thanks

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Support Vanesa

    (@vanesarodriguez)

    Hi there,
    I hope you are doing well.

    I have tried to check the page but I can’t access as it ask for credentials to see it.
    Please, try applying this code in the functions.php archive of your active theme:

    if(!function_exists('yith_wcbm_shop_badge_container_start') && !function_exists('yith_wcbm_shop_badge_container_end')){
        add_action('woocommerce_before_shop_loop_item_title','yith_wcbm_shop_badge_container_start',9);
        add_action('woocommerce_before_shop_loop_item_title','yith_wcbm_shop_badge_container_end',20);
    
        function yith_wcbm_shop_badge_container_start(){
        do_action('yith_wcbm_theme_badge_container_start');
    }
    
        function yith_wcbm_shop_badge_container_end(){
        do_action('yith_wcbm_theme_badge_container_end');
    }
    }

    Let us know if this solves it.
    We remain at your disposal.

    Thread Starter simonegmgnet

    (@simonegmgnet)

    https://sezioniaism.gmgnet.cloud/categoria-prodotto/bomboniere-solidali/

    this page should be visible.

    I tried adding your code but unfortunately, it doesn’t work.

    Let me know if you need anything else.

    Thank you

    Thread Starter simonegmgnet

    (@simonegmgnet)

    Sorry, I haven’t received any feedback. Were you able to check the issue?

    Thank you.

    Plugin Support Pablo Pérez

    (@pperez001)

    Hi!

    In order to know more information about your issue, please, first check if you issues persists only using our plugin and WooCommerce and also use a WooCommerce default theme like StoreFront. If the problem persists, please make sure you’ve added the badge in the product configuration.

    Let us know.

    Thread Starter simonegmgnet

    (@simonegmgnet)

    Hi,

    I’m using Elementor with the Hello theme.

    To build my category page, I’m using the loop item with the loop item grid, which is included in Elementor Pro.

    It’s not a theme issue because when I use the basic WooCommerce product widget, the badge displays correctly. Therefore, I think a hook might be missing in that specific part.

    Can you help me resolve this issue?

    Thank you.

    Plugin Support Pablo Pérez

    (@pperez001)

    Hi,

    Is your element a basic element from Elementor Pro ? Let us know the exact element you are using or take a screenshot of the element so we make some test in our local site to check if this problem can be easily fix from our side.

    Have a great day.

    Thread Starter simonegmgnet

    (@simonegmgnet)

    https://elementor.com/help/loop-grid/

    Template -> Theme Builder -> Loop Item -> then you can create your own product layout.

    After that in product archive you can call loop item grid widget.

    Have a nice day.

    I have the same problem!

    Tnx

    Davide

    I have the same problem.
    Can you kindly give us the solution to make it possible to use the plugin also with elementor loopgrid
    Thank you

    I have the same problem.

    Could you give us explanation!

    Thank you!

    beris

    (@beris)

    I have the same problem.

    Thanks!

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    after doing several tests, we cannot replicate the issue.
    This is a loop item test, and you can see the badge there.

    I added a product archive page, with the loop item template inside, and this page is working properly too.

    Could you check it, please?

    Hi again,

    I think that you are trying to reproduce the issue with the wrong way.

    I am using (and the rest in this thread i think) the “Loop Grid” Widget from Elementor Pro and inside there i am using a “Loop Item” template from Elementor Pro.

    No Badge label is displayed.

    I can give you access to a staging site if needed to see the issue.

    Your competitor plugin “https://advanced-woo-labels.com/” achieved it to work.

    Maybe you can check their implementation.

    Here is a shop page built with Elementor Loop Grid, where the badge label is visible: https://nesoddbiene.no/bivokslys/ using the plugin “https://advanced-woo-labels.com/”.

    Thanks

    I have the same issue using the Elementor Loop Grid to show products on the home or product category page: I am not able to show Yith badges in the Loop Grid. It’s like the badges are not connected to the product elements you can add to the Loop template. How to solve this in a best practice manner?

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    Could you please share with us a configuration of a template added in the Loop Grid? Maybe a video can help us to see the configuration inside the loop grid and try to reproduce.

    I tried with a default image but also the default WooCommerce sale badge is not added in the image.

    In this way we can try to reproduce it on our local installation and see if it’s possible to allow it also for Elementor Loop grids.

    I’m looking forward your response.

    Have a good day.

Viewing 15 replies - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.