I am using Generate Post Thumbnails for generate post featured image
now i have successfully set feature images
and now i want to set size of this images
so please help me to do this –
please check this for what i am actually want – https://screencast.com/t/xcXecbq0
Please Help
https://www.ads-software.com/plugins/generate-post-thumbnails/
]]>Hi, I have a problem on one site when trying to remove all thumbnails and then generate new ones, it working fine, but it stops at some point.
Reason for this is that some of my thumbnails have attached featured image but the image does not exist (this happened when I moved the site to another hosting), so those are shown as broken image or empty, but no generator is regenerating them, all of them skip the post with featured image already attached.
Therefore I found this plugin very useful since it has remove all post thumbnails option and then regenerate them all, but the problem is as I said it stops at some point and when I go for redo, it starts from the beginning of the posts, so my suggestion would be to have an option to input from which post to start, or if it could jump over/skip the posts without featured image while removing featured thumbnails…
Or the option that will make it generate and override the thumbnails already created, while generating…
Cheers!
https://www.ads-software.com/extend/plugins/generate-post-thumbnails/
]]>Hi,
The pluign is unable to generate thumbnails of images inserted in posts from NEXTGEN galleries. Any way to solve this problem?
Thanks
https://www.ads-software.com/extend/plugins/generate-post-thumbnails/
]]>I have been trying to upgrade a blog with thousands of posts from one template that did not support thumbnails to one that does. The Generate Post Thumbnails plugin worked well, generating the majority of thumbnails and placing them in the /public_html/wp-content/uploads in dated folders. These in turn were recognized in the Dashboard’s Media Library and by my new template. However, the same plug-in seems to PUBLISH the thumbnail version of the first photo in any post above the full size version of the first photo of the post. In essence, you have a duplicate picture in every post. I don’t understand code enough to stop the publishing if the generated thumbnails or if its even possible. There must be a way to generate thumbs and link them to posts without actually publishing them physically?
I realize a lot of these types of questions die here. I’ve tried searching for answers. I would truly appreciate anyone’s assistance on this.
The WordPress Plugin can be found here: <link>https://www.ads-software.com/extend/plugins/generate-post-thumbnails/ </link>
]]>Hello
I recently switched my site from serendipity CMS to wordpress. As a result the images in my blog posts carry the serendipity uploads directory path:
<img src='/uploads/whatever.serendipity.thumb.jpg'>
Because the path is
a: Not wordpress uploads directory
b: Relative path
Generate post thumbnails tries to download as if they are complete URLs when in reality they are not. So this change above line number 190 ($saved_in_wordpress = false;
):
if(strpos( $image, 'http:' ) !== 0) {
$image=site_url().'/'.$image;
}
Fixes the problem and images are successfully assigned as post thumbnails.
Regards,
Abdussamad
HI,
I just installed this plugin. When I click on generate, on each post it says: “undefined”. I am not sure why.
Any solution?
Thanks
]]>I am getting this error when running the script against posts that have externally hosted jpg images; they have a “.jpg” extension.
Is this expected behavior? I thought it would copy the image to the local installation and then create thumbnails apprporiately.
thanks for any suggestions,
https://www.ads-software.com/extend/plugins/generate-post-thumbnails/
]]>This message is an FYI.
The plug-in author states warns potential users of how the plug-in works in the description, but just to be clear:
If you have hosted hundreds or thousands of images on an external server, like Flickr, and you run this plug-in, it will load all those images onto your WP installation. It will then also create thumbnail files.
So if you are hosting external images both to increase speed and preserve storage, BE AWARE THAT THE PLUG-IN DUPLICATES THE ORIGINAL IMAGES ON YOUR SERVER. It does not just create a thumbnail.
https://www.ads-software.com/extend/plugins/generate-post-thumbnails/
]]>Clicking “generate thumbnails” button, I get the yellow warning telling me to wait, but no progress bar or browser activity.
Using WordPress 3.1. Tried Safari and Chrome on a Mac.
]]>When I try to use this plugin I get this error..
“Plugin warning: Your current theme does not support thumbnails. You need to adjust your theme in order to use this plugin. Please read plugin page for more information. Settings will appear on this page once you enable thumbnails in your theme.”
I don’t think that’s true.. I have this in my functions.php
“add_theme_support( ‘post-thumbnails’ );”
Is it me?
]]>I was install this plugin and look it work. My image is hosted in external hosting. How to display thumbnail only in home.
https://www.ads-software.com/extend/plugins/generate-post-thumbnails/
]]>I used the plugin today and it seemed to work correctly. But after finishing the job I noticed all the newly generated thumbnails are ‘zero k’. What could be the reason?
https://www.ads-software.com/extend/plugins/generate-post-thumbnails/
]]>