Hi @mikequery,
WP Smush compresses all the registered image sizes(Thumbnail, Large, Medium Or if any other ), which thumbnails you are having issue with?
Cheers
Hi, thanks for the reply. They’re the ones generated by my theme, I don’t believe they are standard WordPress sizes. For example, latest posts small, latest posts large, portfolio 3 column, 4 column, etc.
I understand these are not standard thumbnail sizes and probably not guaranteed to be supported by plugins such as yours but bringing it up in hopes that there’s a way to do it. I mentioned the TinyPNG plugin since they showed it was doable (of course I have no idea how hard it would be to pull it off, since I’m not a developer). With that plugin, they have a checkbox list of all the thumbnail sizes, and you can select which it will compress.
Thanks!
hi @mikequery,
Hi, thanks for the reply. They’re the ones generated by my theme, I don’t believe they are standard WordPress sizes. For example, latest posts small, latest posts large, portfolio 3 column, 4 column, etc.
Even if they are not standard WordPress size but are you using, add_image_size() function to register them?
That way all the custom size are listed with default WordPress sizes, and they’ll be smushed.
Cheers
Hi,
I’m not sure, it’s a purchased theme (called Avada) and I’m not savvy enough to tell (unless you could tell me where in the code to look?). Is there a way to check the thumbnails in WordPress somewhere to see if they’ve been smushed?
Is there a way to check the thumbnails in WordPress somewhere to see if they’ve been smushed?
We are adding a easy way to check that, currently, you’ve to go to db and check that, which could be not very simple, so wait for the release, it’s coming up soon.
Will keep you updated.
Cheers
Hi @mikequery,
Is there a way to check the thumbnails in WordPress somewhere to see if they’ve been smushed?
With the latest release 2.0.6.3, You can got to media library and check the stats for each image by clicking over the link
Smush Stats
, this will show you the registered images and if they were smushed or not.
Cheers
Awesome, that is great! Thanks so much
Hi @mikequery,
Can I help you with anything else, or should I mark this one as resolved?
Cheers