Title: disable scrollwheel
Last modified: August 21, 2016

---

# disable scrollwheel

 *  Resolved [Yukon Cornelius](https://wordpress.org/support/users/jimmmy/)
 * (@jimmmy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-scrollwheel/)
 * Hi,
 * Just wondering if anyone knows how to disable zoom on the map when you scroll
   over it. The autopan feature centers the map after finding the location, but 
   to scroll up to the searchbox, you have to pass the map, and as you scroll, you
   zoom in instead.
 * I would like to disable the google maps scrollwheel. Any ideas?
 * Thx,
 * [https://wordpress.org/plugins/gwebpro-store-locator/](https://wordpress.org/plugins/gwebpro-store-locator/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Yukon Cornelius](https://wordpress.org/support/users/jimmmy/)
 * (@jimmmy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/disable-scrollwheel/#post-4814968)
 * thought i’d post this in case anyone is having the same problem:
 * you need to go here: gwebpro-store-locator/gwebpro-store-locator-frontend.php
 * and add ‘scrollwheel:false’ somewhere in myOptions like so:
 *     ```
       function initialize(lat,long)
       	{
       		var latlng = new google.maps.LatLng(lat,long);
       		var myOptions = {
       			zoom: 13,
       			center: latlng,
       			panControl: true,
       			zoomControl: true,
       			scrollwheel: false,
       			scaleControl: true,
       			mapTypeId: google.maps.MapTypeId.ROADMAP
       		}
       ```
   
 * good luck.

Viewing 1 replies (of 1 total)

The topic ‘disable scrollwheel’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gwebpro-store-locator_c2bfac.svg)
 * [G Web Pro Store Locator](https://wordpress.org/plugins/gwebpro-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwebpro-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwebpro-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/gwebpro-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwebpro-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwebpro-store-locator/reviews/)

## Tags

 * [scroll](https://wordpress.org/support/topic-tag/scroll/)
 * [scrollwheel](https://wordpress.org/support/topic-tag/scrollwheel/)

 * 1 reply
 * 1 participant
 * Last reply from: [Yukon Cornelius](https://wordpress.org/support/users/jimmmy/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/disable-scrollwheel/#post-4814968)
 * Status: resolved