<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: turn of draggability of the page content</title>
		<link>http://www.themolitor.com/forums/topic/turn-of-draggability-of-the-page-content</link>
		<description>THE MOLITOR FORUMS &#187; Topic: turn of draggability of the page content</description>
		<language>en-US</language>
		<pubDate>Wed, 06 May 2026 13:29:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/turn-of-draggability-of-the-page-content" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "turn of draggability of the page content"</title>
			<link>http://www.themolitor.com/forums/topic/turn-of-draggability-of-the-page-content#post-36277</link>
			<pubDate>Fri, 02 Oct 2015 09:21:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36277@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... open scripts/custom.js and remove the following on lines 237-248...</p>
<pre><code>//ADD HANDLE AND MAKE DRAGGABLE
mainBox.draggable({ handle:&#34;#handle&#34;,opacity: 0.8}).resizable();

mainBox.prepend(&#34;&#60;div id=&#039;moveNotice&#039;&#62;&#60;/div&#62;&#34;);

var moveNotice = jQuery(&#34;#moveNotice&#34;);

jQuery(&#34;#handle&#34;).hover(function(){
	moveNotice.stop(true,true).fadeIn(200);
},function(){
	moveNotice.stop(true,true).fadeOut(200);
});</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>reneerushbrook on "turn of draggability of the page content"</title>
			<link>http://www.themolitor.com/forums/topic/turn-of-draggability-of-the-page-content#post-36269</link>
			<pubDate>Thu, 01 Oct 2015 16:35:28 +0000</pubDate>
			<dc:creator>reneerushbrook</dc:creator>
			<guid isPermaLink="false">36269@http://www.themolitor.com/forums/</guid>
			<description><p>hi, great theme :)</p>
<p>How can i turn off the draggability of the pages? i don't want the pages to be able to be dragged around the page?
</p></description>
		</item>

	</channel>
</rss>
