undefined function in masonry grid module

I installed the dexp_masonry module, but I can't get it to run as it throws the following javascript error: [Error] TypeError: undefined is not a function (evaluating '$grid.shuffle') (anonymous function) (dexp-masonry.js, line 13) each (jquery.min.js, line 2) each (jquery.min.js, line 2) attach (dexp-masonry.js, line 5) (anonymous function) (drupal.js, line 76) each (jquery.min.js, line 2) attachBehaviors (drupal.js, line 74) (anonymous function) (drupal.js, line 412) n (jquery.min.js, line 2) fireWith (jquery.min.js, line 2) ready (jquery.min.js, line 2) B (jquery.min.js, line 2)
It seems you are missing library shuffle. Please get the attached file and extract to sites/all/libraries folder
thanks! Are there any css files that are supposed to go with the masonry module/content type as well, or is additional styling not needed?
Hi, Masonry module include a general css file called dexp-masonry.css in css folder at this module. We have not updated masonry function in this module. So, about stylesheet for Masonry in Evolve theme, please do it by your self. NOTE: You SHOULD do style in *.less file. Thanks,