keikei
Forum Replies Created
-
Forum: Plugins
In reply to: ditu – the Google Maps WordPress Pluginto gpaulson,
I have included a google map below the input form – simply click at the location… thats it…Forum: Plugins
In reply to: ditu – the Google Maps WordPress PluginLooks good – perhaps a bit further developed, but I need to know the lat lng values. Which makes it a bit complicated…
Forum: Plugins
In reply to: ditu – the Google Maps WordPress PluginHi justinsomnia,
thats also a nice way, perhaps we should mash them together?
Forum: Plugins
In reply to: ditu – the Google Maps WordPress Pluginhi debrouille,
some answers:
it will always show at each page if you load it into the header.php.
the ditu_rss.php should be placed into your wordpress folder as you already did i guess (mywordpressdomain.com/MYBLOGPATH/ditu_rss.php) and not into the web-root.
did you download the latest update? Yesterday I found a small bug (stupid version control mess) in the plugin and released a new update since then other blogs are using it without any problems. Give it a try.
you can find installation instructions at http://map.keikei.de/instructions/
and here: http://map.keikei.de/dev/ditu_plugin.zip you can download the plugin.
Forum: Plugins
In reply to: ditu – the Google Maps WordPress PluginHi debrouille,
I found a bug in my code. It should work now – download the new version at http://map.keikei.de/dev/ditu_plugin.zip. It would be great if you could tell if it works for you or not. Try to load the ditu_rss.php like http://www.yourwordpressdomain.com/ditu_rss.php and if this shows some xml it should work for you.Forum: Plugins
In reply to: ditu – the Google Maps WordPress PluginHi debrouille,
I think you forgot to add the map command into your theme. For example into your header.php teh call <?php ditu_map(“width”, “height”, “some css”); ?>. This will load the map and its markers.