<?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: FAQ: Clicking menu items causes jumping instead of smooth scrolling</title>
		<link>http://www.themolitor.com/forums/topic/jumping-not-smooth-scrolling-around-4-panels-others-fine</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ: Clicking menu items causes jumping instead of smooth scrolling</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:54:12 +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/jumping-not-smooth-scrolling-around-4-panels-others-fine" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ: Clicking menu items causes jumping instead of smooth scrolling"</title>
			<link>http://www.themolitor.com/forums/topic/jumping-not-smooth-scrolling-around-4-panels-others-fine#post-24031</link>
			<pubDate>Mon, 21 Oct 2013 09:46:16 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24031@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The code I posted should work just fine. Did you make sure to change BOTH lines 15 &#38; line 41 of index.php?</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>spiliog on "FAQ: Clicking menu items causes jumping instead of smooth scrolling"</title>
			<link>http://www.themolitor.com/forums/topic/jumping-not-smooth-scrolling-around-4-panels-others-fine#post-24014</link>
			<pubDate>Mon, 21 Oct 2013 00:34:31 +0000</pubDate>
			<dc:creator>spiliog</dc:creator>
			<guid isPermaLink="false">24014@http://www.themolitor.com/forums/</guid>
			<description><p>Try my self </p>
<pre><code>$titleId = str_replace(array(&#039;:&#039;, &#039;é&#039;, &#039;/&#039;, &#039;*&#039;,&#039; &#039;,&#039;?&#039;), &#34;-&#34;, $title);</code></pre>
<p>with no luck.</p>
<p>Should be a typo by my side. Maybe I should type $titleId = str_replace(array(":", "é", "/", "*"," ","?"), "-", $title);</p>
<p>Use " instead of '
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ: Clicking menu items causes jumping instead of smooth scrolling"</title>
			<link>http://www.themolitor.com/forums/topic/jumping-not-smooth-scrolling-around-4-panels-others-fine#post-19918</link>
			<pubDate>Wed, 03 Apr 2013 10:16:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19918@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome :-)
</p></description>
		</item>
		<item>
			<title>nicolasks on "FAQ: Clicking menu items causes jumping instead of smooth scrolling"</title>
			<link>http://www.themolitor.com/forums/topic/jumping-not-smooth-scrolling-around-4-panels-others-fine#post-19901</link>
			<pubDate>Wed, 03 Apr 2013 09:30:49 +0000</pubDate>
			<dc:creator>nicolasks</dc:creator>
			<guid isPermaLink="false">19901@http://www.themolitor.com/forums/</guid>
			<description><p>you 're the best !!!<br />
works perfect !!</p>
<p>thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ: Clicking menu items causes jumping instead of smooth scrolling"</title>
			<link>http://www.themolitor.com/forums/topic/jumping-not-smooth-scrolling-around-4-panels-others-fine#post-19900</link>
			<pubDate>Wed, 03 Apr 2013 09:02:16 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19900@http://www.themolitor.com/forums/</guid>
			<description><p>Not all characters are supported for the menu items (for example: "<code>/</code>" and "<code>?</code>"). Here's how you can make them work...</p>
<p>Open up "index.php" and locate the following on both line 15 &#38; line 41...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);</code></pre>
<p>...and change them BOTH to this...</p>
<pre><code>$titleId = str_replace(array(&#039;:&#039;, &#039;é&#039;, &#039;/&#039;, &#039;*&#039;,&#039; &#039;,&#039;?&#039;), &#34;-&#34;, $title);</code></pre>
<p>Notice I've added <code>array(&#039;:&#039;, &#039;é&#039;, &#039;/&#039;, &#039;*&#039;,&#039;&#039;,&#039;?&#039;)</code>, which contains a bunch of characters. Just add characters to this array to add support for additional items. Example: <code>array(&#039;:&#039;, &#039;é&#039;, &#039;/&#039;, &#039;*&#039;,&#039; &#039;,&#039;?&#039;,&#039;...&#039;)</code> adds support for <code>...</code></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>

	</channel>
</rss>
