• Hello
    I have 2 problems:
    – lost my marker when quick-edit
    – lost my marker when waiting a little time with the post edition page open (Problem with WP autosave?)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Boris

    (@bobs1982)

    The WP autosave might be a problem, I will check that. I never tested QuickEdit, but it could be that this will also delete the metadata. That’s a little bit annoying as the plugin only uses the functions provided by WordPress and doesn’t handle the storage process itself. I will check on that…

    I also have a similar problem.
    On my blog, I schedule most of the posts with a geotag information (no [gmap] tag, only filling the frame added at the bottom of the editor).

    While a post is not published, the map is displayed while previewing, and when going back to the editor.

    But as soon as the post is automatically published by wordpress, the map is not displayed. And when going back to the editor, the Geotag frame is empty.

    Any idea ?

    i had same problem: when autosaves occurs i lost post coordinates.

    as said in https://techwithketan.wordpress.com/2011/04/14/auto-save-problem-for-custom-variables/ i’ve added:

    if ( defined(‘DOING_AUTOSAVE’) && DOING_AUTOSAVE )
    return $post_id;

    in line 234 of geotag.php and problem has been solved.

    hope it helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Geotag] Lost my markers’ is closed to new replies.