• Resolved basiakupuje

    (@basiakupuje)


    Hi,

    I love your plugin, but I have one major issue with it… when I use a filtering plugin (like Product Filter for WooCommerce by XforWooCommerce) and filter terms using AJAX, all the badges are gone:( Here is the short video: https://www.screencast.com/t/dJEcgh40z4ri

    Could you please tell me how can make it work? Perhaps we can use different display hook or something like that? I would be super grateful for your help here…

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

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

    (@mihail-barinov)

    Hi,

    So I see that you are using the Divi theme. But I am interested – how do you build that shop page? Are you using Divi builder to build it and show that product’s grid?

    Regards

    Thread Starter basiakupuje

    (@basiakupuje)

    Hi,

    I use simple shortcode (in Divi Code module): [products prdctfltr=”yes” preset=”filtry-kolekcja” ajax=”yes” pagination=”yes” limit=”12″ category=”metro-system”]

    Any idea how to fix the filtering issue?:)

    Thread Starter basiakupuje

    (@basiakupuje)

    hi, any update? I would appreciate some help if possible:P

    Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Strange that I can’t reproduce this on my end.

    So please tell me – are you changing any options inside the plugin settings page -> Hooks section? Or maybe you are using any custom code snippets to change plugin behavior?

    Regards

    Thread Starter basiakupuje

    (@basiakupuje)

    Hi,

    thanks for your reply. No no, I don’t change anything nor using any custom code snippets for that… For some reason it doesn’t work with AJAX… perhaps would you like me to set up a demo site, where you can experiment on what could be causing this? I would very appreciate that

    Plugin Author ILLID

    (@mihail-barinov)

    Yes, please. This will be very useful.

    Thread Starter basiakupuje

    (@basiakupuje)

    cool, where can I send you login details?

    Plugin Author ILLID

    (@mihail-barinov)

    Please use email [email protected]

    Thread Starter basiakupuje

    (@basiakupuje)

    ok, I’ve just sent an e-mail;) thanks;)

    Plugin Author ILLID

    (@mihail-barinov)

    So looks like I found a solution for you. You need to use following custom code snippet:

    add_action( 'wp_loaded', 'my_wp_loaded', 0 );
    function my_wp_loaded() {
        if ( is_ajax() && class_exists('AWL_Label_Display') ) {
            AWL_Label_Display::instance();
        }
    }
    Thread Starter basiakupuje

    (@basiakupuje)

    You’re the best, many thanks for this, now it works just excellent:)

    Plugin Author ILLID

    (@mihail-barinov)

    Glad to help.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Badge gone after AJAX filtering’ is closed to new replies.