herrpedro
Forum Replies Created
-
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2ok…. I disabled most of plugins and the map appeared ??
i’ll enable them 1 by 1 and guess who was not using “protection”dunno if this is standard but….
for version 2.1 ??
– use _e(post-title) when building the marker link so my language plugin works ??
– small excerpt and picture (using custom fields?) in marker dialog ??Forum: Plugins
In reply to: [Geotag] Geotagging categorys and tagswent from disable plugin in and disable plugin and.. got a map ??
maps show all ?? (with markermanager and all :))) )
category shows category maps (but only last 6.. no all ?? )
tag does not show any map…
added a “echo” in the if class_exists to check if it run geotag:: and the echo displayed my messageForum: Plugins
In reply to: [Geotag] Geotagging categorys and tagswas hard to find the category listing since i got a “special” theme but it is in right place cause I put an Echo and it only appears in my category page ??
the map does not show but it must be my “usual” problem…
for tags…. is it tag?
the rest I saw it in wordpress codex ??‘<?php
if (is_tag()) {
$posttag = get_query_var(‘tag’);
if (class_exists(‘Geotag’)) {
Geotag::the_geotag(‘print_map’, array(‘marker_query’ => ‘tag=’.$posttag ));
}
}
?>
‘Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2your posto looks like this:
“
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! (Deutsch)Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! (Englisch)
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!”
you should only get one of these lines ?? …. but… in this case… you have 3 GMAP and 3 maps -> good … yesterday i checked it and you only had 1.. i’ll dload the update and give some news
thanks.Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2bobs:
did you add two [gmap].. on for each language of your site?Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2Roddan.. have you thought of “multilangage”? ?? but i see no map..
we’ll wait. bobs is working on it ??Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2thanks.. hope to hear from you soon. i’ll post if i have any news too
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2good night all.
qTranslate
it has this “faq” wich may apply
adding multilangual contentit says to use
‘ <?php _e(“<!–:en–>english text<!–:–><!–:de–>german text<!–:–>”); ?>’Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2“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” remainswith 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. ??Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2sent, 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”]Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2thats ok by me.. i’ll send it in a sec
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2same 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)
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2…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
Forum: Plugins
In reply to: [Geotag] Geotag – map with all poststy bobs.. have a nice night.
Forum: Plugins
In reply to: [Geotag] [Plugin: Geotag] upgrade to v2i’m also trying to show a map on a page with all posts locations ??