Please provide a link to the image/post you are referring to.
Hi, kristarella.
This is my post.
http://kamono.think-reed.jp/?p=116
Thank you.
Do you have both the auto-insert and shortcode there?
Did you upload the image via computer or mobile app?
Is the image attached to the post? You can tell from the “Uploaded to” column in the media library (as seen in the screenshot on this page http://easywpguide.com/easy-wp-guide-v2-5-for-wordpress-3-6/media-library/). If the image is attached to a post or page it will show which one it that column.
I have only auto-insert.
I uploaded the images via computer.(on that post.Other photo uploaded via mail from iPhone).
I can see the post’s title on “Uploaded to” column.
Thankyou.
I think that either the image exif wasn’t imported to the database for some reason. You can trigger the EXIF to be imported by running the Regenerate Thumbnails plugin.
If that doesn’t work then maybe your host doesn’t have the PHP EXIF module enabled.
Hi.
Exif modules enabled at my host.
I tried WP3.4.2.
Exif data displayed.
I guess this probrem is about version of WP?
How do you think?
Similar problem here (with latest plugin version 1.1.3.2 and WP version 3.6.1).
I managed to upload one photo with my notebook to insert GEO EXIF data to the database:
SELECT * FROM wp_postmeta where meta_key = ‘geo_latitude’;
+———+———+————–+————+
| meta_id | post_id | meta_key | meta_value |
+———+———+————–+————+
| 127 | 75 | geo_latitude | 48.856614 |
+———+———+————–+————+
The link to the static-google-map service is shown correctly in the blog. Nice!
Since then, every uploaded photo’s GEO data is not inserted to database.
* I tried different geocoded images (from iPhone, from Panasonic Lumix).
* I tried direct upload from iPhone via WP App.
* I checked the EXIF data in the uploaded images in the wp-content/uploads directory with “jhead”. It’s there.
* I transfered the EXIF data from the original image to the thumbnail images with “jhead”. (I was desperate)
My question:
When is the GEO EXIF data inserted to the database?
Because it does not happen any more since the first image.
I looked through your plugin code at “add_exif” but looks good as far as I can tell.
Maybe some issue with WP 3.6.1 ?
dieter, I’m pretty sure this is a completely unrelated problem, so a new thread would have been preferable.
Geo data is imported to the database upon image upload. If you have previously uploaded images when the plugin wasn’t active then you need to reimport the exif data. You can do so with Regenerate Thumbnails plugin.
I will be testing the plugin with 3.6.1 this week and releasing an update, so if it is an issue in there it should be fixed.
I’m marking this thread as resolved. I’ve updated the plugin to v1.1.3.3 and all is working for me, including geo, shortcodes and auto-insert with a variety of themes on WP 3.7.1.