Active
Project:
Equal Heights jQuery
Version:
7.x-2.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
7 Jun 2013 at 21:22 UTC
Updated:
24 Apr 2016 at 04:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dgastudio commentedsame here, any solution?
Comment #2
shawnrosspeters commentedHey guys, I went through the https://github.com/desandro/imagesloaded, and I found that Version 3 changed the overall format (jquery.imagesloaded.js and jquery.imagesloaded.min.js aren't available...). I search, and found a branch from December 2012 (last one I saw before any V3 stuff). I've got it working successfully with it. I'm attaching both a zip and tar.gz for anyone needing the library.
If you've already enabled the module, be sure you disable it after uploading this library, then re-enable it. You *might* need to flush caches. Enjoy!
Comment #3
tfranz commentedIt works – thank you very much for your help! :-))
Comment #4
biswajit roy commentedFollow the following steps :
1. Just download the "imagesloaded" Library from here https://github.com/desandro/imagesloaded.git
2. Upload the files to sites/all/libraries/jquery.imagesloaded folder
3. Rename "imagesloaded.js" to "jquery.imagesloaded.js" in sites/all/libraries/jquery.imagesloaded folder
4. Flush your cache. Problem will resolve.
Cheers,
B. Roy
Comment #5
drurian commentedThe directory name should be "imagesloaded".
Comment #6
drurian commentedComment #7
drurian commentedThe links to resources are fixed in dev.
Comment #8
wranvaud commentedOh beautiful! thank you! It has been bugging me for a while...
Comment #10
amytswan commentedI noticed that there were a number of other unused folders and files in the previous imagesloaded zip and tar files, so I thought it might be handy to have a stripped down version that simply contains the jquery.imagesloaded.js and jquery.imagesloaded.min.js files. I'm using this stripped down version on a current project, and it's working well for me. Hope this is helpful to others using the equalheights module - super useful and straightforward module, by the way. =)
Comment #11
amytswan commentedHere's the zip file, too, just in case...
Comment #12
knalstaaf commentedI'm still having this issue with the current dev (and recommended release).
Comment #13
tsmulugeta commentedI'm also still having this issue
Comment #14
joran lafleuriel commentedI succeed to correct this pb :
- Drupal 7.43
- Equalheight 7.x-2.x-dev
- in the libraries folder : the imagesloaded folder is named 'imagesloaded'
- the librairie comes from above #2
- don't forget to clear all caches
So :
- there is no more message on each drupal page saying imagesloaded is missing...
- there is still a message in the report page that says that the librarie is missing as jquery.imagesloaded
- but Equalheight do works
Comment #15
Gremlet commented#14 worked a charm. Thank you Ratjaune & Shawnrosspeters.