(Hmmm, I don’t think this applies, but fail to find a delete option…)
If you happen to use Masonry with Isotope, then looking at the Isotope documentation, I had to edit infinite-scroll/behaviors/masonry-isotope.js to change
$(this).masonry('appended',$(newElements));
into
$(this).isotope('appended',$(newElements));
The above might be a bug in the plugin (as the dropdown suggests it should work for Isotope too); I found your post when trying to find other reports about this.
Hmmm, there’s not much detail we can look at. Please enable the debug option again, so people van peek into the JavaScript console to see what’s going on. Also: what selectors are you using?
If you happen to use Masonry with Isotope, then looking at the Isotope documentation, I had to edit infinite-scroll/behaviors/masonry-isotope.js to change
$(this).masonry('appended',$(newElements));
into
$(this).isotope('appended',$(newElements));
The above might be a bug in the plugin (as the dropdown suggests it should work for Isotope too); I found your post when trying to find other reports about this.