• Sam

    (@ssharples)


    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

    (@ssharples)

    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.