• Resolved winterk80

    (@winterk80)


    Hello,

    I’m re-runing the commandline regeneration of images because 2 of my image sizes changed on my new theme. (screenshot) However smush isn’t finding anymore to smush even though all the images are being regenerated + the medium image size changed from 300×300 to 350×350. See screenshot they seem to still say compressed?

    1. Is smush automatically doing this when I run the commandline or what’s going on?

    2. is there a way to force smush to reprocess thumbnails like the medium that changed size or to check the file sizes and if they don’t match the last smushed sized (new thumbnails) to reprocess them?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @winterk80

    Sorry to hear you are having this issue.

    I found there is a reported issue and the fix is coming in Smush 3.13 which is our upcoming version https://wpmudev.com/roadmap/#smush

    I pinged our developers to verify if this will cover the regenerated thumbnails too.

    We will keep you posted.
    Best Regards
    Patrick Freitas

    Thread Starter winterk80

    (@winterk80)

    thanks will wait for your reply

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @winterk80

    Our developer confirmed it is a bug and we have already tasked it.

    Can you please try the following steps:

    Add this snippet code:

    add_filter('wp_smush_should_resmush', '__return_true', 999 );

    2. Go to the bulk smush page and re-check images.
    3. Remove the above snippet code.
    4. Run Bulk Smush all images.

    You can add it to functions.php or as mu-plugin https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins

    Best Regards
    Patrick Freitas

    Thread Starter winterk80

    (@winterk80)

    thanks that appears to be making it redo the thumb images!

    As for randomly missing webp images how do we fix that?

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @winterk80

    Yes, That will reset the status of bulk Smush once you re-smush the images if the image is already compressed it will skip but if not it will Smush the image back.

    About WebP, this is a Pro Smush feature, as we only handle Free users in this support area, can you please create a new ticket on https://wpmudev.com/hub2/support

    We have 24/7 support there and our developers can verify further what is happening.

    Best Regards
    Patrick Freitas

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @winterk80,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.

    Best Regards
    Nithin

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘image thumbnails not recompressing’ is closed to new replies.