<?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 - User Favorites: mctt</title>
		<link><a href='http://www.kriesi.at/support/profile/mctt'>mctt</a></link>
		<description>Support Forum - User Favorites: mctt</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 07:08:28 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>mctt on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-93291</link>
			<pubDate>Thu, 24 Jan 2013 19:32:42 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">93291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks guys! it works great now! &#60;/p&#62;
&#60;p&#62;(P.D.: Sorry for creating two treats about this subject, my mistake :))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-93212</link>
			<pubDate>Thu, 24 Jan 2013 12:28:24 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">93212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;There is no need for you to ever find rules, just drop the new rules at the end of your custom.css file or enter them on the bottom of Quick CSS which is located in the back end  if you follow thee buttons -&#38;gt; Choices &#38;gt; Theme Options &#38;gt; Styling ... at the bottom of the page is the Quick CSS and that is where you would paste the code block above.&#60;/p&#62;
&#60;p&#62;On the iPhone it makes little sense to keep the menu as is since it will become difficult to use due to the size constraints. The menu automatically is converted into a a drop down navigation select box which is already optimized for multiple smartphone screen sizes.&#60;/p&#62;
&#60;p&#62;If you are interested in scanning the theme files to look for specific css or html structures, just download the free notepad++ ( &#60;a href=&#34;http://notepad-plus-plus.org/download/v6.2.3.html&#34; rel=&#34;nofollow&#34;&#62;http://notepad-plus-plus.org/download/v6.2.3.html&#60;/a&#62; ) and after installing , download a copy of the theme to your local desktop. Using Note++ do a Find on the entire folder and sub-folders and you will be shown the line numbers wherever the term is used that interest you.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mctt on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-92841</link>
			<pubDate>Tue, 22 Jan 2013 15:14:55 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">92841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin! &#60;/p&#62;
&#60;p&#62;Thanks for your response, but I can not find where should I change this rule. Can you just point the right direction to it?&#60;/p&#62;
&#60;p&#62;Also, I would like that my logo partner list links to open in a blank page, I tried to add some simple html code to the link field in my frontpage template builder but it didn't work. Can you please let me know how to change this? I'm working hard to have this site ready to launch this weekend.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-92292</link>
			<pubDate>Fri, 18 Jan 2013 18:24:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mctt,&#60;/p&#62;
&#60;p&#62;There isn't a need to define the height and width of the #header_sub_menu that I can see. Removing them does help alignment a bit however.&#60;/p&#62;
&#60;p&#62;On layouts below max-width of 767px, the sub menu class gets display:none added to it. To remove that, you should add a new rule to overwrite it. Ex:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
  .sub_menu {
  display: none;
  }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you can work on styling it for the various layouts. Even just adding a right padding or margin to the .sub_menu will get it looking like it belongs.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mctt on "Secondary header menu not displaying in iphone"</title>
			<link>http://www.kriesi.at/support/topic/secondary-header-menu-not-displaying-in-iphone#post-92134</link>
			<pubDate>Thu, 17 Jan 2013 21:10:11 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">92134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
In the website I'm working on I have added a secondary menu on the header (you can see it here --&#38;gt; themconcept.michtormos.ca)&#60;br /&#62;
This new menu looks great in iPad when horizontal but it gets cutted when vertical and it desapears in the iphone.&#60;br /&#62;
I really would like to know how to make it &#34;responsive&#34;.&#60;br /&#62;
And another question, is this menu going to be a problem when I install &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; and the translation buttons?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "WPML Choices Widget&#039;s translation"</title>
			<link>http://www.kriesi.at/support/topic/wpml-choices-widgets-translation#post-91639</link>
			<pubDate>Tue, 15 Jan 2013 07:41:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">91639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, I'm pretty sure that this hook doesn't affect &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; but you can try to comment out the filter code in functions-choices.php. Open up the file and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;widget_title&#38;#39;, &#38;#39;avia_widget_title&#38;#39;);
	add_filter(&#38;#39;link_category&#38;#39;, &#38;#39;avia_widget_title&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// 	add_filter(&#38;#39;widget_title&#38;#39;, &#38;#39;avia_widget_title&#38;#39;);
//	add_filter(&#38;#39;link_category&#38;#39;, &#38;#39;avia_widget_title&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Imho there's no other way to translate the widgets yet - I checked the support forum: &#60;a href=&#34;http://wpml.org/forums/topic/how-do-i-translate-widgets/?affiliate_key=K9b6X1wRp9SS&#34;&#62;http://wpml.org/forums/topic/how-do-i-translate-widgets/&#60;/a&#62; and &#60;a href=&#34;http://wpml.org/forums/topic/how-can-i-translate-text-from-widgets/?affiliate_key=K9b6X1wRp9SS&#34;&#62;http://wpml.org/forums/topic/how-can-i-translate-text-from-widgets/&#60;/a&#62; and all threads recommend the widget logic solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drixe on "WPML Choices Widget&#039;s translation"</title>
			<link>http://www.kriesi.at/support/topic/wpml-choices-widgets-translation#post-91485</link>
			<pubDate>Mon, 14 Jan 2013 15:01:03 +0000</pubDate>
			<dc:creator>drixe</dc:creator>
			<guid isPermaLink="false">91485@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I try to translate my widgets from french to Englis but the Choices widgets doesn't translate.&#60;br /&#62;
I notices the theme hooks onto the widget title code adding &#38;lt;span class='widget_first'&#38;gt; to the text.&#60;br /&#62;
Is this the reason ? Any workaround without widget logic ?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Latest WPML breaks Choices Portfolio section"</title>
			<link>http://www.kriesi.at/support/topic/latest-wpml-breaks-choices-portfolio-section#post-90893</link>
			<pubDate>Thu, 10 Jan 2013 05:30:18 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Latest WPML breaks Choices Portfolio section"</title>
			<link>http://www.kriesi.at/support/topic/latest-wpml-breaks-choices-portfolio-section#post-90891</link>
			<pubDate>Thu, 10 Jan 2013 04:53:48 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">90891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, that fixed it right up!&#60;/p&#62;
&#60;p&#62;Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Latest WPML breaks Choices Portfolio section"</title>
			<link>http://www.kriesi.at/support/topic/latest-wpml-breaks-choices-portfolio-section#post-90888</link>
			<pubDate>Thu, 10 Jan 2013 03:52:31 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Ok, Here is the fix for the problem:&#60;/p&#62;
&#60;p&#62;In the plugin folder, look for a folder called: sitepress-multilingual-cms&#60;/p&#62;
&#60;p&#62;Please find line 3625 of file sitepress.class.php which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_tax() &#38;amp;&#38;amp; is_main_query()){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_tax()){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The line number may be different depending on your version of wpml. this is for version 2.63. You can use the find command to search the file for the line of code.&#60;/p&#62;
&#60;p&#62;Please let us know if it worked out.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Latest WPML breaks Choices Portfolio section"</title>
			<link>http://www.kriesi.at/support/topic/latest-wpml-breaks-choices-portfolio-section#post-90872</link>
			<pubDate>Wed, 09 Jan 2013 23:31:15 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On the page in template builder, where you add the portfolio-categories to display, would you try and not select any category at all, just leaving it as though you don't want to display any of them and save. Does that make the page that displays the portfolio items work again showing all categories?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Latest WPML breaks Choices Portfolio section"</title>
			<link>http://www.kriesi.at/support/topic/latest-wpml-breaks-choices-portfolio-section#post-90637</link>
			<pubDate>Tue, 08 Jan 2013 19:29:43 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">90637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I update &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; to anything PAST 2.6.0 (I've tried 2.6.1, 2.6.2 and 2.6.3) the page can't find any portfolio items on a page and produces a &#34;Not found&#34; message.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://support.curlyhost.com/programs/&#34; rel=&#34;nofollow&#34;&#62;http://support.curlyhost.com/programs/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is an example of what happens when I update.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://nehemiahcenter.net/programs/&#34; rel=&#34;nofollow&#34;&#62;http://nehemiahcenter.net/programs/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is an example of what happens on the older version of &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Latest WPML breaks Choices Portfolio section"</title>
			<link>http://www.kriesi.at/support/topic/latest-wpml-breaks-choices-portfolio-section#post-90373</link>
			<pubDate>Mon, 07 Jan 2013 15:08:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi andreanapier1985,&#60;/p&#62;
&#60;p&#62;I'll tag this for Kriesi and Peter. If there is a need for an update it will get done but we can't typically provide an ETA on when a release will be.&#60;/p&#62;
&#60;p&#62;From the changlog, it doesn't look like it should be causing any issues however.&#60;/p&#62;
&#60;p&#62;What exactly doesn't work when you upgrade? can you go into specifics on what happens with your portfolio section?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Latest WPML breaks Choices Portfolio section"</title>
			<link>http://www.kriesi.at/support/topic/latest-wpml-breaks-choices-portfolio-section#post-90115</link>
			<pubDate>Fri, 04 Jan 2013 20:24:02 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">90115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, I have a site I made live a few days ago... it's running &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; 2.6.0 (latest &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; is 2.6.3 or something).  When I made the update the portfolio section I have stopped working.  I tried every other plugin going on and off and resetting the permalinks, etc., and it was only fixed when I re-uploaded the older version of that plugin.  &#60;/p&#62;
&#60;p&#62;Will there be a new Choices update going out soon, or is this a &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; problem?  &#60;/p&#62;
&#60;p&#62;I'd like to have the latest software on the site soon.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://nehemiahcenter.net/&#34; rel=&#34;nofollow&#34;&#62;http://nehemiahcenter.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That's the site that has the older version of &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; on it.  I've also got the test version at support.curlyhost.com that I would like to test whatever changes to before making them to the live site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mctt on "Create a new menu in the header textarea above Social media icons"</title>
			<link>http://www.kriesi.at/support/topic/create-a-new-menu-in-the-header-textarea-above-social-media-icons#post-88143</link>
			<pubDate>Fri, 14 Dec 2012 00:36:28 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">88143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! I really appreciate your help! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Create a new menu in the header textarea above Social media icons"</title>
			<link>http://www.kriesi.at/support/topic/create-a-new-menu-in-the-header-textarea-above-social-media-icons#post-87842</link>
			<pubDate>Wed, 12 Dec 2012 16:04:47 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mctt,&#60;/p&#62;
&#60;p&#62;For positioning you will need to wrap it in a div class and then add css to put it where you want it. &#60;/p&#62;
&#60;p&#62;For the overall styling, you'll need to prepend everything with #header to make sure you only apply the style to this menu and not the same sub menu that is in the #socket.&#60;/p&#62;
&#60;p&#62;This should get you started on the overall restyling:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .sub_menu a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #A0A1A3;
}
#header .sub_menu a {
    color: #83868a;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mctt on "Create a new menu in the header textarea above Social media icons"</title>
			<link>http://www.kriesi.at/support/topic/create-a-new-menu-in-the-header-textarea-above-social-media-icons#post-87673</link>
			<pubDate>Tue, 11 Dec 2012 20:03:15 +0000</pubDate>
			<dc:creator>mctt</dc:creator>
			<guid isPermaLink="false">87673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I'm working with the choices template in this link themconcept.michtormos.ca&#60;br /&#62;
I would like to chage the Header textarea above Social media icons for a menu, I put this code: &#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;					echo &#34;&#38;lt;div class='sub_menu'&#38;gt;&#34;;&#60;br /&#62;
					$args = array('theme_location'=&#38;gt;'avia2', 'fallback_cb' =&#38;gt; '', 'depth'=&#38;gt;1);&#60;br /&#62;
					wp_nav_menu($args);&#60;br /&#62;
					echo &#34;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;					?&#38;gt;&#60;br /&#62;
In my header.php file but is not placed where I want it to be, over the search field and social media icons. An I would also like it to have the same css style that the other link texts, in orange but smaller and without the underline.&#60;/p&#62;
&#60;p&#62;I'll really appreciate if you could help me with this.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Disable mobile menu? Regular menu instead of drop-down"</title>
			<link>http://www.kriesi.at/support/topic/disable-mobile-menu-regular-menu-instead-of-drop-down#post-53463</link>
			<pubDate>Thu, 26 Apr 2012 09:04:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Wow. Again, learned from this. &#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marjons on "Disable mobile menu? Regular menu instead of drop-down"</title>
			<link>http://www.kriesi.at/support/topic/disable-mobile-menu-regular-menu-instead-of-drop-down#post-53462</link>
			<pubDate>Thu, 26 Apr 2012 09:03:15 +0000</pubDate>
			<dc:creator>marjons</dc:creator>
			<guid isPermaLink="false">53462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great, that did the trick.&#60;/p&#62;
&#60;p&#62;Thank you very much for your quick reply!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Disable mobile menu? Regular menu instead of drop-down"</title>
			<link>http://www.kriesi.at/support/topic/disable-mobile-menu-regular-menu-instead-of-drop-down#post-53419</link>
			<pubDate>Thu, 26 Apr 2012 06:01:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to deactivate the default menu fallback in js/avia.js - delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// improves menu for mobile devices
	jQuery(&#38;#39;.main_menu ul:eq(0)&#38;#39;).mobileMenu({
	  switchWidth: 768,                   							//width (in px to switch at)
	  topOptionText: jQuery(&#38;#39;.main_menu&#38;#39;).data(&#38;#39;selectname&#38;#39;),     	//first option text
	  indentString: &#38;#39;   &#38;#39;  							//string for indenting nested items
	});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .mobileMenu {
    display: none !important;
}

.js_active .main_menu ul {
    display: block !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>iequezada on "Disable mobile menu? Regular menu instead of drop-down"</title>
			<link>http://www.kriesi.at/support/topic/disable-mobile-menu-regular-menu-instead-of-drop-down#post-53372</link>
			<pubDate>Thu, 26 Apr 2012 00:45:40 +0000</pubDate>
			<dc:creator>iequezada</dc:creator>
			<guid isPermaLink="false">53372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm also looking for this solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marjons on "Disable mobile menu? Regular menu instead of drop-down"</title>
			<link>http://www.kriesi.at/support/topic/disable-mobile-menu-regular-menu-instead-of-drop-down#post-53264</link>
			<pubDate>Wed, 25 Apr 2012 08:53:39 +0000</pubDate>
			<dc:creator>marjons</dc:creator>
			<guid isPermaLink="false">53264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, Love your theme, but it's kinda hard to adjust some navigation settings.&#60;/p&#62;
&#60;p&#62;Is there a way to disable the mobile menu?&#60;/p&#62;
&#60;p&#62;I would like to have the regular navigation below or besides the logo instead of a drop-down menu in mobile view.&#60;/p&#62;
&#60;p&#62;Can't find it anywhere on the support forum.&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
