The plugin used to work fine. But for past some time, the markers are not showing on map. I am not sure since when. Any idea what could be the issue? I tried installing the plugin locally on latest WordPress without any other plugin and still have same issue.
]]>Is there any chance that you could optionally save the zoomlevel and map center coordinates of the viewing position in the backend?
One thing is the selection of a location – a second one is it’s presentation … so we could also select what to display in the frontend.
Would be very nice!
br from Salzburg,
– Johannes
]]>We find this plugin really useful though we are not using the maps just now we are just using the geotagging of posts and then generating KML out of them.
I have come across a bug in that you overwrite the geo_ properties if you do a quick edit on a post. This is a bad thing!
I have fixed it in our version by adding
<input type=”hidden” name=”geotag_submit_flag” value=”true”/>
to the form and
if( !isset($_POST[‘geotag_submit_flag’])) return;
to the savePostHook function
I note there has been no activity on this plugin for nearly a year. Are you still maintaining it? Would be good if you could add my changes. Anyone using the plugin at the moment should be very aware they can lose all their geo coding if they aren’t careful.
]]>I installed the plugin and geotagged a single post. To that post I added the following shortcode:
[geotag currentpostmap=true height=100 /]
The map shown does not show a marker for the current post. Why is that?
https://www.zurika.com/2013/08/edinburgh-festival-fringe-reviews-2013-part-3.html
It would be great if the GEO Tag validated.
Inspecting element: geo.position
The separator between latitude and longitude has to be ‘;’ and not ‘,’
Inspecting element: geo.region
No geo.region item found
Basically including a correction for the long ; lat separator and including a region field.
Great plugin overall!
]]>It would be great to add a button for add automatically the shortcode, based on user selection.
In GEO TAG box, you could add some parameters (like width, height, map type…) and a button to add shortcode with selected option by the user.
Is there a way to include private posts in the “postsmap” shortcode map?
]]>Hello!
These do not seem to work any longer in my installation:
$latitude = get_post_meta($post_id, “geotag_latitude”, true);
$longitude = get_post_meta($post_id, “geotag_longitude”, true);
I also checked the database and I could see I have no geotag_latitude
or geotag_longitude
in my wp_postmeta
table. I only have there *region and *country.
Thanks!
]]>Hello, great plugin but…. I have a problem with the autosave of articles.
The fields are emptied each time the article autosaves.
I noticed more people have this problem, there seems to be a solution for this:
https://www.ads-software.com/support/topic/custom-fields-lost-by-autosave?replies=14
]]>Hello,
Great job with this plugin!!
I have just installed the plugin and I could see there is no translation of this plugin available, actually I think it is not implemented.
If you have it in mind, I am willing to add Romanian translation.
If you do not have the time to do this in the very near future, I can do it for you and send and email with the modified code + .po files.
Please return an email with your answer on the following address:
florin[bla-bla-for-spammers]@drumliber.ro
Thanks!
]]>Thanks for this neat plugin! I like it a lot.
Some minor quirks I’ve encountered (and fixed):
– the WordPress mobile App supports native geotagging, however it uses the metatags “geo_*”, not “geotag_*”. When changing your meta strings to match those, mobile posts integrate seamlessly.
– the map of all posts shows posts that were moved to trash. This is easily fixed by adjusting your database-query to include “WHERE p.post_status = ‘publish'” (of course p.post_status has to be queried beforehand)
Is there any possibility to include these 2 things in a future version?
Thank you and
Have a nice day
Tom
Hi, could you tell me if your Geo Tag plugin is capable of showing a map of the USA which shows all posts made there with Google Map ‘pegs’?
If it does, I’ll be sure to donate to it.
Thanks.
]]>