is there a way to use the plugin also for custom post types and custom taxonomies?
]]>I get an error in my wordpress backend:
GET https://svn.wp-plugins.org/fpw-category-thumbnails/translations/1.8.0/fpw-category-thumbnails-de_DE.mo 403 Forbidden
fpwCategoryThumbnails->translationAvailable()
Plugin: fpw-category-thumbnails
Please advise.
Alex
]]>Hi, I have new posts being generated from rss feeds automatically. I have to click apply mapping for fpw to update the thumbnail. Is there anyway to do this automatically when a new post is created?
thanks, love the plugin
I get an error in my wordpress backend:
GET https://svn.wp-plugins.org/fpw-category-thumbnails/translations/1.8.0/fpw-category-thumbnails-de_DE.mo 403 Forbidden
fpwCategoryThumbnails->translationAvailable()
Plugin: fpw-category-thumbnails
Please advise.
Alex
]]>In WP version 4.9.8 I get this error after enabling the plugin:
Warning: array_key_exists() expects parameter 2 to be array, boolean given in wp-content\plugins\fpw-category-thumbnails\classes\fpw-category-thumbnails-class.php on line 100
It shows on the thumbnail column in category list.
]]>Hi,
Nice Plugin!
Can you please update your plugin so that it can work for Woocommerce Categories!
Because there is no such plugin for this specific thing. There is one other plugin but it’s not working ??
I hope you get my point ??
Regards
]]>The plugin has stopped working. It removes thumbnails entirely if you try and upload one that ISN’T using an auto-upload featured image. Please fix.
]]>Even after I assign a featured image (at the time of publishing a new post), it still gets replaced by this plugin according to the category it’s assigned to. I have to go back in and edit it and re-assign the featured image. And yes, the option is on to not replace existing image.
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Hi, I deleted every Thumbnails of my post by mistake in remove Thumbnails buttom, is there any way I can recover it again?
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>1) Does this plugin have the capability to add the post title or alt text as an overlay on-top of the featured image?
2) Am I able to use this plugin for custom post type categories?
Thanks
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Hello, When I enable debug mode on my WP install, I receive this error in my Dashboard:
load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available in (theme_folder)/wp-includes/functions.php on line 3510.
I’ve narrowed it down to the FPW Category Thumbnails plugin. When I disable the plugin, the error goes away. Enable the plugin, the error returns.
It appears that the FPW Category Thumbnails plugin is using load_plugin_textdomain() and it passes false as a second argument to that function – looks like line 159 of fpw-category-thumbnails-class.php, possibly elsewhere as well. That argument is deprecated – the function now takes load_plugin_textdomain( $domain, $abs_rel_path, $plugin_rel_path ).
I am delivering this WP site to a client, so I cannot deliver it with this error. Is there a fix for this? If not, I’ll remove the plugin and find an alternative.
Thank you,
Shelly
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Great plugin have been using it for three years on linux sites but I have an issue sometimes I try to set the featured image from the library where I can see the images but it does not appear in the images window and is subsequently broken as a featured image.
I have a feeling it is because it is on a windows server I have checked the permissions and the usual things but I just cant seem to figure out why this is happening.
Any help advice would be much appreciated.
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Hi,
we tried your plugin but unfortunately the editors of our magazine didn’t rate it too positive. This does not say it is bad but it takes away their liberty and power to decide on the pictures for their post. So we had to remove it.
I checked the option remove plugin’s data, BUT
Althought the plugin has deactivated and remove, new posts still show the category picture automatically. Any idea why?
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Hello, I’m using 300×300 pngs as category thumbnails, what I would like them to show at 150×150, so they look perfect in retina displays. Is it possible with this plugin?
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Curious if you could help me get two category images for this setup, I couldn’t get your documentation to load.
$args=array(
'cat' => $cat_id,
'post_type' => 'dealer-review',
'post_status' => 'publish',
'posts_per_page' => 4,
'caller_get_posts'=> 1
);
$loop = new WP_Query($args);
while ( $loop->have_posts() ) : $loop->the_post();
echo $x;
echo '<div class="dealer-review type-dealer-review">';
echo '<div class="review-content">';
the_content();
echo '</div>';
echo '**INSERT RATING CATEGORY IMAGE HERE**';
echo '<div class="review-source-icon">';
echo **INSERT SOURCE REVIEW CATEGORY IMAGE HERE**
echo '</div>';
echo the_excerpt();
echo '</div>';
endwhile;
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Older versions of FPW Post Thumbnails ( now part of FPW Category Thumbnails ) did not provide turning off display of current theme’s thumbnails. The only solution was editing theme’s templates to remove or comment out calls to the_post_thumbnail()
function ( contrary to author’s promise that modifications of the current theme is not needed ). Recent versions FPW Category Thumbnails ( 1.6.4 and up ) finally provide this functionality. There is an option Hide output of the current theme's the_post_thumbnail()
in FPW Post Thumbnails. Check this box, click Update button, and it’s done. Once set, you don’t even need to have FPW Post Thumbnails enabled.
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>I need to list categories with thumbnails.
Can I get image id assigned to a category knowing category id?
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Hi, Really Nice Plugins !! but I have suddenly a little bug.
After godaddy change the apache version 2.2 to 2.4 . I have some probleme with the plugins. When I click on get id, take my picture ,my picture is not appearing on the right and empty # of id.
I try older version,refresh, deactivate other plugins,reinstall the plugins. try some config with .htacces (because the mod_rewrite in 2.4 is slighly different on godaddy) and nothing change.
thanks for your help.
https://www.ads-software.com/plugins/fpw-category-thumbnails/
]]>Is there away to search category and not having to find each page for the category
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>Hello! This is a wonderful plugin, but I am facing a bit of issue here.
I am using this plugin together with “auto post thumbnail” which will automatically grab an image from the post and set it as featured.
The problem I am facing is, upon install FPW and run manually, it replaces all the posts’ already-set featured image, even after I set it to ‘do not replace’.
My next question is, since I am running both of this plugin, how do I set the running sequence of both plugin, e.g. Run auto-post-thumbnail to check if there’s any image, and if there’s none, run FPW? Based on the current situation, the auto-post-thumbnail is useless as FPW either run 1st, or just replace anything auto-post-thumbnail did.
Thank you for this plugin, and I hope you can help me!
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>When I load an image into a post the plugin works great for the category page and adds a thumbnail to the excerpt. However when you open the post there is now the thumbnail in the top left and the original image in the top right where I place it. Is there a way to make the thumbnail only appear in the excerpt and not the Post as well? Thanks
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>Is there a simple way to do this? Instead of including text in the image I rather include a text link over it.
Great plugin btw it worked right out of the box! Thanks!
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>Hello Frank P.,
I need a mixed version of your both plugins category thumbnails and post thumbnails.
On the one hand I need a category thumbnail for the excerpts view on my homepage (category thumbnail) but if they are a post thumbnail, I need this for the excerpts view and not the category thumbnail.
If they are not a post thumb take a category pic where are the excerpts.
If they are a post thumb take this pic where are the excerpts
Do you understand?
Hope you can help me?
Thanks!
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>Hi Frank , thanks for this plugin!
This really helped in my site with many Contributors for so many Categories who are lazy to set a featured image.
Just a question though, how can a post author override a predefined featured image that I set using FPW Category Thumbnails? This is in cases where authors choose to use what he/she wants? I tried removing the Featured Image set by default and uploading a new one but it disregards the one I just uploaded when saved.
I am also looking for a solution to auto set/override predefined Featured Image to use an image used in the post instead. Hopefully FPW Category Thumbnails will allow this as well.
Hope to hear from you, thanks!
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>category table is empty, previously applied mappings gone.
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>Hi,
Great plugin!
Sadly, I can’t use it in combination with posts import + “auto post thumbnail” plugin which looks for the first image in the post and set it as thumbnail (would be nice to have this included in your plugin.)
I guess that the main reason is that when I import the post, the FPW assigns the thumbnails before auto post thumbnail, therefore I allays get category thumbnails from “FPW” and not the post thumbnails (it skips the post thumbnail if it already has the set thumbnail).
Anyway to run your plugin with “cron” at specific time? So I could run it 1 hour after import?
My suggestion would be to go for
1. “image from custom field” (Any way to implement “custom field” for thumbnails?)
2. check for the first images in the post
3. and then if there is no images to go for category image
Thanks!
Cheers!
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>Great plugin!
Just a quick Suggestion: Show category thumbnails in admin categories list?
It would also be cool if we could assign category thumbnail directly from admin, like “add thumbnail” button for those without thumbnail…
Cheers!
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>First, I want to thank you so much for this plugin. This is one of the plugins that I install first on any WordPress installation, and one of the few that I am guaranteed to have on every installation. This plugin is fantastic.
However, I now ask for a rather sizable feature addition.
Plugins that pull the first image attached to a post to use as the post thumbnail usually fail when FPW Category Thumbnails is used. The reason being that those plugins will not pull an image if a thumbnail is already present, and when FPW Category Thumbnails is used for all categories, there is always a thumbnail already present.
I want this plugin to be able to support pulling the first image of a post for use as the post’s thumbnail, overriding FPW Category Thumbnails when needed.
The easier way to do this, which I don’t prefer, is to make this plugin support such other thumbnail plugins, so that those plugins disregard FPW Category Thumbnails’ already-chosen category thumbnail.
The harder way to do this, which I prefer, is to have FPW Category Thumbnails itself have the added functionality of pulling the first image of a post as a thumbnail, overriding its category thumbnail. This means that we would not rely on two thumbnail plugins, instead relying only on FPW Category Thumbnails.
As a wishful addition, although this is only a wish, I would like to see in the future, further functionality by having this plugin pull an thumbnail from a video for use as the post thumbnail, if a video is present. The video thumbnail function should have the option of overriding the image thumbnail if the admin so chooses. There is already a plugin that can do so well: “Video Thumbnails” by Sutherland Boswell.
If we were to go to extreme measures and make this the absolutely best and most perfect thumbnail plugin, we could make it so that if the thumbnails were from videos, clicking the thumbnail would make it expand into a lightbox that would play the video on the page where the thumbnail is found, without ever leaving the page where the list of posts and their thumbnails were found. This is wishful thinking, too, but this would be the thumbnail plugin that would rock WordPress up and down, and few people who use plugins wouldn’t use it.
I really want to see the latter happen, but… Maybe we’ll just do what we can. Or maybe not. Regardless, I really appreciate this plugin. Thanks so much for it. I find it indispensable. I’d give you some money if I had any at all. xD
Best of wishes to you and your plugin.
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>Hi Frank –
Love the plugin – my site simply couldn’t function without it. Hmmm….all of a sudden, the mapping function isn’t working anymore Can you help me trouble shoot this? Thank you so much!
]]>The plugin works great, exactly what I need for my new site (which has quite a few different categories) when I ‘push the button,’ but it does not insert thumbnails when another plugin creates posts from RSS feeds.
Is there any way to use a cron job (or anything else) to force the plugin to apply mapping at a set interval? Seems to fail when there are multiple posts being generated at the same time.
https://www.ads-software.com/extend/plugins/fpw-category-thumbnails/
]]>