• Hi there,

    I am trying to manipulate some uploaded images through the Edit Image editor (WP 3.0.1), it opens correctly now (after having had to force define('CONCATENATE_SCRIPTS', false); in wpconfig.php), but still unable to save any editing on the image, whether this being crop, rotate, flip, else.

    The ‘Save‘ button simply remains inactive and inspecting the element the code appears as follows:

    <input type="button" value="Save" class="button-primary imgedit-submit-btn" disabled="enabled" onclick="imageEdit.save(27827, '9a12357dfb')">

    The button appears ‘disabled‘ though I don’t understand if this is due to a server limitation (albeit memeory is set at clean 96M), or anything which may be activated via admin. Any clue?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter simonebiffi

    (@simonebiffi)

    Also, just realized that when trying to edit an image, whether this being cropping, rotating, or else, the system loops on an endless loading process which can be stopped only by swapping to another tab or refreshing the page.

    In few words, I can access the Edit Image editor but unable to operate with any of the functions. Help please! ??

    This article shows how to use the crop and save correctly. In step 7 Jared points out the non-intuitive need to (1) select the region, (3) THEN click the crop button again before “Save” button will become active. Also, the selection may need to be at least the size of the thumbnail dimensions (e.g., 150×150) before this will work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Image Save Button Disabled’ is closed to new replies.