My client added your plugin to a site that’s in development. I noticed something odd, that on my custom taxonomy term pages, that *all* posts were being displayed — even if post_status set to draft or trash. This was driving me nuts and I finally did the thing where I changed themes to 2017 and systematically removed plugins until I found the problematic plugin. And, in this case, it turned out to be this one! Do you have any idea what could be causing this sort of issue on taxonomy pages?
]]>When used with WP Retina 2x and Imagify, this plug-in modifies the Media Library view so much that it makes the view useless. For example, the two plug-ins I mentioned modify the File column to add more information. However, this Taxonomies plug-in reformats the view such that the text added in the File column is resized to a single letter wide. This means I can only get a SINGLE media icon per page (on a 4K monitor) and makes reading the third-party File details impossible.
As a result, this plug-in had to be de-installed. Good concept, but extremely poor execution.
]]>Hello,
In media library, can I search for images using keywords or collections’ name?
is there a way to select multiple images and add them to a photo collection? and use that metadata in the media library search box?
https://www.ads-software.com/plugins/photo-tools-image-taxonomies/
]]>Lightroom plugin manager states, ” Plugin damaged, cannot install.”
https://www.ads-software.com/plugins/photo-tools-image-taxonomies/
]]>Hi,
This plugin works really well until I overridden my WordPress shortcode gallery from this site
my shortcode looks like this:
[gallery taxonomy="photos_collection" term="stock-photo" columns="6" size="thumbnail" itemtag="li" icontag="th"]
Now, the photos need to be attached to the page before the images can be seen. I have a lot of photos and pages already and attaching them will be quite a hard work. I think I just need to adjust the query. I have this, from the link above:
extract(shortcode_atts(array(
'orderby' => 'menu_order ASC, ID ASC',
'include' => '',
'id' => $post->ID,
'itemtag' => 'dl',
'icontag' => 'dt',
'captiontag' => 'dd',
'columns' => 3,
'size' => 'medium',
'link' => 'file'
), $atts));
and
$args = array(
'post_type' => 'attachment',
'post_status' => 'inherit',
'post_mime_type' => 'image',
'numberposts' => -1,
'orderby' => $orderby
);
any ideas?
https://www.ads-software.com/plugins/photo-tools-image-taxonomies/
]]>Hi
Is there anyway I can add a taxonomy for example in People or Keywords to a batch of photos? Like the way you can delete bulk photos in the media gallery admin panel.
https://www.ads-software.com/plugins/photo-tools-image-taxonomies/
]]>Hi,
Great plugin!
However, the Photo Collection tag and the Print Tag is not displaying.
I want to be able to label the photo into the collection where it’s from. And also the print size.
Can this be done. How do I put access that tag without widget and put it on my template?
https://www.ads-software.com/plugins/photo-tools-image-taxonomies/
]]>I think it’s a great plugin and but I’m having strange problems using it. I’m using WordPress 3.8 and the problem is that whenever I upload an image of larger filesize, (2mb and above) the plugin somehow obstructs it from getting uploaded properly. It doesn’t give any error and the file shows as being uploaded in the media manager.
But when you try to post it or put it up as featured image, it just shows blank. Moreover, the size of the image is also not shown in the media manager – it just shows ‘a x a’. When you try to scale the image by changing this ‘a x a’, it doesn’t budge.
Interestingly, the image upload is not affected if the file size is below 2mb or if I disable the plugin altogether.
Have you put a limit to the file size?
Are there any other constraints built into this plugin?
I’ve got four different sites powered by wordpress, and this issue is there on all four of them. I’ve tried disabling all the other plugins to check if there’s a conflict or something, but that doesn’t seem to be the case. Once I disable the plugin, the same picture uploads alright.
I would appreciate it if you could offer a remedy.
https://www.ads-software.com/plugins/photo-tools-image-taxonomies/
]]>Love the functions of this plug-in and it show’s exactly what i want.
But is it possible to pull the info on already uploaded images?
i’m busy with rearranging my whole photo archive and don’t want to reupload several hunderds of photo’s to get this to work.
https://www.ads-software.com/plugins/photo-tools-image-taxonomies/
]]>Hello and thanks for the great plugin, it is revolutionary!
I’m looking for a way to access and print the image taxonomies.
For example:
Display the posts attached image taxonomies.
Display all image taxonomies in a list or tag cloud (like on your site – https://www.peteradamsphoto.com/?photos_keywords=yosemite-national-park)
Thanks!
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>Than you for the Great Plugin.
Is there a simple way to choose the meta fields?
In my site I do not need “people” instead I need different field like “bit depth”.
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>PhotoPress – Image Taxonomies v1.6 does not appear to work with WP 3.5.
Upon installation and activation within WP, the plugin displays the following PHP notices and errors:
1) Notice: Undefined variable: control_ops in /wp-content/plugins/photo-tools-image-taxonomies/photopress-image-taxonomies.php on line 861
2) Notice: Undefined variable: control_ops in /wp-content/plugins/photo-tools-image-taxonomies/photopress-image-taxonomies.php on line 932
3) Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/photo-tools-image-taxonomies/photopress-image-taxonomies.php:861) in /wp-includes/option.php on line 568
4) Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/photo-tools-image-taxonomies/photopress-image-taxonomies.php:861) in /wp-includes/option.php on line 569
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>I am looking for a plug-in that would allow me to do a batch import of pictures into WordPress, and at the same time, modify the folliwng metadata:
XMP
IPTC
EXIF
WordPress Alt
WordPress Titel Text/Descrption
WordPress Tags
Does this plug-in allow for this?
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>Adding content into the “Description” metadata field in Adobe Bridge not following image into WP. Shows up as image title instead. Please advise.
Thanks,
Dave
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>Hey Peter,
So I just noticed that clicking on a tag from better tag cloud widget does not return anything. Searching from the search box does the right thing. Any ideas?
Thanks!
Deepak
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>Hey Peter,
I downloaded this plugin on reading your awesome ‘WordPress for Photographers’ e-book. I even tried using this plugin on an older version of WordPress, definitely pre-3.4. I was trying to get this set up on my staging site with 3.4, and it does not seem to work at all. I tried uploading a file with all the metadata – EXIF and IPTC. It did not seem to extract and populate the data into the taxonomies.
Can you please help?
Thanks!
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>I have added some images, activated the plugin, does not work, camer not recognized at all.
Is tehre a debug mode?
https://www.ads-software.com/extend/plugins/photo-tools-image-taxonomies/
]]>