Sorry, I’m quite new to WP and did not know about standards. For other newbies who want to change the size of the map: <?php echo do_shortcode(‘[gmw_single_location map_width=”100%” zoom_level=15 show_info=0 directions=0]’); ?>
could you provide any example for using the options on the do_shortcode? I tried stuff like <php echo do_shortcode(‘[gmw_single_location, map_height: 500px]’); ?> or <?php echo do_shortcode(‘[gmw_single_location]’,'[map_height: 500px]’); ?> which did not work for me.
Thanks a lot