Viewing 4 replies - 1 through 4 (of 4 total)
  • Sam

    (@ssharples)

    same problem for me ??

    Sam

    (@ssharples)

    tested with 1.4.2 and it works fine. Don’t update until you see a fix on here

    Download older versions from here:
    https://github.com/wp-plugins/acf-image-crop-add-on/releases

    just install version 1.4.7

    when trying to crop, brings an opaque popup screen, with just the possibility to move the portion you can crop but with no access to the buttons (cancel, crop) o anything else…

    Had to reload the page, but it takes me to beginning.

    So not working, will try with the earlier versions.

    Well, in fact, I forgot to tell that I was using ACF Image Crop Add-on inside a front-end page, with acf_form(). It is actually working fine on the backend side.

    So apparently, from the front-end side, the problem is just about the overlay and the pop up window that comes when trying to crop. I don’t know why and didn’t have time to dig further. I simply deactivated the overlay with CSS

    #acf-image-crop-overlay {
    display:none;
    }

    and it’s now working fine in the front-end too.

    This is some kind of very ugly hack but it seems that the problem could be solved in a more elegant manner, if someone has more time.

    FYI, I was using last version of WP (4.3.1), last version of ACF pro (5.3.2.2) and last version of ACF Image crop add-on (1.4.7).

    Thank you for this plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Crop broken – brings up opaque screen’ is closed to new replies.