I noticed Masonry 1.3.2 doesn't work in this module, even with a Jquery 1.4.2 hack. What was the reason for using 1.0.1 and do you know why 1.3.2 isn't working? I'm trying to get it going with Infinite Scroll but that would require Masonry 1.3.2.
I noticed Masonry 1.3.2 doesn't work in this module, even with a Jquery 1.4.2 hack. What was the reason for using 1.0.1 and do you know why 1.3.2 isn't working? I'm trying to get it going with Infinite Scroll but that would require Masonry 1.3.2.
Comments
Comment #1
runzipel commented+1 would be really cool!
Comment #2
fubhy commentedThere is an error in his inline JS code. Remove the part with "appendedCode" and it works.
Comment #3
pribeh commentedHi fubhy. Could you possibly elaborate? Which code (and where) exactly is it that we should be removing?
Thanks so much.
Comment #4
jthomasbailey commentedAh, very nice fubhy.
In views_fluidgrid.module line 53 there's this: appendedContent: $('#".$vars['views_fluidgrid_id']."'),
Delete that whole line and upgrade Masonry, it works. Wonder why he put that in there?