google maps plugin - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: google maps plugin (/showthread.php?tid=1419) |
google maps plugin - singulae - 2012-04-05 We have a new version of Google Map Plugin! I updated the main post. There you can see the new features and information. enjoy it google maps plugin - didou038 - 2012-04-06 Thanks for your job ! There's a bug when including a link in the balloon tip, the url isn't correct : http://mysite.com/\\"http://mylink/\\" must be : http://mylink GS3.1 french translation : google maps plugin - singulae - 2012-04-10 didou038 Wrote:There's a bug when including a link in the balloon tip, the url isn't correct : hi, didou thanks for report the bug. I added links in the ballon but not find any bug.. Can you post the entire content of ballon? The content must be in html.. ( <a href="http://mylink">my link</a> ) Thanks you for french translation. I Will include it in the plugin. google maps plugin - schning - 2012-04-10 Thx for the Plugin , but i have a problem . If i want to save changes or "add a new map" and i try to save this , i get the following error: Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /htdocs/folder/plugins/googlemap.php:737 Stack trace: #0 /htdocs/folder/plugins/googlemap.php(737): SimpleXMLElement->__construct('<?xml version="...') #1 [internal function]: gmap_show_config() #2 /htdocs/folder/admin/load.php(38): call_user_func_array('gmap_show_confi...', Array) #3 {main} thrown in /htdocs/folder/plugins/googlemap.php on line 737 any ideas ? regards schning google maps plugin - didou038 - 2012-04-10 singulae Wrote:didou038 Wrote:There's a bug when including a link in the balloon tip, the url isn't correct : this is my fault, I did not write the link as html. Thanks you ! google maps plugin - singulae - 2012-04-10 schning Wrote:Thx for the Plugin , but i have a problem . mm.. if you've updated the plugin.. try deleting the xml file of the previous version (data/other/googlemap.xml) Remember that the plugin works with getsimple 3.0 and 3.1, not in earlier versions. Can you post the data of you map? may have problems with characters .. google maps plugin - schning - 2012-04-11 singulae Wrote:mm.. if you've updated the plugin.. try deleting the xml file of the previous version (data/other/googlemap.xml) thx for your reply, i installed gs3.1 new after it i installed your plugin and do an upgrade2.0... but the problem is the same , if i want to save (only change in your Address window "Granollers, Barcelona, Spain" ) to "Berlin" get the message : Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /htdocs/folder/plugins/googlemap.php:737 Stack trace: #0 /htdocs/folder/plugins/googlemap.php(737): SimpleXMLElement->__construct('<?xml version="...') #1 [internal function]: gmap_show_config() #2 /htdocs/folder/admin/load.php(38): call_user_func_array('gmap_show_confi...', Array) #3 {main} thrown in /htdocs/folder/plugins/googlemap.php on line 737 google maps plugin - widecircle - 2012-04-16 Hi there! I used the older version of this plugin on an existing website, v. 0.7 & all of a sudden out of nowhere it stopped working. So I found out that there was an update for the plugin. I removed the older googlemap.xml-file. Now I have installed the new version, v. 2.0 but there are still no map displayed. Instead it just shows the tag (%googlemap:myMap%) as text on that page. Below are what I have in the xml-file: Code: <?xml version="1.0" encoding="ISO-8859-15"?> Any idea what's going on? Best, Niklas google maps plugin - widecircle - 2012-04-16 Hmmm...so I've managed to figure out what the problem is. It seems that this plugin won't work unless you're using the theme tag Code: <?php get_header(); ?> I have a theme where I don't use this tag - instead I create my own meta description and no more. Have I missunderstood something here as to how this plugin works..? I will look into more of this tomorrow - now I need to go to sleep. It seems as the older plugin must have this tag as well - I removed the themetag in favour of creating my own meta tags & that's when it stopped working all together. Since the Code: <?php get_header(); ?> Best, Niklas widecircle Wrote:Hi there! google maps plugin - Connie - 2012-04-17 schning Wrote:thx for your reply, i installed gs3.1 new after it i installed your plugin and do an upgrade2.0... please check the output of the server's health check any problems noted there? google maps plugin - Connie - 2012-04-29 you can always use a "standalone"-map-solution (have a look at hotscripts.org for example) and integrate the output in GetSimple google maps plugin - Boz - 2012-05-02 Fantastic Plugin! This is the reason I love GS so much, great plugin and simple to use. I have a request though :-D I am using your plugin on a responsive site, and would like the map to be responsive. Looks like someone solved the problem, but I am not sure how to implement it with your plugin. Could you have a look at this script and see if this would be easy to do? http://joggink.com/wp-content/uploads/jquerymobilegmaps/ Built in responsiveness would be great for your next update, if you are taking requests. Either way, thanks again for a great plugin. google maps plugin - islander - 2012-05-16 Great plugin, and I really need the multi-map feature, but it seems to break any other plugin using jquiry, most importantly the gallery. I have tied adding jquiry to the header to load first and remove it from auto load with the map and doing the same with the other plugins, but nothing seems to work. The previous version plays happy with everyone, but lacks the ability to load more than one map. Anyone have experience/ideas of how to solve this? google maps plugin - islander - 2012-05-20 Okay, to get this to play nicely with other plug-ins, such as i18n Gallery, make the following edits to "plugins/googlemap.php": Lines 90-103 Code: . "\n".'//<![CDATA[' to... Code: . "\n".' [js]' and line 301 Code: ."\n".' $jQ("#gmap_'.$gmap_config[$i]['id'].'").css({"width":'.$gmap_config[$i]['width'].',"height":'.$gmap_config[$i]['height'].'}).goMap(ops_'.(string)$gmap_config[$i]['id'].');'; to... Code: ."\n".' $("#gmap_'.$gmap_config[$i]['id'].'").css({"width":'.$gmap_config[$i]['width'].',"height":'.$gmap_config[$i]['height'].'}).goMap(ops_'.(string)$gmap_config[$i]['id'].');'; Depending on the setup, you may need to disable jquiry in the gallery and add it to the header of your template. I hope this helps someone else too, it seems to work well for me. google maps plugin - chaos - 2012-05-26 Excellent plugin!!! Thanks for this. However, how do I centralise this in my content area? Please could you explain or give an example as I'm a newbie! Thanks google maps plugin - grs - 2012-06-12 didou038 Wrote:Thanks for your job ! Same problem here. After saving it look like this: <a href=\"http://www.webseite.de\" target=\"_blank\">www.webseite.de</a> At the Website it shows the right Link in the ballon tipp, but you will get a 404 when click on it. If you save again after some changes, there will be more backslashes: <a href=\\\"http://www.webseite.de\\\" target=\\\"_blank\\\">www.webseite.de</a> Leave the field empty will cause this error: the ballon tipp is still displayed, but with [object Object] as entry. google maps plugin - student - 2012-06-13 Hi! Thanks for the work! Just that I have slight problems with the plugin. When I add another marker to google map, all markers disappear. 2 or more balloon tips work though, when I press (show the balloon tip,..) I `ve done upgrade to 3.1.1, upgrated all plugins and done healthy check. Can´t see any problem there. google maps plugin - islander - 2012-06-13 This seems to be a plugin problem in general, not specific to 3.1.1. It looks to be a problem with the axis image position not saving. google maps plugin - islander - 2012-06-14 student Wrote:Hi! Thanks for the work! Just that I have slight problems with the plugin. When I add another marker to google map, all markers disappear. 2 or more balloon tips work though, when I press (show the balloon tip,..) I `ve done upgrade to 3.1.1, upgrated all plugins and done healthy check. Can´t see any problem there. Here is what I did to fix this problem: First, you need to have both an image and shadow, if you are missing one of these, it will break all icons. Next, as I mentioned above, the axis alignment doesnt seem to work, so what I did was, in "plugins/googlemap.php", change line 773 from Code: 'imagepos' => (isset($_POST["gmap_anchor_$nom"][$z]['imagepos'])) ? $_POST["gmap_anchor_$nom"][$z]['imagepos'] : 0 , Code: 'imagepos' => (isset($_POST["gmap_anchor_$nom"][$z]['imagepos'])) ? $_POST["gmap_anchor_$nom"][$z]['imagepos'] : "cent-bot" , and line 775 from: Code: 'shadowpos' => (isset($_POST["gmap_anchor_$nom"][$z]['shadowpos'])) ? $_POST["gmap_anchor_$nom"][$z]['shadowpos'] : 0, Code: 'shadowpos' => (isset($_POST["gmap_anchor_$nom"][$z]['shadowpos'])) ? $_POST["gmap_anchor_$nom"][$z]['shadowpos'] : "left-bot" , To set a default axis position for both. Hope this helps google maps plugin - student - 2012-06-14 islander Wrote:student Wrote:Hi! Thanks for the work! Just that I have slight problems with the plugin. When I add another marker to google map, all markers disappear. 2 or more balloon tips work though, when I press (show the balloon tip,..) I `ve done upgrade to 3.1.1, upgrated all plugins and done healthy check. Can´t see any problem there. Thank you very much! The plugin works perfectly now! google maps plugin - student - 2012-06-22 sorry,. now I noticed that this does not work with firefox. I can´t see any markers. Any advice for that? grateful for any help! PS: edited by Connie, I took off the once again repeated posting by Islander, as there is no sense for that google maps plugin - lnc - 2012-06-28 Hello, I have a problem, that this plugin loads only a part of the map and when I zoom out or move, it does not start to load the rest of the map, see attached printscreen. Thanks for help. google maps plugin - islander - 2012-06-28 lnc Wrote:Hello, I get this every great once in a while, but it is not specific to this program. It has to do with the connection to Google. It is not able to read/load all parts for what ever reason. Try again later. google maps plugin - pierre - 2012-07-02 First of all, thanks for the great work on this plugin. Im wondering if its possible to load the script separately without needing to use the whole script? Since i'm trying to integrate it with Jquery Mobile, it needs to load this before loading the page with ajax. "<script language="javascript" type="text/javascript"> //<![CDATA[ $jQ = jQuery.noConflict(); $jQ(document).bind("pageinit", function() { // idmap: myMap var ops_myMap = { ...." If i add the whole loaded script i can get it to work, but is it possible to load it with a special code to get the information from the Google Maps XML? google maps plugin - Donuts - 2012-07-04 Hi there, I just installed a clean version of Simple Get (3.1.2). Added the I18N-gallery plugin, so var so good, and then installed the Google Maps plugin. Both great plugins! But not all the pop-up's in the gallery work anymore. Only after that I've gedisabled google plugin in the plugin tab, the pop-up windows of the gallery start working again. Tested: cylce (works just fine) prettyPhoto (pop-up not working) FancyBox (pop-ups not working) s3Slider (not working) Supersized (works just fine) |