dschuesae
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] GPS Co-ordinates not being read from JPGForum: Plugins
In reply to: [Plugin: XML Google Maps] Unable to activate version 1.12If you don’t change property to gpx parse mode 2 there isn’t any reason for that…
Hi
Use parameters (here ‘zoom’ parameter) like eplained on sample 4
https://www.matusz.ch/blog/projekte/xml-google-maps-wordpress-plugin-en/samples/n4/Have a look at this site: https://www.matusz.ch/blog/projekte/xml-google-maps-wordpress-plugin-en/ There are a lot of samples…
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Unable to activate version 1.12@stonedhippy2001 & db92120:
You’re using the plugin on a PHP4 Installation! I fixed this – Even upgrade to PHP5. PHP4 isn’t supported anymore by the PHP community!Forum: Plugins
In reply to: [Plugin: XML Google Maps] Unable to activate version 1.12Genau. PHP4 unterstützt keine try-catch-Konstrukte. Prinzipiell sollte PHP4 so oder so nicht mehr verwendet werden – habe es trotzdem nochmals angepasst! Damit sollte das Plugin wieder auf PHP4 Versionen laufen!
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Version 1,11 not displaying mapsThe problem is, that your area to download the gpx file is password protected. Install version 1.12 and add username and password to the url of these gpx files like https://testusr:[email protected]/somegpxfile.gpx – curl always opens file as an external viewer!
Forum: Plugins
In reply to: [Plugin: XML Google Maps] margin at the bottom of a mapWhy don’t you use CSS Styles to define some style? how about defining margin-bottom of the class xmlgmdiv in your theme? Every tag created within this plugin has it’s own class and id…
These classes are available since plugin version 1.11!
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Version 1,11 not displaying mapsPerhaps there is a problem with the new use of curl instead of fopen if the function exists. If curl is installed to open files, the plugin uses curl (because of security issues)…
Forum: Fixing WordPress
In reply to: [Plugin: XML Google Maps] Fatal error: Cannot redeclare mysql2date()Sorry, no idea what’s wrong with your installation. There are only include_once in the plugin and there is no second function called mysql2date…
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Conflict with WP-SPAMFREEOnly if you create your own KML file with a link to this image. Or save Picasa Link to your harddisk and edit then the content…
Forum: Plugins
In reply to: [Plugin: XML Google Maps] How do you insert the map…There are several sample on the plugin’s webpage: https://www.matusz.ch/blog/projekte/xml-google-maps-wordpress-plugin-en/
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Using effects of “NextGEN Gallery” to view imagesYou cannot solve this. The map get displayed in iframe, so your scripts for Shutter Reloaded won’t be loaded there…
Forum: Plugins
In reply to: [Plugin: XML Google Maps] Embedding a link to a kml-file?Look at the faq, samples and parameter section on the plugins homepage! There you get your answer or at least a workaround – saying: use parameter urldisplaymode!
Forum: Plugins
In reply to: [Plugin: XML Google Maps] So SlowWith the actual development version you can activate caching…