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

runzipel’s picture

+1 would be really cool!

fubhy’s picture

There is an error in his inline JS code. Remove the part with "appendedCode" and it works.

pribeh’s picture

Hi fubhy. Could you possibly elaborate? Which code (and where) exactly is it that we should be removing?

Thanks so much.

jthomasbailey’s picture

Ah, 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?