Monday, February 7, 2022

[FIXED] Image Crop Editor Not working

Issue

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 read a few similar topics, but nothing seems to make a dent. I've deactivated all plugins and checked the server, but things seem to be set up just fine.

Can someone possibly steer me in the right direction on how I can get it to work or what might be causing the issue?


Solution

This should solve your problem:

  • Remove all blank lines and whitespaces in /wp-content/themes/name/functions.php + the including files.
  • Remove all blank lines and whitespaces in /wp-config.php file
  • Check that php5-gd is installed.
  • Permissions changed to 777 for testing /wp-content/upload/ + sub folders
  • Remove closing ( ?> ) php tags in /wp-content/themes/name/functions.php + the including files.
  • Turn off all plugins.
  • Rename your theme and change to default theme.


Answered By - steffanjj

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.