Comments

dgastudio’s picture

same here, any solution?

shawnrosspeters’s picture

StatusFileSize
new98.58 KB
new220.5 KB

Hey 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!

tfranz’s picture

It works – thank you very much for your help! :-))

biswajit roy’s picture

Follow 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

drurian’s picture

The directory name should be "imagesloaded".

drurian’s picture

Assigned: Unassigned » drurian
drurian’s picture

Status: Active » Fixed

The links to resources are fixed in dev.

wranvaud’s picture

Oh beautiful! thank you! It has been bugging me for a while...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

amytswan’s picture

Issue summary: View changes
StatusFileSize
new2.2 KB

I 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. =)

amytswan’s picture

StatusFileSize
new3.47 KB

Here's the zip file, too, just in case...

knalstaaf’s picture

Status: Closed (fixed) » Active

I'm still having this issue with the current dev (and recommended release).

tsmulugeta’s picture

I'm also still having this issue

joran lafleuriel’s picture

I 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

Gremlet’s picture

#14 worked a charm. Thank you Ratjaune & Shawnrosspeters.