Closed ignaciocarre closed 10 years ago
On the view tab does it show the correct crop?
Sorry.. what do you mean with "view tab"?.. the thumbnails shouldn't be elegibles in multimedia manager?
Sorry, I should have explained myself better. You can view the current condition of all the thumbnails for an image in the editor. This makes it easy to see if any of the sizes are cropped incorrectly.
Here is a quick screenshot I grabbed.
Yes! I see the images there, i did a custom crop, etc.. but after that?? how I use them in a carousel for example??
That depends on your theme or the plugin that creates the carousel. They have to use the same post-thumbnail that you edited. (See http://codex.wordpress.org/Post_Thumbnails for more in depth information). Typically when the designer wants to use a post-thumbnail they will use code like this:
<img src="<?php wp_get_attachment_image_src($id, 'thumbnail-name')['url'];?>">
My workflow when I'm using a new theme is to either ask the designer which post-thumbnail they are using, or try looking through their code to figure it out myself. If you are using a free theme, I could tell you which thumbnails you need to modify.
WOOOOW!! now i see.. perfect. Thank you very much!
Hi! after cropping the images and press the save icon, (no errors in console) the images are not shown in wordpress multimedia manager, so can't use them.
Versión: 2.4.1
here is the error log
In the db table _wppostmeta no data is store