Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m wondering the same thing. Is there a way to set zoom level on the map?

    I just did my first word press install this weekend and I ran into this same problem. To my excitement, I was able to fix it!

    If you go to Plugins > Editor > and open the file:
    the-events-calendar/admin-views/event-map.php

    About the 10th line of code gets to this part:

    function initialize() {
    	var myOptions = {
    	    zoom: 14,
    	    center: event_address,
    	    mapTypeId: google.maps.MapTypeId.ROADMAP

    the zoom # is what you want to play with. I think the default is 8. 4 is roughly showing the entire US, 14 gets you about 4 blocks in Washington, DC.

    Oooooo. Thank you Treadhouse! I’ll give that a try.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: The Events Calendar] Google Maps zoom’ is closed to new replies.