Title: WordPress 5 fix (for some)
Last modified: December 12, 2018

---

# WordPress 5 fix (for some)

 *  [Sam](https://wordpress.org/support/users/ssharples/)
 * (@ssharples)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/wordpress-5-fix-for-some/)
 * There is an overlay which is preventing the ‘crop’ button from being clicked.
 * find file:
 * /plugins/acf-image-crop-add-on/css/input.css
 * and add “display:none;” to #acf-image-crop-overlay at the bottom
 * hope this helps

Viewing 1 replies (of 1 total)

 *  Thread Starter [Sam](https://wordpress.org/support/users/ssharples/)
 * (@ssharples)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/wordpress-5-fix-for-some/#post-10978513)
 * eg.
 * line 79
    #acf-image-crop-overlay{ display:none; position:fixed; /* added */ z-
   index: 10000; /* added END */ top:0px; left:0px; right:0px; bottom:0px; background-
   color: rgba(0,0,0,0.8);
 * }

Viewing 1 replies (of 1 total)

The topic ‘WordPress 5 fix (for some)’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/acf-image-crop-add-on_e1e1e1.svg)
 * [Advanced Custom Fields: Image Crop Add-on](https://wordpress.org/plugins/acf-image-crop-add-on/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-image-crop-add-on/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-image-crop-add-on/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-image-crop-add-on/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-image-crop-add-on/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-image-crop-add-on/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Sam](https://wordpress.org/support/users/ssharples/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/wordpress-5-fix-for-some/#post-10978513)
 * Status: not resolved