Is this plugin still working / supported from the developer ?
]]>Hello, can I pull the thumbnail id of the tag to link to an actor image tag? Example I have a custom page with series and movie information. On the page have full description of the movie as actors by tags. But I would like to associate the images of the actors, to appear on the screen of the name of the movie or the series. Is it possible with the plugin?
]]>This plugin is perfect, but doesn’t seem to work with the Woocommerce ‘attribute’ taxonomy used for ‘product’ post types. It works fine out of the box, and also with my other custom post types, but not the product -> attribute one.
Any ideas how to get this plugin working with Woocommerce ‘attribute’ taxonomy?
]]>Unexpected behavior, not a bug but i’d like to try to work it out.
I’m using the following functions to enable the use of post categories for pages:
// add category support to pages
function categories_support_all() {
register_taxonomy_for_object_type( 'category', 'page' );
}
// ensure all tags and categories are included in queries
function categories_support_query( $wp_query ) {
if ( $wp_query->get( 'category_name' ) ) $wp_query->set( 'post_type', 'any' );
}
This works generally. However, after activating this plugin, if I access the category edit screen from the Pages -> Categories admin submenu (rather than the usual way, from the Posts submenu), I don’t get a thumbnail upload column, even though in the “Screen Options” dropdown at the top, the “Thumbnail” column is available and checked.
The thumbnail box does show from Posts -> Categories, the usual way. It also shows on the main Page -> Categories list / “Create new Category” column, so I know the plugin is hooking into this screen in some ways.
I should just say it’s throwing no php errors or javascript errors. I tried disabling all other plugins and switching to default theme. Also I’m not using the filter to disable the term thumbnail anywhere.
]]>Hey there,
I am using this plugin since long time and its very useful.
But I now I need to add svg images as a thumbnail which is not supported by this plugin.
Can you please help me out for this?
Hi there,
This is a great plugin, thanks, although…
I have just updated to WP 4.4 and I’m now getting an thumbnail upload error. When I attached a thumbnail image to a taxonomy item I get the red error text An error occurred, the thumbnail could not be set to this term. Try to update the term manually.
What does ‘Try to update the term manually’ mean?
Thanks,
Simon
Love this plugin, but won’t be useful in my case unless I can get the thumbnail image “src”.
Anyway to retrieve this?
]]>Wonderful work ??
But i have one question i want to display it for a specific taxonomy.
This is because other taxonomy already have set thumbnail option.
Please let me know is it possible, without edit your plugin files.
Thanks in advance ??
]]>How to display category lists with thumbnail and on my theme?
]]>