Hi,
I have an error when isotope( 'reLayout'); is called after an Ajax Load More.
Line 565 - scripts.js
// isotope fix: second resize
setTimeout(function(){
$('.lm_wrapper.isotope').isotope( 'reLayout');
},1000);
In the console js I have : no such method 'reLayout' for isotope instance on jquery.plugins.js
As you update the version of the plugin Isotope Metafizzy, you have to change with : $('.lm_wrapper.isotope').isotope( 'layout');
I tested it, and now I have no errors.
Can you fix this this?
Thanks
Comments
thanks for this information! You're definitely right. We'll fix it with next update of course.
Happy New Year!