• This is not so much a support question, as it is a support suggestion to everyone with the same issue

    Combined with plugins like ‘Manual Image Crop’ or ‘My Eyes Are Up Here’, EWWW Image Optimizer prevents your new image-crops from saving because EWWW detects existing files and skips re-compressing, using the old file.

    to prevent this,

    (wp-config.php)

    /**
     * Set EWWW in "always overwrite" mode to allow plugins like 'My Eyes Are Up Here' and 'Manual Image Crop' to function
     */
    define('EWWWIO_EDITOR_OVERWRITE', true);
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    We should be able to build-in overrides for those two plugins, in fact I though I already had for MEAUH, but apparently not. I’ll stick this thread for others until I can resolve the issue fully: https://github.com/nosilver4u/ewww-image-optimizer/issues/21

    Plugin Author nosilver4u

    (@nosilver4u)

    Alright, so I did find one “leak” in the GD editor where it might have been blocking MEAUH, but we already had a hook in there, and it is working fine for me without changing a thing. I plugged the leak anyway, but I’d feel a lot better if I could replicate the issue and confirm that I’ve fixed your particular workflow. Could you please describe exactly the steps you normally take when using MEAUH that runs into problems with EWWW IO?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3rd party crops not saving’ is closed to new replies.