WPIntell

Source evidence

Disable mouse scroll wheel zooming?

WP Google Maps Shortcode · support · 2015-11-10T14:11:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 34 rows with source links

14.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ladygeekgeek resolved
Hi 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!

Comments

3 shown
ladygeekgeek 2015-11-11T22:29:00+00:00

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 }

Kaushik Gujjar 2015-11-26T11:13:00+00:00

Thanks ladygeekgeek I am looking for same solution, and this works for me!!

ladygeekgeek 2015-11-26T11:25:00+00:00

Great glad to have helped!