Site logo

Archived topic

infinite scrolling of blogs.

3 replies · Started by LEE on March 26, 2021

Viewing posts 1–4 of 4

Hi
When using blog infinite scroll, the Featured Image from URL plugin doesn't work with the Featured Video feature slider.

Hi there,

the infinite scroll uses Ajax loading, if the plugins output is not working then it means its most probably using Javascript that is only executed on DOM Load... you would need to ask the Plugin author if the plugin supports infinite scroll / ajax loading first.

I added this code to my site...

jQuery(document).ajaxSuccess(function () {
console.log("ajax call detected");
});

Expecting that the message "ajax call detected" was displayed after scrolling down. But nothing happens.

Since ajaxSuccess and ajaxComplete can't detect the infinite scroll action, what function should I use?

This archived topic is closed to new replies.