<?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: Problem with Cyrillic in anchors for Menu</title>
		<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Problem with Cyrillic in anchors for Menu</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 16:10:35 +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/problem-with-cyrillic-in-anchors-for-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-27178</link>
			<pubDate>Fri, 14 Feb 2014 10:35:13 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27178@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome. Thanks for following up!</p>
<p>I hope you're enjoying the theme :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karpat on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-27174</link>
			<pubDate>Fri, 14 Feb 2014 09:04:19 +0000</pubDate>
			<dc:creator>Karpat</dc:creator>
			<guid isPermaLink="false">27174@http://www.themolitor.com/forums/</guid>
			<description><p>tnx my programmers fix this
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-26246</link>
			<pubDate>Fri, 10 Jan 2014 10:32:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26246@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I tested a handful of those characters on a test site (without any customizations) and they worked just fine for me with the anchors.</p>
<p>Since I'm unable to recreate this issue, is it possible for you to load your site on a test domain or provide me access to your site so I can see the issue first hand?</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karpat on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-26231</link>
			<pubDate>Thu, 09 Jan 2014 10:59:25 +0000</pubDate>
			<dc:creator>Karpat</dc:creator>
			<guid isPermaLink="false">26231@http://www.themolitor.com/forums/</guid>
			<description><pre><code>$catName = str_replace (&#34;а&#34;, &#34;a&#34;, $catName);
$catName = str_replace (&#34;б&#34;, &#34;b&#34;, $catName);
$catName = str_replace (&#34;в&#34;, &#34;v&#34;, $catName);
$catName = str_replace (&#34;г&#34;, &#34;g&#34;, $catName);
$catName = str_replace (&#34;д&#34;, &#34;d&#34;, $catName);
$catName = str_replace (&#34;є&#34;, &#34;e&#34;, $catName);
$catName = str_replace (&#34;е&#34;, &#34;e&#34;, $catName);
$catName = str_replace (&#34;ж&#34;, &#34;zh&#34;, $catName);
$catName = str_replace (&#34;з&#34;, &#34;z&#34;, $catName);
$catName = str_replace (&#34;и&#34;, &#34;i&#34;, $catName);
$catName = str_replace (&#34;й&#34;, &#34;i&#34;, $catName);
$catName = str_replace (&#34;к&#34;, &#34;k&#34;, $catName);
$catName = str_replace (&#34;л&#34;, &#34;l&#34;, $catName);
$catName = str_replace (&#34;м&#34;, &#34;v&#34;, $catName);
$catName = str_replace (&#34;н&#34;, &#34;n&#34;, $catName);
$catName = str_replace (&#34;о&#34;, &#34;o&#34;, $catName);
$catName = str_replace (&#34;п&#34;, &#34;p&#34;, $catName);
$catName = str_replace (&#34;р&#34;, &#34;r&#34;, $catName);
$catName = str_replace (&#34;с&#34;, &#34;s&#34;, $catName);
$catName = str_replace (&#34;т&#34;, &#34;t&#34;, $catName);
$catName = str_replace (&#34;у&#34;, &#34;u&#34;, $catName);
$catName = str_replace (&#34;ф&#34;, &#34;f&#34;, $catName);
$catName = str_replace (&#34;х&#34;, &#34;h&#34;, $catName);
$catName = str_replace (&#34;ц&#34;, &#34;c&#34;, $catName);
$catName = str_replace (&#34;ч&#34;, &#34;ch&#34;, $catName);
$catName = str_replace (&#34;ш&#34;, &#34;sh&#34;, $catName);
$catName = str_replace (&#34;щ&#34;, &#34;sh&#34;, $catName);
$catName = str_replace (&#34;ь&#34;, &#34;&#34;, $catName);
$catName = str_replace (&#34;ю&#34;, &#34;yu&#34;, $catName);
$catName = str_replace (&#34;я&#34;, &#34;ya&#34;, $catName);</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-26229</link>
			<pubDate>Thu, 09 Jan 2014 09:59:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26229@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide an example of the characters you're trying to use?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karpat on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-26221</link>
			<pubDate>Thu, 09 Jan 2014 04:32:59 +0000</pubDate>
			<dc:creator>Karpat</dc:creator>
			<guid isPermaLink="false">26221@http://www.themolitor.com/forums/</guid>
			<description><p>Hi<br />
replacing character ok, anchors dont work also.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-26142</link>
			<pubDate>Mon, 06 Jan 2014 14:36:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26142@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The menu navigation is dynamically created based on the categories you have created. It takes the name of each category, adds a link to the menu and uses the category name as the ID for the nav item and the corresponding section. </p>
<p>For example, if you have a "Dessert" section, that section dynamically gets ID "dessert" and the link gets ID "dessertLink". The script then works to connect those two when the link is clicked. </p>
<p>With the way the script that creates and links the menu works, it must use the name of the category in the process as the script doesn't have access to getting the category ID.</p>
<p>This does create limitations as some characters are not allowed in CSS ID names. To address this, you can try replacing characters with those that will work. The theme is already doing this with some characters. Here's an example from index.php on lines 46-48...</p>
<pre><code>$catName = str_replace (&#34; &#34;, &#34;&#34;, $catName);
$catName = str_replace (&#34;&#38;&#34;, &#34;&#34;, $catName);
$catName = str_replace (&#34;é&#34;, &#34;e&#34;, $catName);</code></pre>
<p>You can see here it's replacing spaces, ampersands and other characters so they work with the script. You can try adding your own here like this...</p>
<pre><code>$catName = str_replace (&#34; &#34;, &#34;&#34;, $catName);
$catName = str_replace (&#34;&#38;&#34;, &#34;&#34;, $catName);
$catName = str_replace (&#34;é&#34;, &#34;e&#34;, $catName);
$catName = str_replace (&#34;б&#34;, &#34;b&#34;, $catName);</code></pre>
<p>That's just an example. If you decide to try this, don't forget to also update the script in custom.js on lines 71-73...</p>
<pre><code>lowerText = lowerText.replace(/ /g, &#039;&#039;);
lowerText = lowerText.replace(&#039;&#38;&#039;, &#039;&#039;);
lowerText = lowerText.replace(&#039;é&#039;, &#039;e&#039;);</code></pre>
<p>Using the example above, you would change it to this...</p>
<pre><code>lowerText = lowerText.replace(/ /g, &#039;&#039;);
lowerText = lowerText.replace(&#039;&#38;&#039;, &#039;&#039;);
lowerText = lowerText.replace(&#039;é&#039;, &#039;e&#039;);
lowerText = lowerText.replace(&#039;б&#039;, &#039;b&#039;);</code></pre>
<p>I haven't tested this with these characters, so let me know if that will work for you.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Karpat on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-26138</link>
			<pubDate>Mon, 06 Jan 2014 13:21:07 +0000</pubDate>
			<dc:creator>Karpat</dc:creator>
			<guid isPermaLink="false">26138@http://www.themolitor.com/forums/</guid>
			<description><p>Plugin "Cyr-to-Lat" not help. sry
</p></description>
		</item>
		<item>
			<title>Karpat on "Problem with Cyrillic in anchors for Menu"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-cyrillic-in-anchors-for-menu#post-26132</link>
			<pubDate>Mon, 06 Jan 2014 11:19:27 +0000</pubDate>
			<dc:creator>Karpat</dc:creator>
			<guid isPermaLink="false">26132@http://www.themolitor.com/forums/</guid>
			<description><p>Dear Sirs,<br />
I have a problem with anchorns in Menu.<br />
Is it possible to that anchors been formed from alias? Because they can be in Latin, and the names of categories I need in Cyrillic.<br />
Or make possible the transcription. Plugin Cyr-to-Lan not help.<br />
Thank you! </p>
<p>Best regards,<br />
Oleg
</p></description>
		</item>

	</channel>
</rss>
