Title: No Crop Link
Last modified: August 21, 2016

---

# No Crop Link

 *  Resolved [maclemming](https://wordpress.org/support/users/maclemming/)
 * (@maclemming)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/no-crop-link/)
 * Hi,
 * I notice that using WordPress 3.9.1 and the latest version of the cropping tool(
   1.2) with NextGEN Gallery (2.0.66) the crop link is no longer showing along side
   each image in a gallery.
 * Is anyone else seeing this? …a client of mine has hit all the update buttons 
   without speaking to me first! ahhh!!!
 * Thanks,
 * maclemming.
 * [https://wordpress.org/plugins/nextgen-image-cropper/](https://wordpress.org/plugins/nextgen-image-cropper/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [SetMonkey13](https://wordpress.org/support/users/setmonkey13/)
 * (@setmonkey13)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/no-crop-link/#post-4958025)
 * I just installed it and am also not finding any link for cropping images.
 *  Thread Starter [maclemming](https://wordpress.org/support/users/maclemming/)
 * (@maclemming)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/no-crop-link/#post-4958027)
 * Although I have not heard anything from the developer – I have spent a little
   time looking into the issue and have concluded that changes in the way the more
   recent versions of NG Gallery handles image ID’s when managing individual galleries
   is to blame.
 * Although, perhaps not the best way of fixing the problem (feel free to pick holes
   in it!), below is my solution:
 * 1) Open up the ‘gallery.js’ file, which is within the ‘js’ folder of the the 
   Image Cropper plugin.
 * 2) Delete the first function (starts with ‘$(‘form#updategallery #ngg-listimages…’
   and ends just before ‘$(‘form#updategallery’).on(‘click’…’.
 * 3) Past the following code into the location of what you have just deleted:
 *     ```
       $('form#updategallery #ngg-listimages tbody tr .row-actions').each(function(index) {
   
            var imageID = $(this).closest('tr').prev().find('.column-2').html();			
   
            if(imageID) {
                $('<span class="crop"> | <a href="' + ngg_crop.plugin_path + 'ajax/imagecrop.php?pictureID=' + imageID + '" class="ngg_crop_dialoglink" title="Crop">Crop</a></span>').appendTo($(this));
            }
       });
       ```
   
 * Thanks.
 *  Thread Starter [maclemming](https://wordpress.org/support/users/maclemming/)
 * (@maclemming)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/no-crop-link/#post-4958028)
 * Also, in the more recent versions of WordPress, the cropping panel that appears
   to edit images in is a bit obscured by the new WordPress layout. To fix this,
   go back to the same file mentioned above and then do the following:
 * 1) Locate second function (which starts ‘$(‘form#updategallery’).on(‘click’…’
   
   2) Find the line within the function: position: [100,100], 3) Change this to:
 * `position: [250,100],`
 * Hope this helps.
 *  Thread Starter [maclemming](https://wordpress.org/support/users/maclemming/)
 * (@maclemming)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/no-crop-link/#post-4958029)
 * I’m marking this as resolved – as my fix seems to do the trick!
 *  Thread Starter [maclemming](https://wordpress.org/support/users/maclemming/)
 * (@maclemming)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/no-crop-link/#post-4958056)
 * For everyone’s info, this was the site the problem was occurring on: aquadri.
   co.uk

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘No Crop Link’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nextgen-image-cropper.svg)
 * [NextGEN Image Cropper](https://wordpress.org/plugins/nextgen-image-cropper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-image-cropper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-image-cropper/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-image-cropper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-image-cropper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-image-cropper/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [maclemming](https://wordpress.org/support/users/maclemming/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/no-crop-link/#post-4958056)
 * Status: resolved