<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Stop google maps zooming with mouse wheel &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 19:04:33 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-273453</guid>
					<title><![CDATA[Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-273453</link>
					<pubDate>Thu, 14 May 2015 10:36:04 +0000</pubDate>
					<dc:creator>twobeans</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I would like to stop google map zooming in with mouse wheel, but retain the rest of the functionalities, map marker and map marker box, manual zoom, etc. I can stop map zooming with CSS, but my code freezes the whole map and removes mentioned functionalities. Is there a code to stop just the mouse wheel zoom?</p>
<p>W: <a href="http://twobeans.ie/index.php/contact/" rel="nofollow">http://twobeans.ie/index.php/contact/</a><br />
X: v. 3.2.3<br />
WP: v. 4.2.2</p>
<p>Many Thanks in advance,<br />
Bobby</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-273510</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-273510</link>
					<pubDate>Thu, 14 May 2015 11:47:09 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Bobby,</p>
<p>To prevent scroll, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.page-id-617 #x-content-band-5 .x-map .x-map-inner iframe {
     pointer-events: none;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274222</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274222</link>
					<pubDate>Fri, 15 May 2015 08:55:12 +0000</pubDate>
					<dc:creator>twobeans</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome! Works like a dream. Thanks a million. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274224</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274224</link>
					<pubDate>Fri, 15 May 2015 08:58:17 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>You are most welcome!<br />
We are super glad it worked out for you.</p>
<p>If there’s anything else, we can help you with, please let us know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274230</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274230</link>
					<pubDate>Fri, 15 May 2015 09:17:11 +0000</pubDate>
					<dc:creator>twobeans</dc:creator>

					<description>
						<![CDATA[
						<p>Ahh &#8211; Sorry, jumped the gun there! Thats what I meant by &#8220;I can stop map zooming with CSS, but my code freezes the whole map and removes mentioned functionalities.&#8221; &#8211; if you check my map now, you will see that +/- and directions link are also disabled. Is there a way to stop JUST the mouse wheel? Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274234</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274234</link>
					<pubDate>Fri, 15 May 2015 09:29:31 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Please try to edit your contact page and change the zoom control of your Google Map settings.<br />
<img decoding="async" src="http://i.imgur.com/s6zeur6.png" alt="" /></p>
<p>This allows to disable the zoom control of the map.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274243</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274243</link>
					<pubDate>Fri, 15 May 2015 09:59:06 +0000</pubDate>
					<dc:creator>twobeans</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, sorry I don&#8217;t have that setting. I use &#8220;map&#8221; widget within column where I have inserted an iframe. Tried using &#8216;Google map&#8221; but its not rendering the address correctly, hence using an iframe.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274263</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274263</link>
					<pubDate>Fri, 15 May 2015 10:33:20 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>If you are using an iframe, unfortunately, it&#8217;s not possible to disable the zoom on an iframe. It&#8217;s only possible if you are using advanced [google_map] shortcode: <a href="http://theme.co/x/demo/integrity/1/shortcodes/map/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/map/</a></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274265</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274265</link>
					<pubDate>Fri, 15 May 2015 10:35:54 +0000</pubDate>
					<dc:creator>twobeans</dc:creator>

					<description>
						<![CDATA[
						<p>OK Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274273</guid>
					<title><![CDATA[Reply To: Stop google maps zooming with mouse wheel]]></title>
					<link>https://theme.co/archive/forums/topic/stop-google-maps-zooming-with-mouse-wheel/#post-274273</link>
					<pubDate>Fri, 15 May 2015 10:51:27 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

