Title: Crop position gone?
Last modified: August 22, 2016

---

# Crop position gone?

 *  Resolved [VampKALLE](https://wordpress.org/support/users/maidus/)
 * (@maidus)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/crop-position-gone/)
 * Hello!
 * I can’t choose crop position, only yes/no option. What am I doing wrong, using
   latest version, 3.0.1
 * [https://wordpress.org/plugins/simple-image-sizes/](https://wordpress.org/plugins/simple-image-sizes/)

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

 *  Plugin Author [Nicolas Juen](https://wordpress.org/support/users/rahe/)
 * (@rahe)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/crop-position-gone/#post-5495750)
 * Hi,
 * The code is in the source code but he tag does not have it, I have to make a 
   new tag for this.
    I will make this soon. If you have to get this feature, then
   copy/paste this function : [https://github.com/Rahe/Simple-image-sizes/blob/master/classes/admin/main.php#L149](https://github.com/Rahe/Simple-image-sizes/blob/master/classes/admin/main.php#L149)
 * On the right file and this will be fixed 🙂
 *  [blackpostcards](https://wordpress.org/support/users/blackpostcards/)
 * (@blackpostcards)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/crop-position-gone/#post-5496008)
 * Is this feature going to be working again soon?
 *  [maxlawmy](https://wordpress.org/support/users/maxlawmy/)
 * (@maxlawmy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/crop-position-gone/#post-5496022)
 * If it still doesn’t work for you, try this:
 * Replace the following part at line 153:
 * if( version_compare( ‘3.9’, $wp_version, ‘<‘ ) ) {
    return array( ); }
 * with this:
 * if(floatval($wp_version) < 3.9){
    return array( ); }

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

The topic ‘Crop position gone?’ is closed to new replies.

 * ![](https://ps.w.org/simple-image-sizes/assets/icon-256x256.jpg?rev=3506203)
 * [Simple Image Sizes](https://wordpress.org/plugins/simple-image-sizes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-image-sizes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-image-sizes/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-image-sizes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-image-sizes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-image-sizes/reviews/)

## Tags

 * [crop](https://wordpress.org/support/topic-tag/crop/)

 * 3 replies
 * 4 participants
 * Last reply from: [maxlawmy](https://wordpress.org/support/users/maxlawmy/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/crop-position-gone/#post-5496022)
 * Status: resolved