Image Crop Editor Not working

前端 未结 16 2078
自闭症患者
自闭症患者 2020-12-15 05:55

I am having an issue in WordPress admin, where the images are not cropping in WP \"edit image\" for a site I am creating and I do not know what the cause is.

I\'ve r

16条回答
  •  庸人自扰
    2020-12-15 06:29

    I faced the same problem and got it solved. This may be a very late response, but can be useful for other people facing this problem. This is how I resolved it:

    Check your functions.php file. See, if you have the closing tag at the every end of the file.

    ?>
    

    removing this tag fixed my problem. Also can check out this link. Hope this helps!

提交回复
热议问题