Active
Project:
Manual Crop
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jan 2017 at 03:52 UTC
Updated:
9 Jan 2020 at 12:06 UTC
Jump to comment: Most recent
The imagesloaded.js file was not loaded.. so said the libraries module.
Solution... rename imagesloaded.js to jquery.imagesloaded.js
poof... worked.
just thought I would comment on this.
Comments
Comment #2
irishgringo commentedComment #3
irishgringo commentedComment #4
dandaman commentedyes, imagesloaded 4.x seems to have dropped the 'jquery" on the start of the file.
You can use the latest official releases of both of these libraries, if you update this function in manualcrop.module, in my experience:
Then the Libraries API loads it correctly, it works and the Status Report screen shows the right library version info and that they are loading correctly. Ohh, note that the library folders still need to be named
jquery.imagesloadedandjquery.imgareaselect, respectively.Comment #5
Chris CharltonIs there a technical reason this module isn't supporting the current stable version of jquery.imagesloaded.js?
Comment #6
dschoni commentedWhat is this manualcrap.module and where can we find it?
Comment #7
dandaman commented@dschoni, This issue is related to the Manual Crop module. There is a link in the breadcrumbs to the top of this page where you can get more info on the module and how to install it: https://www.drupal.org/project/manualcrop
I haven't looked at this in a while, but at least when this issue was created, this module was requiring a few rather old JavaScript libraries to work, so that may be a hinderance to use it on a modern site. But see the module's installation instructions or main page for more details.
Comment #8
Gayathri J commentedWow really amazing , i have problem with media library not supported for manual crop always coming image loaded error. i changed file name imagesloaded.js to jquery.imagesloaded.js now working fine thank you so much.