<?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: ipad support scroling</title>
		<link>http://www.themolitor.com/forums/topic/ipad-support-scroling</link>
		<description>THE MOLITOR FORUMS &#187; Topic: ipad support scroling</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 12:55:51 +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/ipad-support-scroling" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-17655</link>
			<pubDate>Mon, 21 Jan 2013 14:04:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17655@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome! :-)</p>
<p>Thanks for catching those errors. I updated the instructions above to remove those extra brackets.</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chronicler101 on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-17607</link>
			<pubDate>Mon, 21 Jan 2013 11:19:01 +0000</pubDate>
			<dc:creator>chronicler101</dc:creator>
			<guid isPermaLink="false">17607@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks! It works and I successfully enabled iPad scrolling.<br />
Just in case, I've corrected lines:</p>
<p>778    if(!iPadiPhone)[jQuery('#scrollContent').jScrollPane()];</p>
<p>801    if(!iPadiPhone)[jQuery('#sidebarScroll').jScrollPane()];</p>
<p>833    if(!iPadiPhone)[jQuery('#menuScroll').jScrollPane()];
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-17602</link>
			<pubDate>Mon, 21 Jan 2013 10:59:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17602@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... </p>
<ol>
<li>
Open "scripts.js" and around line 664 change the following...</p>
<pre><code>//MOLITOR SCRIPTS
this.molitorscripts = function () {</code></pre>
<p>...to this...</p>
<pre><code>//MOLITOR SCRIPTS
this.molitorscripts = function () {

var deviceAgent = navigator.userAgent.toLowerCase(),
iPadiPhone = deviceAgent.match(/(iphone&#124;ipod&#124;ipad)/);</code></pre>
</li>
<li>
Around line 778 change the following...</p>
<pre><code>jQuery(&#039;#scrollContent&#039;).jScrollPane();</code></pre>
<p>...to this...</p>
<pre><code>if(!iPadiPhone){jQuery(&#039;#scrollContent&#039;).jScrollPane();}</code></pre>
</li>
<li>
Around line 801 change the following...</p>
<pre><code>jQuery(&#039;#sidebarScroll&#039;).jScrollPane();</code></pre>
<p>...to this...</p>
<pre><code>if(!iPadiPhone){jQuery(&#039;#sidebarScroll&#039;).jScrollPane();}</code></pre>
</li>
<li>
Change the following around line 833 from this...</p>
<pre><code>jQuery(&#039;#menuScroll&#039;).jScrollPane();</code></pre>
<p>...to this...</p>
<pre><code>if(!iPadiPhone){jQuery(&#039;#menuScroll&#039;).jScrollPane();}</code></pre>
</li>
</ol>
<p>That should remove the scroll bar plugin on the iPad/iPhone/iPod.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>chronicler101 on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-17553</link>
			<pubDate>Sat, 19 Jan 2013 03:08:43 +0000</pubDate>
			<dc:creator>chronicler101</dc:creator>
			<guid isPermaLink="false">17553@http://www.themolitor.com/forums/</guid>
			<description><p>Could you be so kind as helping me with iPad/iPhone scrolling of content? CSS overflow is overwritten by jScrollPanel and I can’t make touch control of scroll without making second ugly scrollbar.<br />
Last theme version (updated 25 July 12) doesn't supports touch scroll and I'm not good with js.
</p></description>
		</item>
		<item>
			<title>ckelley on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-14713</link>
			<pubDate>Mon, 17 Sep 2012 07:52:35 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">14713@http://www.themolitor.com/forums/</guid>
			<description><p>what version of the themes are you using?
</p></description>
		</item>
		<item>
			<title>ehre on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-14692</link>
			<pubDate>Sun, 16 Sep 2012 07:27:07 +0000</pubDate>
			<dc:creator>ehre</dc:creator>
			<guid isPermaLink="false">14692@http://www.themolitor.com/forums/</guid>
			<description><p>Same problem here too :)
</p></description>
		</item>
		<item>
			<title>joran33 on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-14197</link>
			<pubDate>Tue, 28 Aug 2012 01:35:12 +0000</pubDate>
			<dc:creator>joran33</dc:creator>
			<guid isPermaLink="false">14197@http://www.themolitor.com/forums/</guid>
			<description><p>Hello Chris, </p>
<p>Just wondering if this has been updated on the Iphone and Ipad as I have the same issue when the content is too large for the window and the scroll bar not working. </p>
<p>Thanks,<br />
Joran
</p></description>
		</item>
		<item>
			<title>sebastianalbert on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-6452</link>
			<pubDate>Thu, 02 Feb 2012 05:47:24 +0000</pubDate>
			<dc:creator>sebastianalbert</dc:creator>
			<guid isPermaLink="false">6452@http://www.themolitor.com/forums/</guid>
			<description><p>Hello Chris, </p>
<p>Just want to ask you, when you will update the HUD theme?</p>
<p>Thanks,<br />
Sebastian
</p></description>
		</item>
		<item>
			<title>sebastianalbert on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-5662</link>
			<pubDate>Wed, 11 Jan 2012 14:28:49 +0000</pubDate>
			<dc:creator>sebastianalbert</dc:creator>
			<guid isPermaLink="false">5662@http://www.themolitor.com/forums/</guid>
			<description><p>sounds cool!<br />
Can you inform me, when you release the update?</p>
<p>Thanks, </p>
<p>Sebastian
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-5660</link>
			<pubDate>Wed, 11 Jan 2012 13:35:05 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">5660@http://www.themolitor.com/forums/</guid>
			<description><p>Hi sebastianalbert,</p>
<p>I may need to revisit this theme soon and update it. When I initially developed this theme, the iPad didn't have a friendly scrolling feature like it does now. </p>
<p>Thanks for reminding me!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>sebastianalbert on "ipad support scroling"</title>
			<link>http://www.themolitor.com/forums/topic/ipad-support-scroling#post-5618</link>
			<pubDate>Tue, 10 Jan 2012 07:16:45 +0000</pubDate>
			<dc:creator>sebastianalbert</dc:creator>
			<guid isPermaLink="false">5618@http://www.themolitor.com/forums/</guid>
			<description><p>Hey,<br />
Really like your theme!</p>
<p>Is it possible to make the scrolling content scroll-able with the iPad touch gestures?<br />
Because now it is not really iPad like to tab on the scrollbar.....</p>
<p>Thanks for your support!
</p></description>
		</item>

	</channel>
</rss>
