<?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: Navigation shows only 4 of the 5 pages</title>
		<link>http://www.themolitor.com/forums/topic/navigation-shows-only-4-of-the-5-pages</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Navigation shows only 4 of the 5 pages</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 10:08:07 +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/navigation-shows-only-4-of-the-5-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Navigation shows only 4 of the 5 pages"</title>
			<link>http://www.themolitor.com/forums/topic/navigation-shows-only-4-of-the-5-pages#post-36228</link>
			<pubDate>Tue, 29 Sep 2015 09:37:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36228@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Looking closer at your code, you have many HTML errors. </p>
<p>- Multiple uses of id attributes (specifically the "logo" id). Only one element should have an id. If you need to use the same id for multiple elements, use class instead.</p>
<p>- Incorrect br tags. You have <code>&#60;/br&#62;</code> when it should be <code>&#60;br /&#62;</code></p>
<p>These are just a couple of the errors that I noticed, which might be the cause of the issue. My suggestion is to remove all your markup from the pages and try just using basic text. Then you can check and see if the issue is being caused by incorrect markup.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>gakaffe on "Navigation shows only 4 of the 5 pages"</title>
			<link>http://www.themolitor.com/forums/topic/navigation-shows-only-4-of-the-5-pages#post-36215</link>
			<pubDate>Mon, 28 Sep 2015 23:34:45 +0000</pubDate>
			<dc:creator>gakaffe</dc:creator>
			<guid isPermaLink="false">36215@http://www.themolitor.com/forums/</guid>
			<description><p>Good Morning,<br />
thanks for your help!<br />
I've replaced line 15 and 41 with this code (it contains the german signs that I need):<br />
$titleId = str_replace(array(':', 'ä', 'ö', 'ü', 'ß', 'é', '/', '*',' ','?','&#38;'), '-', $title);</p>
<p>But still doesn't work well.<br />
By clicking the third navigation point "Zu meiner Person" I get the content of the forth navigation point "Aktivitaeten". So I've got the same content twice on this 2 points. Also the "active" styling of the navigation don't work. And on "Zu meiner Person", "Aktivitaeten" and "Kontakt" the background-image doesn't show at first load the page.</p>
<p>I've try also to replace the letter "ä" in navigation and title of the page.<br />
No result too.</p>
<p>Greetings again<br />
Nadine
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Navigation shows only 4 of the 5 pages"</title>
			<link>http://www.themolitor.com/forums/topic/navigation-shows-only-4-of-the-5-pages#post-36193</link>
			<pubDate>Mon, 28 Sep 2015 09:26:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36193@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thank you for doing that. It's important that I confirm any issues are not the result of the edits you've made. I took a close look and see you have some unique characters being used for your menu items. Specifically this one...</p>
<pre><code>ä</code></pre>
<p>Not all characters are supported for the menu items (for example: "<code>/</code>" and "<code>?</code>"). Here's how you can make it 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;,&#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;,&#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>Let me know if that helps.</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>gakaffe on "Navigation shows only 4 of the 5 pages"</title>
			<link>http://www.themolitor.com/forums/topic/navigation-shows-only-4-of-the-5-pages#post-36184</link>
			<pubDate>Mon, 28 Sep 2015 01:34:05 +0000</pubDate>
			<dc:creator>gakaffe</dc:creator>
			<guid isPermaLink="false">36184@http://www.themolitor.com/forums/</guid>
			<description><p>Hi again,</p>
<p>I've deactivated your theme, download a brand new version of the theme from themeforest and reinstall it.<br />
Still the same problems with the navigation.</p>
<p>I have only 4 plugins:<br />
All In One WP Security<br />
Antispam Bee<br />
AntiVirus<br />
Email Address Encoder<br />
I deactivate them, also no result.</p>
<p>I've deactivated all my css changings (after that also same problems).<br />
I leave only this stylings:<br />
/*----------------------------<br />
Schriftart definieren<br />
----------------------------*/<br />
p {<br />
  font-family: 'Open Sans', sans-serif;<br />
  font-weight: 400;<br />
}</p>
<p>/*----------------------------<br />
Content Styling<br />
----------------------------*/<br />
.panel {<br />
  background-color: #888;<br />
}</p>
<p>.panel p {<br />
  padding: 5px;<br />
  margin: 5px;<br />
  color: #000;<br />
  font-size: 13px;<br />
}</p>
<p>.panel h1 {<br />
  font-family: 'Open Sans', sans-serif;<br />
  font-weight: 300;<br />
  font-style: normal;<br />
  color: #fff;<br />
  text-shadow: 0px 0px 8px #000;<br />
  font-size: 2.5em;<br />
}</p>
<p>.white  {<br />
  background: rgba(255,255,255,0.8);<br />
  color: #000;<br />
  font-size: 13px;<br />
  padding: 10px;<br />
}</p>
<p>So... It could not be from edits of the theme template files??<br />
Best regards<br />
Nadine
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Navigation shows only 4 of the 5 pages"</title>
			<link>http://www.themolitor.com/forums/topic/navigation-shows-only-4-of-the-5-pages#post-36173</link>
			<pubDate>Fri, 25 Sep 2015 10:01:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36173@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>It looks like you've made edits to the theme template files. Unfortunately my support services do not include troubleshooting issues on sites that are using modified versions of the themes that I developed. This is mainly because I have no idea to what extent you made changes, what those changes are, what impact those changes have, etc.</p>
<p>My best suggestion is to retrace your edits. If that doesn't help, I'll have to ask that you revert to a default setup of the theme in order for me to troubleshoot any existing issues.</p>
<p>I hope you understand my limitations here.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>gakaffe on "Navigation shows only 4 of the 5 pages"</title>
			<link>http://www.themolitor.com/forums/topic/navigation-shows-only-4-of-the-5-pages#post-36169</link>
			<pubDate>Fri, 25 Sep 2015 06:06:37 +0000</pubDate>
			<dc:creator>gakaffe</dc:creator>
			<guid isPermaLink="false">36169@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I used your panels theme for <a href="http://www.loft-b.com" rel="nofollow">http://www.loft-b.com</a><br />
There are 5 pages in the main navigation.<br />
It shows me the 5 "dots" but by clicking the third "dot" it shows the content and background of the forth page (same content like clicking the forth "dot").</p>
<p>The "active" mode of the navigation also doesn't work  – it shows not the current "dot" as active.<br />
And sometimes it don't load the background-image.</p>
<p>Maybe you've got a hint for me?<br />
Thanks a lot and greetings...<br />
Nadine
</p></description>
		</item>

	</channel>
</rss>
