I am running into broken thumbnails in things like Woocommerce.
To clarify, this is JUST in the plugin? Other ones are okay?
http://cdn.fidoloves.com/wp-content/uploads/2014/10/roomba-area-rug-90×90.jpg is a 404 but http://cdn.fidoloves.com/wp-content/uploads/2014/10/roomba-area-rug.jpg is not… Interesting. Can you check in your bucket and see if the resized are there?
Also are you uploading the images through the normal media uploader or through something esle? I wonder if Woo’s tweaking uploads….
So, It seems it is just Woocommerce but I am really waiting for more images that use thumbnails elsewhere to propagate.
In the plugin for Woo: Woocommerce > Settings > Products > there are separate media sizes specific to the plugin. I did find product images in the DreamObjects folder but slightly different that the sizes specified in Woo’s media settings.
Example:
if you go to: http://fidoloves.com/shop/101-dog-tricks-teach-your-dog-a-new-trick/
in the sidebar, there is a missing thumbnail for “The Puppy Primer”, if you check the image url it is
http://cdn.fidoloves.com/wp-content/uploads/2014/10/The-Puppy-Primer-0-90×90.jpg
but that particular size is not in the objects folder. There are of course other sizes…
Let me know if there is anything I can do to help, or access you might need. I am not particularly married to Woo as it is an experiment. But it is a popular enough plugin that others will have the same issues.
Jay
Bah. I don’t know how to make that work… The plugin just uses whatever media sizes gets generated by the site, so it’s what you pick in the media settings and then it’s also what your theme defines.
Can you ask woo if they’re using the add_image_size function?
http://codex.wordpress.org/Function_Reference/add_image_size
The plugin should be able to detect that, but if its outside the media uploaded code, there’s no way it’ll know :/
That’s cool. I’ll look into it. If I get lucky and find the issue I’ll let you know.