When you click the marker, the box that comes up dont shows accents, instead of it shows symbols like these ?3?3??, can someone help me? i looked on data but its ok, its all in utf8 unicode.
Thanks in advance
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>I’m using the plugin successfully on normal pages within wordpress, e.g.
https://vellafrontera.com/where-to-find-our-wines/
but when I try the A-Z Widget, it goes weird (truncating width of map and not centering on the location).
Could you take a look and let me know what could be causing it?
You can see the problem if you hover over Contact on the main menu of https://vellafrontera.com
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>This plugin adds the following rule to the head of all pages:
<style type="text/css">
.entry-content img {max-width: 100000%; }
</style>
This is problematic because it’s a very generic selector that is loaded on every page and is loaded inline so it overrides your theme css.
I strongly recommend a narrower selector in combination with applying a class on the div container that the shortcode generates.
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>I just embedded a kml map on my wordpress site without any major problems. Just had one question – how do i make the map zoomed in 1 more level by default for the ml map? I tried to insert the kmlautofit=”no” but this tag makes the map zoom location go to another continent.
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Hello,
It seems like google transitioned away for numeric Ids from fusion tables. They now use Encrypted ID instead and do not give a numeric Id any more. I noticed your plugin does not support encrypted IDs. I used this page ( https://developers.google.com/maps/documentation/javascript/layers#FusionTablesSetup ) and updated the plugin locally to get encryption ids to work. What I had to do was change:
var fusionLayer = new google.maps.FusionTablesLayer(' . $attr['fusion'] . ');
to
var fusionLayer = new google.maps.FusionTablesLayer({
query: {
from: \''. $attr['fusion'] .'\'
},
});
It will work with the old Numerical ID as well as the new Encrypted ID.
Thanks for the great plugin!
Greg
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Plugin works great and saved me a ton of time.
A suggestion would be to add support for OpenMaps as well so a person can choose which service to use.
Thanks
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>The map displays, but there are no markers.
I’m using do_shortcode(‘[map …… marker=”yes” ]’)
https://3thoughtdev.com/fmc/rink/auburn-horgan-arena/
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Google Maps v3 Shortcode is not working in some themes.in default theme its working.need help
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Why is the shadow under infowindow so strange? How to fix this?
https://www.salonoptyczny.info.pl/kontakt/
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Hi, I have installed the plugin and it’s works great but i can’t align it to the center of the page. The text is aligned to the center but the plugin is left aligned in the page where i had insert the shortcode. Thank you in advance for the help!
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>My map is displaying on my wordpress page. I am using the kml option to show multiple markers on my map.
My concern/question is I updated my map on My Places by adding a few more markers, however the wordpress map doesn’t get refresh with the new data from My Places. It’s the same map, same link location. How do I/ can I refresh the plugin in some way so that the wordpress map stays update with My Places map?
Thank you so much for making this plugin, so far nobody wants to allow multiple markers with v3 ??
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Hi guys,
I’ve been trying to embed the map in a modal, and there is a problem : it displays partly, and the other part is a big grey background. I have to resize the windows to make it word properly.
I think it is linked to the fact that the pop-up is in a display:none mode, and then it gets the display:block, causing the canvas not to get properly displayd. Any idea how to solve this problem ?
Thanks in advance ??
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>I only use this plugin (shortcode) on one page. Therefore, I do not need the calls to google’s javascript api and related css called on every page. Is there a way to conditionally call the plugin without touching the plugin itself? Perhaps in the functions.php file? PHP is not my first language, so how would this literally be accomplished?
Thanks in advance!
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Hello,
thanks for creating this plugin. I am using it to show maps with a large number of markers using a KML dynamic generated files.
Would it be possible to add support for the “Marker clusterer” lib to reduce the number of markers shown in the map depending on the zoom level?
See further info about it here here.
Thank you.
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Hello everybody!
Very nice plugin! But i have some problems to put this into “do_shortcode”. With [google-map-v3] in “the_content” it works, without it > fail. He doesn’t include some needed files.
Any idea? ??
Kind regards
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>I’m using this plugin without an issue.. Really great plugin..
But i wonder if it is possible to add elevation charts to maps which created through a kml file ?
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Maps don’t display in Safari
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>I don’t exactly know if the folowing problem is with the plugin but since that is where it presents itself here goes:
I load a KML file with markers that have infobubbles. When doing so in WP+plugin the line spacing is high and even marker name and three rows make it flow over the bubble.
If I load the exact same KML with a php file producing the same code outside WP+plugin the rows are closer together. The bubble could hold five rows without overflow.
The bubble html contains only <br>
tags and no <p>
tags yet in WP+plugin they seem to get converted. I even tested disabling the wpautop function but that had no effect.
Any ideas?
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Hi guys, ive installed the plugin, went to add a new post and then clicked on the add map button. Im presented with a floating window where it says “existing maps” and obviously there arent any yet. So I hit the ‘create new map’ button and then thats it. No map can be seen. I cant add any details because nothing seems to respond and this is where my adventure ends.
Any ideas?
Cheers
Steve
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>apart from the fact I hear people saying it’s not working with 3.1.2 anyway, one thing I noticed is, I immediately get non-secure warnings (more or less dramatic depending on browser) on SSL pages as soon as I activate the plugin. This is because as soon as it’s activated, it integrates google API.
I think, we need two things to get this improved. First would be an option to use SSL for Google maps API premier customers (although I’m not expecting this league so much in the wp world, if I read that it’s about $10k/y), and the second one would be to load the API on demand only, to have the option to exclude certain pages or posts that contain google maps from SSL and be fine.
Additionally it makes sense to load as few javascript as possible anyway, as this improves loading times.
]]>Hi,
The plugin has installed and I was able to Activate it, but when I go to my Dashboard there is no visible placement of the plugin.
Sometimes the plugins from others have been placed in the Dashboard or Plugins sidebar and some have their own placement in the sidebar, but most show up in the Settings sidebar.
This plugin is not showing up anywhere, which is a shame after all the time I spent reading your blog about it and the comments that others left about which actually convinced me to install it.
]]>Hi there,
Great plugin but i`m having a couple of issues with the balloon not rendering properly on top right and bottom right,
I think it maybe either a css issue or javascript problem,
Here is the Dev site for you to view,
Any help with this would be greatly appreciated,
Regards,
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Hi there,
Great plugin but i`m having a couple of issues with the balloon not rendering properly on top right and bottom right,
I think it maybe either a css issue or javascript problem,
Here is the Dev site for you to view,
Any help with this would be greatly appreciated,
Regards,
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Using the Google maps V3 shortcode latest version, I updated WordPress to 3.1.2, map not showing up.
Great little plugin for WordPress
I am trying to get this plugin working but there is no map displayed even when I use the basic shortcode [map].
Will it work with WordPress 3.1.1?
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>I installed this plugin for my business directory. Currently each local business has their own page, and I wanted to add the map to it.
The pages are outside of the loop so I have had to use this instead of the shortcode:
<?php echo do_shortcode('[map marker="yes" infowindow="<strong>Title</strong>"]'); ?>
What I want though is to be able to add strings into this shortcode, for example I have the title in a string called $wpdir_title
which I would want to go in the infowindow.
How would I go about doing this?
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>This is a javascript / DOM related problem. Basically when a javascript function tries to generate an element and insert it to the DOM tree while the page is still loading (e.g. the page is not ready), Internet Explorer will throw an error “Internet Explorer cannot open website https://www.blahblah.com….” and then display the HTTP error page. This problem does not occur on Firefox and Google Chrome.
Google Maps v3 Shortcode is also impacted by this issue. Basically if the page is complicated enough, while the Google Maps API javascript is trying to insert the map related elements to the page, and the page is is loading, you will see the Internet Explorer error message and get an error screen.
To fix it, Google-Maps-v3-Shortcode.php needs to be revised. I did the following (added dependency to jQuery):
Before line 47:
var latlng = new google.maps.LatLng(‘ . $attr[‘lat’] . ‘, ‘ . $attr[‘lon’] . ‘);
Insert the following code as line 46:
jQuery(document).ready(function(){
Change line 177:
$returnme .= ‘</script>’;
to
$returnme .= ‘});</script>’;
So the Google Maps API code will not draw the map until the page is completely loaded.
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Is it possible to show multiple maps/layers (KML) in one map?
I would like to add my Picasa photos to my current map.
Would be nice.
Thanks
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Is it possible somehow to use a “my maps”-url as kml? I’ve tried it but can’t get it to work.
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>Tried inserting shortcode in sidebar under text/html widget but only echoes the html code. Was trying to use it as an “on the map” address in a contact page.
https://www.ads-software.com/extend/plugins/google-maps-v3-shortcode/
]]>