• Hello, I am using custom products loop with displaying products archive with Elementor PRO + Elementor custom skin (free). Is here any way, how can I add the labels to my custom loop?
    Here’s the url: https://pressedpallets.com/produkty/
    Please, click the “Paleta Regalis 800×600” – there are labels in single product. Is there any way how can I put it to the products archive?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    There are several ways to do that.

    1. Open the plugin settings page and find ‘Hooks’ option. You need to add here a hook that is used by elementor to generate that custom loop. But, of course, you need to know what to add.

    2. Edit php file that is responsible for displaying that custom loop and in the place where you need to display product label add following code:

    <php
    echo AWL_Label_Display::instance()->show_label( 'on_image' );
     ?>

    So most probably the best way for me is to contact the Ele custom skin/Elementor support and ask for a hook/file, where should I edit the .php file, correct?

    Plugin Author ILLID

    (@mihail-barinov)

    Well I think option 1 is better. You can just ask them for hook that you can use for labels displaying.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Display badges in custom loop’ is closed to new replies.