<?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: Cursor keys navigation breaks when using special char in menu label</title>
		<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Cursor keys navigation breaks when using special char in menu label</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 13:30:21 +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/cursor-keys-nag-breaks-when-using-special-char-in-menu-label" rel="self" type="application/rss+xml" />

		<item>
			<title>wsequeira on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19707</link>
			<pubDate>Tue, 26 Mar 2013 14:38:22 +0000</pubDate>
			<dc:creator>wsequeira</dc:creator>
			<guid isPermaLink="false">19707@http://www.themolitor.com/forums/</guid>
			<description><p>Sorry Chris, was out of pocket.  Will check as soon as I can.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19670</link>
			<pubDate>Mon, 25 Mar 2013 11:35:31 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19670@http://www.themolitor.com/forums/</guid>
			<description><p>Try this edit instead for both spots mentioned above...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);
$titleId = str_replace(&#34;&#38;Delta;&#34;, &#34;tri&#34;, $title);</code></pre>
<p>Let me know if that works.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>wsequeira on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19668</link>
			<pubDate>Mon, 25 Mar 2013 11:28:53 +0000</pubDate>
			<dc:creator>wsequeira</dc:creator>
			<guid isPermaLink="false">19668@http://www.themolitor.com/forums/</guid>
			<description><p>I had to revert the edits as the site is live.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19665</link>
			<pubDate>Mon, 25 Mar 2013 11:25:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19665@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site with the above edits applied? I'll take a look.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>wsequeira on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19663</link>
			<pubDate>Mon, 25 Mar 2013 10:40:36 +0000</pubDate>
			<dc:creator>wsequeira</dc:creator>
			<guid isPermaLink="false">19663@http://www.themolitor.com/forums/</guid>
			<description><p>The fix didn't work.  When clicking on the label with character, then hitting the DOWN cursor, it takes you back to the top menu item regardless of the number of pages below where the label with the character appears.  Also, the DOWN cursor stops working 2 items before the character appears.  Not sure why.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19653</link>
			<pubDate>Mon, 25 Mar 2013 09:33:31 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19653@http://www.themolitor.com/forums/</guid>
			<description><p>Also, in "index.php" change the following on line 41 from this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);</code></pre>
<p>..to this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);
$titleId = str_replace(&#34;∆&#34;, &#34;tri&#34;, $title);</code></pre>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19652</link>
			<pubDate>Mon, 25 Mar 2013 09:32:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19652@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... open "index.php" and change the following on line 15 from this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);</code></pre>
<p>...to this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);
$titleId = str_replace(&#34;∆&#34;, &#34;tri&#34;, $title);</code></pre>
<p>Let me know if that works.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>wsequeira on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19636</link>
			<pubDate>Sat, 23 Mar 2013 12:53:15 +0000</pubDate>
			<dc:creator>wsequeira</dc:creator>
			<guid isPermaLink="false">19636@http://www.themolitor.com/forums/</guid>
			<description><p>Could be a browser issue - using latest Safari version on MacOS X.  Meant "nav" in the title above - self-correcting spelling is a pain.
</p></description>
		</item>
		<item>
			<title>wsequeira on "Cursor keys navigation breaks when using special char in menu label"</title>
			<link>http://www.themolitor.com/forums/topic/cursor-keys-nag-breaks-when-using-special-char-in-menu-label#post-19635</link>
			<pubDate>Sat, 23 Mar 2013 12:35:12 +0000</pubDate>
			<dc:creator>wsequeira</dc:creator>
			<guid isPermaLink="false">19635@http://www.themolitor.com/forums/</guid>
			<description><p>I just discovered that if you add a special character such as "∆" as part of the label of a regular or Category page the cursor keys in your keyboard will not work correctly - instead of jumping to the next menu item they will advance the panel just one step.  I use this character as it is a symbol of my company, and just found out I can't use it as a menu label without disrupting behavior.  Can you fix/what is the workaround?  Thanks.
</p></description>
		</item>

	</channel>
</rss>
