• Resolved Web Expert

    (@seldimi)


    Hey. I am using your free version of this plugin with combination with WC Secondary Product Thumbnail.
    My problem is that the other plugin doesn’t work on the ajax loaded products (not the initial ones)
    Is there any callback when the new products are attached so I can catch and try to make these two work?

    • This topic was modified 9 years, 2 months ago by Web Expert.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you can use this jQuery trigger ‘yith_infs_added_elem’ for do what you need.
    So something like

    jQuery(document).on('yith_infs_added_elem', function(){
    // here your code..
    });

    Regards.
    Giuseppe

    gabelloyd

    (@alwaysbrightblue)

    Thank you, this was very helpful. Great plugin!

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

The topic ‘Callback on post load’ is closed to new replies.