Is it possible to use the satellite view and to change the dimensions of the map (ie 100% wide by 400px tall)?
https://www.ads-software.com/plugins/wp-google-maps-shortcode/
]]>Hello,
I recently installed the plugin to test and worked perfectly in WordPress and the single page.
But when do the search does not display the map on the search page, I need to do to show, because I have a list of people who need to display the address of each of this quest with its respective map.
https://www.ads-software.com/plugins/wp-google-maps-shortcode/
]]>Hi,
I have this working perfectly on local server, but for some reason it doesn’t work on live server when I use an address as opposed to lat/longitude. Any ideas what could cause this?
Thanks
Charlie
https://www.ads-software.com/plugins/wp-google-maps-shortcode/
]]>Hi there – love this plugin, but wondering if there is any way to disable mouse scroll wheel zooming?
Many thanks!
https://www.ads-software.com/plugins/wp-google-maps-shortcode/
]]>Hi,
I found one (in some cases critical) issue: you forgot to add “;” in the following code part:
var map_options = {
zoom: <?php echo esc_attr( $atts['zoom'] ) ?>,
center: location,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
It leads to IE and js-minification errors!
Should be:
var map_options = {
zoom: <?php echo esc_attr( $atts['zoom'] ) ?>,
center: location,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
https://www.ads-software.com/plugins/wp-google-maps-shortcode/
]]>Hey, love the plugin! It’s very easy to use. I was wondering if there is a way to add a description for the marker in the shortcode? Thanks
https://www.ads-software.com/plugins/wp-google-maps-shortcode/
]]>Instalei o WP Google Maps e ele n?o carrega o mapa. Como posso resolver?
https://www.ads-software.com/plugins/wp-google-maps-shortcode/
]]>