Viewing 15 replies - 46 through 60 (of 115 total)
  • disabling geotagphoto seems to have done it for me and all seems to be working well now. I can get rid of the geotagphotoplugin, wasnt really worth effort for it as I tag all my posts locations in the create post

    Plugin Author Boris

    (@bobs1982)

    So you mean the geotag plugin is working?

    once you reuploaded the updated version 2, I deleted the old one from my site and installed the new one. Once that was done, I placed all my markers back on my posts and the geotag plugin seems to be working. It only borked when I tried to create a new post and once the the geotagphoto plugin was diasbled I was able to post and is howing the map under the post.
    https://alehousephotography.com/?p=50

    Plugin Author Boris

    (@bobs1982)

    Awesome! Hope that it will also work for the others. If you don’t get any errors anymore you can vote compatibility at https://www.ads-software.com/extend/plugins/geotag/ for your wordpress/geotag combination if you want to.
    btw: if the navigation control is too large your your mapsize, you can set it to small in the options menu.
    Thanks for helping and enjoy!

    Thread Starter herrpedro

    (@herrpedro)

    …bobs ??

    just got home and did that( dload, replace geotag.php, disable, enable)
    the map apperade becuase i add “auto add map to bottom of post”

    now, with that option disabled, i got the “space” for the map but no map

    watch here:
    https://www.panoramapalace.com/2011/04/fonte-da-vila-square-in-castelo-de-vide/

    if i enable auto-add at bottom of post.. the map appears

    Thread Starter herrpedro

    (@herrpedro)

    same happens in page with [gmap]

    i get a ‘<div id=”gmap_842_2″ class=”gmap dynamic” style=”width:100%; height:600px;”></div>’ in code but no map in the “div”

    if you need that debug tell me that i’ll send email to you (page or post)

    Plugin Author Boris

    (@bobs1982)

    let me see…

    Plugin Author Boris

    (@bobs1982)

    that’s really strange. The div is inserted once to your source code (as it should), but the javascript data is created three time. As two datasets are pointing to a not existing div-container, this creates an javascript error and the javascript processing is aborted.
    I think this debbuging info would be really helpful – you can send it to boris.pulyer at gmx.de
    In the meanwhile I will create a detailed debugging feature so that I can get some more information. But I’m afraid I won’t finish that today and tomorrow I will get home very late…but I’ll do as fast as I can…

    Thread Starter herrpedro

    (@herrpedro)

    thats ok by me.. i’ll send it in a sec

    Plugin Author Boris

    (@bobs1982)

    If I remove the two unnecessary datasets its working fine…it must be possible to find the reason for these two needless datasets…somehow ??

    Plugin Author Boris

    (@bobs1982)

    Thanks a lot – I will check asap!

    Thread Starter herrpedro

    (@herrpedro)

    sent, 3 debugs
    1 – post containing [gmap]
    2 – page with [gmap width=”100%” height=”400px” visible=”true” static=”false”]
    3 – post with [gmap marker_query=”numberposts=-1″ width=”100%” height=”600px”]

    Thread Starter herrpedro

    (@herrpedro)

    “that’s really strange. The div is inserted once to your source code (as it should), but the javascript data is created three time”

    if the javascipt was generated 2 times i had a “guess” -> i use a multi-language plugin. because of this i have 2 texts for each post. i think internally (in database) they are the same text but separated by a language…
    the title, internally (i guess) looks like this
    ‘<!–:pt–>Menir de Póvoa e Meadas<!–:–><!–:en–>Menhir in Póvoa e Meadas<!–:–>’
    so it should do the same to the post text
    so.. if you check internally i might have two [gmap] tags.
    the thing is I removed 1 of them and in one language the “white space” disappears and on the other language the “white space” remains

    with or without “auto map insert at bottom” i have this error in error console
    ‘Error: a is null
    Ficheiro de origem: https://maps.gstatic.com/intl/en_ALL/mapfiles/api-3/4/9/main.js
    Line: 30′
    guess you know this. ??

    Replacing the geotag.php file, disable and enable did it for me!

    It works like a charm!

    Thanks for all the help! Great plugin!

    Plugin Author Boris

    (@bobs1982)

    @herrpedro:
    Well, the error is somehow “normal” because the additional javascript code tries to init two Google maps although the required <div>-containers are missing. So the basic problem is that the plugin creates javascript code for three maps.

    It’s also not weird that the automic map is not affected because this features uses a different Worpress function than the [gmap] shortcode. The automap is only a filter and adds the <div> container at the beginning/end of a post.

    The thing I don’t understand is that the plugin creates code for three maps but only one <div> container because everytime a shortcode is processed, both actions should be executed.

    But I guess you might be right, that this issue could be connected with your multilanguage plugin. It’s conceivable that this might affect the way Worpress handles the shortcodes. If possible, I would recommend you to completely disable the multilanguage plugin just to see what’s happening. Btw: what’s the name of your plugin?

    Maybe I can install the plugin on my weblog and see if I get the same error. In case this doesn’t help I can have a closer look at your weblog if you want to, but I’m afraid that therefore it might be neccessray to get access to edit the plugin and to create some posts for testing purposes.

    @roddan:
    Great! I didn’t expect the options to make so much trouble…

Viewing 15 replies - 46 through 60 (of 115 total)
  • The topic ‘[Plugin: Geotag] upgrade to v2’ is closed to new replies.