<?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: Removing the drag option in the theme</title>
		<link>http://www.themolitor.com/forums/topic/removing-the-drag-option-in-the-theme</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Removing the drag option in the theme</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 18:16:59 +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/removing-the-drag-option-in-the-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Removing the drag option in the theme"</title>
			<link>http://www.themolitor.com/forums/topic/removing-the-drag-option-in-the-theme#post-25261</link>
			<pubDate>Wed, 04 Dec 2013 10:23:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25261@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I really appreciate the nice remarks! :-)</p>
<p>The dragging effect is achieved on lines 219-230 of custom.js...</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>Try removing that and let me know if it helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>daintily on "Removing the drag option in the theme"</title>
			<link>http://www.themolitor.com/forums/topic/removing-the-drag-option-in-the-theme#post-25247</link>
			<pubDate>Tue, 03 Dec 2013 14:48:29 +0000</pubDate>
			<dc:creator>daintily</dc:creator>
			<guid isPermaLink="false">25247@http://www.themolitor.com/forums/</guid>
			<description><p>I'm trying to remove the dragging option in my site: <a href="http://www.energymap-scu.org" rel="nofollow">http://www.energymap-scu.org</a>. I've removed the close buttons, etc, but can't seem to find the drag in the CSS. Could you give me show me where you have that functionality coded? </p>
<p>Thank you!</p>
<p>Also: I'm a really big fan of your work. Your theme was one of the first ones I've bought on ThemeForest, so I assumed other themes/design groups would be just as professional and well-designed. That hasn't been the case, so thank you so much for the A+ experience.
</p></description>
		</item>

	</channel>
</rss>
