• Resolved ronmagic

    (@ronmagic)


    A very strange bug –
    the label shows just fine when i enter the shop page, but when i filter products (using Jet Smart filters by Crocoblock), or, when clicking “Load more” at the bottom of my shop page (via Elementor), the label don’t show anymore.

    I have set the plugin to display the label on any product that has a product image.

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

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

    (@mihail-barinov)

    Hi,

    Please tell me – did you make any changes inside plugin settings page -> Hooks section?

    Regards

    Thread Starter ronmagic

    (@ronmagic)

    Hi, @mihail-barinov

    Nope, not at all.
    I can send a screenshot if it will help.

    Best

    Plugin Author ILLID

    (@mihail-barinov)

    What is your current AWL plugin version number?

    Also – as I understand on that shop page you are using the default Elementor Products block. Is that correct?

    I have the same issue on my webshop. The problem is that AWL works on the initial page load, but I’ve set up Ajax loading on Jet*** (Crocoblock). When I switch to pagination by page reload, everything works fine. Is there a way to integrate AWL with Ajax reloading?

    • This reply was modified 4 months, 4 weeks ago by sheinbl.
    Plugin Author ILLID

    (@mihail-barinov)

    @sheinbl

    Please try to add following custom code snippet and check your ajax pagination one more time:

    add_action( 'init', 'my_awl_init' );
    function my_awl_init() {
    AWL_Label_Display::instance();
    }

    Thank you, worked like a charm! All the best.

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