<?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: Greek menu items fix</title>
		<link>http://www.themolitor.com/forums/topic/greek-menu-items-fix</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Greek menu items fix</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 19:17:30 +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/greek-menu-items-fix" rel="self" type="application/rss+xml" />

		<item>
			<title>pavlosli on "Greek menu items fix"</title>
			<link>http://www.themolitor.com/forums/topic/greek-menu-items-fix#post-17407</link>
			<pubDate>Tue, 15 Jan 2013 13:15:27 +0000</pubDate>
			<dc:creator>pavlosli</dc:creator>
			<guid isPermaLink="false">17407@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I've sent a request to Werkpress.</p>
<p>Cheers!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Greek menu items fix"</title>
			<link>http://www.themolitor.com/forums/topic/greek-menu-items-fix#post-17394</link>
			<pubDate>Tue, 15 Jan 2013 10:52:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">17394@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Unfortunately that require quite a bit of work to achieve and goes beyond the level of support I can provide here in the support forums. For customizations like this, please use this form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>pavlosli on "Greek menu items fix"</title>
			<link>http://www.themolitor.com/forums/topic/greek-menu-items-fix#post-17382</link>
			<pubDate>Tue, 15 Jan 2013 03:56:01 +0000</pubDate>
			<dc:creator>pavlosli</dc:creator>
			<guid isPermaLink="false">17382@http://www.themolitor.com/forums/</guid>
			<description><p>Hi and thank you for your theme.</p>
<p>I'd like some help on the following problem:</p>
<p>I'm editing the theme for a Greek client and restaurant and I need to be able to add Greek items on the menu.<br />
But when I change the category names to Greek, e.g. instead of Appetizers -&#62; Ορεκτικά, the section url becomes <a href="http://www.agoraselect.gr/#ορεκτικα" rel="nofollow">http://www.agoraselect.gr/#ορεκτικα</a> instead of <a href="http://www.agoraselect.gr/#appetizers" rel="nofollow">http://www.agoraselect.gr/#appetizers</a> and the link does not work. </p>
<p>So, I was thinking that maybe instead of the name, we could use the slug.</p>
<p>I believe that there are two changes to be made:</p>
<p>1. On index.php changing<br />
<pre><code>$catName = $category-&#62;name;</code></pre>
<p>to<br />
<pre><code>$catName = $category-&#62;slug;</code></pre>
<p>2. On custom.js editing<br />
<pre><code>//SECTION LINKS
jQuery(&#039;.titles h2&#039;).each(function(){
	jQuery(this).clone().appendTo(&#039;#menuMenu&#039;).wrap(&#039;&#60;li&#62;&#60;a href=&#34;#&#34;&#62;&#60;/a&#62;&#60;/li&#62;&#039;);
});

jQuery(&#039;.sectionLink&#039;).each(function(){
	var thisText = jQuery(this).text(),
	lowerText = thisText.toLowerCase(),
	lowerText = lowerText.replace(/ /g, &#039;&#039;);
	lowerText = lowerText.replace(&#039;&#38;&#039;, &#039;&#039;);
	lowerText = lowerText.replace(&#039;é&#039;, &#039;e&#039;);
	jQuery(this).html(thisText).attr(&#34;href&#34;,
        &#34;#&#34;+lowerText).attr(&#039;id&#039;,lowerText+&#039;Link&#039;);
});</code></pre>
<p>This way we can have a menu item like</p>
<p>a href="#1_appetizers"&#62;Appetizers</p>
<p>and a section title like</p>
<pre><code>&#60;div class=&#34;menuSection section&#34; id=&#34;1_appetizers&#34;&#62;</code></pre>
<p>I believe that this would work, but I need some help on editing the custom.js file. Could you please help me?</p>
<p>Thank you,<br />
Pavlos
</p></description>
		</item>

	</channel>
</rss>
