• Resolved zzlatevv

    (@zzlatevv)


    Hi,

    I have disabled all sizes by using the Perfect Images plugin, but the Regenerate thumbnails plugin still sees them. Is it possible to stop showing these sizes if they are actually not available? Thank you in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Cara

    (@dcka)

    Hi, @zzlatevv! There isn’t a straightforward way to do this, but you can try following the suggestions in this guide to “unregister” image sizes: https://deluxeblogtips.com/remove-image-sizes/

    If the image size is built in to WordPress, it won’t be removed, but it will practically be skipped by the plugin if you set both width and height to 0.

    Thread Starter zzlatevv

    (@zzlatevv)

    Can you please confirm that this will set both width and height to 0:

    update_option( 'thumbnail_size_h', 0 );
    update_option( 'thumbnail_size_w', 0 );
    update_option( 'medium_size_h', 0 );
    update_option( 'medium_size_w', 0 );
    update_option( 'medium_large_size_w', 0 );
    update_option( 'medium_large_size_h', 0 );
    update_option( 'large_size_h', 0 );
    update_option( 'large_size_w', 0 );

    Thank you.

    Thread Starter zzlatevv

    (@zzlatevv)

    I can see that these both sizes are still there:

    1536×1536 and 2048×2048

    Plugin Support Cara

    (@dcka)

    Please try the following:

    update_option( '1536×1536', 0 );
    update_option( '2048×2048', 0 );
    Thread Starter zzlatevv

    (@zzlatevv)

    No, still not working, unfortunately – the plugin still sees them.

    Plugin Support Cara

    (@dcka)

    You can try if the following will work for you:

    https://bloggerpilot.com/en/disable-wordpress-image-sizes/

    Thread Starter zzlatevv

    (@zzlatevv)

    Yes, that worked. Thank you!

    Is it possible to include this option in the next plugin update?

    • This reply was modified 3 months ago by zzlatevv.
    Plugin Support Eric Gunawan

    (@erricgunawan)

    @zzlatevv Awesome! Glad to hear that worked for you. Thanks for letting us know.?

    Is it possible to include this option in the next plugin update?

    We can’t make a guarantee, but we’ll definitely take note of this. We appreciate your feedback!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.