Conversation
supportHi there – love this plugin, but wondering if there is any way to disable mouse scroll wheel zooming? Many thanks! https://wordpress.org/plugins/wp-google-maps-shortcode/
Solved it myself. added scrollwheel: false, to line 53 var map_options = { zoom: <?php echo esc_attr( $atts['zoom'] ) ?>, center: location, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }
Thanks ladygeekgeek I am looking for same solution, and this works for me!!
Great glad to have helped!
Solved it myself. added scrollwheel: false, to line 53 var map_options = { zoom: <?php echo esc_attr( $atts['zoom'] ) ?>, center: location, scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP }
Thanks ladygeekgeek I am looking for same solution, and this works for me!!
Great glad to have helped!