GlenFaught
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Thumbnail Editor] Shows thumbnails other than the ones I create.Hey sewpafly,
Still having troubles. I checked the CDN stuff – I don’t have any of that. I thought maybe it was a thing with my theme and this is what they told me:
“Hi Glen,
The theme uses standard wordpress thumbnails – you would need to contact the plugins support to see if there is a work around for this – not familiar with the plugin but guessing it uses timthumb.”
Does that help any?
I’m sorry for having so many problems, hopefully we can find a solution to this.
Thanks again.Forum: Plugins
In reply to: [Post Thumbnail Editor] Shows thumbnails other than the ones I create.I’m sorry – I apparently clicked debug before confirming the process, sorry.
Here is the the debug after processing: http://dpastey.appspot.com//GWFD/
And here is a link to the image that isn’t resized correctly: http://i1.wp.com/www.digitalsandwich.net/wp-content/uploads/2012/12/CherriesBanner_v2.jpg?resize=654%2C234I keep saying it, but thank you so much for the help. I can’t tell you how much I appreciate it.
Forum: Plugins
In reply to: [Post Thumbnail Editor] Shows thumbnails other than the ones I create.I should mention – I’ve tried the ctrl-f5, emptying the cache, even trying it on a different computer with no success.
Thanks again.Forum: Plugins
In reply to: [Post Thumbnail Editor] Shows thumbnails other than the ones I create.Still seem to be having some troubles with this. Not exactly sure what I’m supposed to be looking for (or even what I’d do if I found it)
I’d really appreciate any help that you could give me.
Here is a link to the debug: http://dpastey.appspot.com//OHHe/
and here is a link to one of the wrongly cropped image: http://i0.wp.com/www.digitalsandwich.net/wp-content/uploads/2012/12/CV-Artsmart_.jpg?resize=654%2C234Any ideas as to what might be going wrong?
Thank you.Forum: Plugins
In reply to: [Post Thumbnail Editor] Shows thumbnails other than the ones I create.The theme that I’m using (Studeo) does use the post thumbnails feature of wordpress, in my function .php file I found this:
/*———————————————————————————–*/
/* Configure WP2.9+ Thumbnails
/*———————————————————————————–*/if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 50, 50, true ); // Normal post thumbnails
add_image_size( ‘thumbnail-preview’, 204, 124, true );
add_image_size( ‘thumbnail-blog’, 654, 234, true );
}Do I need to alter this or do something to make it use the plugin created thumbnails instead of the seemingly random thumbnails that the theme creates?
Thanks a lot for the reply and help. I really appreciate it.