Rating: 1 star
Just provides a screenshot of the map. Can’t move it around or interact with it. Shows longitude and latitude that one cares about. It’s pointless.
]]>Rating: 1 star
According to instruction, very simple to set-up with a shortcode. Gave it a try, but always get New York (the default as per example) on the map.
Tried to remove and insert again, with the same result. Wasted a couple of hour on this.
Rating: 5 stars
other map plugins claim they are responsive but they are not
]]>Rating: 5 stars
I was able to create a contact page with a map in seconds, thanks for a great plugin!
]]>Rating: 5 stars
easy to create my responsive map
]]>Rating: 1 star
N?o tem op??o nenhuma, e o mapa é fixo
]]>Rating: 3 stars
Here is the code:
<script type="text/javascript">
jQuery(document).ready(function($) {
var mapdiv = jQuery("#responsive_map_<?php echo $mapid; ?>");
mapdiv.gMapResp({
maptype: google.maps.MapTypeId.ROADMAP,
zoom: <?php echo $atts['zoom']; ?>,
markers: <?php echo $markers; ?>,
panControl: true,
zoomControl: true,
draggable: true,
scrollwheel: true,
mapTypeControl: true,
scaleControl: true,
streetViewControl: true,
overviewMapControl: true,
styles: <?php echo $atts['style']; ?>
});
resmap_simp_fixDisplayInTabs(mapdiv, 'true');
});
window.onresize = function() {
jQuery('.responsive-map').each(function(i, obj) {
data2 = jQuery(this).data2('gmap');
if (data) {
var gmap = data2.gmap;
google.maps.event.trigger(gmap, 'resize');
jQuery(this).gMapResp('fixAfterResize');
}
});
};
</script>
Causes Jquery conflict with ALL! the plug-ins LightBox (for pictures)
]]>Rating: 5 stars
Easy to use, works as described, thanks!
]]>Rating: 5 stars
Very useful and easy
]]>