<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Localization support and Drop-down menus</title>
		<link>http://www.kriesi.at/support/topic/localization-support-and-drop-down-menus</link>
		<description>Support Forum - Topic: Localization support and Drop-down menus</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 03:14:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/localization-support-and-drop-down-menus" rel="self" type="application/rss+xml" />

		<item>
			<title>bvanbranden on "Localization support and Drop-down menus"</title>
			<link>http://www.kriesi.at/support/topic/localization-support-and-drop-down-menus#post-6616</link>
			<pubDate>Thu, 14 Oct 2010 00:52:30 +0000</pubDate>
			<dc:creator>bvanbranden</dc:creator>
			<guid isPermaLink="false">6616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have successfully implemented 5 languages on the Avisio theme via &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;.&#60;br /&#62;
Out of the box the plugin will allow you to translate all your pages and posts. The custom posts &#34;portfolios&#34; and &#34;sliders&#34; won't work out of the box, but I have changed the code of the theme so that it all works perfectly. Took about 30 hours of work, but was worth it. You can see the results at: &#60;a href=&#34;http://macdoctor.lu&#34; rel=&#34;nofollow&#34;&#62;http://macdoctor.lu&#60;/a&#62; ... It speaks 5 languages :-)&#60;br /&#62;
Don't hesitate to contact me for more info at &#60;a href=&#34;mailto:bruno@macdoctor.lu&#34;&#62;bruno@macdoctor.lu&#60;/a&#62;&#60;br /&#62;
Kind Regards,&#60;br /&#62;
Bruno van Branden
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Localization support and Drop-down menus"</title>
			<link>http://www.kriesi.at/support/topic/localization-support-and-drop-down-menus#post-5039</link>
			<pubDate>Fri, 17 Sep 2010 14:30:29 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">5039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You need to make a CSS adjustment to increase the width of the 3rd level navigation, add this to the end of style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #nav ul ul {
width:172px;
}

#top #nav li ul ul a {
width:130px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the widths as appropriate, whatever you change one by you must also change the other by :)&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>torndownunit on "Localization support and Drop-down menus"</title>
			<link>http://www.kriesi.at/support/topic/localization-support-and-drop-down-menus#post-4966</link>
			<pubDate>Thu, 16 Sep 2010 18:42:02 +0000</pubDate>
			<dc:creator>torndownunit</dc:creator>
			<guid isPermaLink="false">4966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am also curious if there is a way to make the 3rd level of drop down menus wider.&#60;/p&#62;
&#60;p&#62;p.s. I have bought themes under 2 themforest usernames, but only have one forum account.  I bought twicet under &#34;vamcomputers&#34;.  If you need me to verify that somehow, let me know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Localization support and Drop-down menus"</title>
			<link>http://www.kriesi.at/support/topic/localization-support-and-drop-down-menus#post-1779</link>
			<pubDate>Tue, 03 Aug 2010 10:35:23 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Sorry to say, but the Twicet theme isn't currently able to be translated using .po and .mo files because the theme files aren't localised. The only way to translate the theme is to manually change the theme files so text in English is translated to Norwegian.&#60;/p&#62;
&#60;p&#62;Can you show me an example of your drop down menu or specify the width of the sub navigation you need?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dott on "Localization support and Drop-down menus"</title>
			<link>http://www.kriesi.at/support/topic/localization-support-and-drop-down-menus#post-1712</link>
			<pubDate>Mon, 02 Aug 2010 15:40:10 +0000</pubDate>
			<dc:creator>dott</dc:creator>
			<guid isPermaLink="false">1712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great theme, and amazingly organized CSS! Love working with it!&#60;/p&#62;
&#60;p&#62;I'm trying to translate the site into norwegian, and so I'm wondering if that is possible through .po-files in the Twicet theme?&#60;/p&#62;
&#60;p&#62;Also, I would like to make the lines of the drop-down menus longer, so it won't spilt into two lines. I found the code-snippet for it in the CSS, but the animation won't follow up on it. Is there an easy way to fix this? I took a peek into the custom.js-file but couldn't find anything.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
