<?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: Translations and responsive menu&#039;s</title>
		<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus</link>
		<description>Support Forum - Topic: Translations and responsive menu&#039;s</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 09:53:13 +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/translations-and-responsive-menus" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-96858</link>
			<pubDate>Fri, 15 Feb 2013 02:35:17 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this code instead&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen
 and (max-device-width: 767px){
     #header .container_wrap_logo { height: 10em !important;}
     #top .responsive .sub_menu {
     left: 0.1em !important;
     top: 9em !important;
     }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please add that to the end of Quick CSS or to the very end of /css/custom.css You will need to massage the left and top to create media queries for different screen sizes in this same format.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MagentaManiacs on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-96702</link>
			<pubDate>Thu, 14 Feb 2013 08:34:34 +0000</pubDate>
			<dc:creator>MagentaManiacs</dc:creator>
			<guid isPermaLink="false">96702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but I think I didn't express myself right. This is what I would like to do: &#60;a href=&#34;http://grab.by/jSDi&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/jSDi&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-96563</link>
			<pubDate>Wed, 13 Feb 2013 17:45:16 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The second menu became unattached since I believe you re-positioned it , and all it needs are media queries to control it for the various screen sizes you want to target. Here below are for 768 (ipad portrait) and another for 480 (iphone landscape). You also have little real estate left on the page at lower screen sizes for the second menu of that size, so i cut its width a bit and re-positioned it. For iPhone portrait, I am not really sure where to place the second menu (do you need it at that size?) That is a design question though, outside my area of expertise.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
#top .sub_menu{
top: 10%;
right: 0px;
}}
@media only screen
and (max-device-width : 767px) {
#top .sub_menu{
top: 6px;
left: 48%;
width: 250px !important;
}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You may need to add !important, to some of them, though at first glance doesn't seem so.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MagentaManiacs on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-96479</link>
			<pubDate>Wed, 13 Feb 2013 07:38:00 +0000</pubDate>
			<dc:creator>MagentaManiacs</dc:creator>
			<guid isPermaLink="false">96479@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, this is looking good; but in responsive mode, the top menu is layered above the logo. Something I can't seem to fix.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-96382</link>
			<pubDate>Tue, 12 Feb 2013 16:15:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">96382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This is what I see -&#38;gt; &#60;a href=&#34;http://www.clipular.com/c?2063844=G8q3gsjPP_bYXbJ0zMvhOUJ3VHk&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?2063844=G8q3gsjPP_bYXbJ0zMvhOUJ3VHk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There are 2 menus. One is on the same level to the right of the logo, and the second one is under the logo.&#60;/p&#62;
&#60;p&#62;What browser and OS are you seeing the menu (and which one) above the logo?&#60;/p&#62;
&#60;p&#62;Where do you want the menu, above the search box?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MagentaManiacs on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-96177</link>
			<pubDate>Mon, 11 Feb 2013 14:50:18 +0000</pubDate>
			<dc:creator>MagentaManiacs</dc:creator>
			<guid isPermaLink="false">96177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, added to the custom css file, but the menu block is till layered above the logo. Any ideas on how to get it a bit lower?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-95624</link>
			<pubDate>Thu, 07 Feb 2013 07:27:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95624@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;My bad. You should add this on your custom.css not on grid.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {

	 	/*footer and bellow*/
	 	.responsive .sub_menu{display:block;}

	 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Nice website. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-95622</link>
			<pubDate>Thu, 07 Feb 2013 07:25:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please try to add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
	 responsive .sub_menu{margin-top: 45px;}
	 .responsive h1.logo{margin-bottom: 45px;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MagentaManiacs on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-95465</link>
			<pubDate>Wed, 06 Feb 2013 14:08:28 +0000</pubDate>
			<dc:creator>MagentaManiacs</dc:creator>
			<guid isPermaLink="false">95465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here it is: &#60;a href=&#34;http://tire-bouchon.magentaplayground.be/&#34; rel=&#34;nofollow&#34;&#62;http://tire-bouchon.magentaplayground.be/&#60;/a&#62;&#60;br /&#62;
Tnx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-95290</link>
			<pubDate>Tue, 05 Feb 2013 15:27:00 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">95290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Mind sending us a link to your installation so we can check it ourself with the chrome web inspector? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MagentaManiacs on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-95279</link>
			<pubDate>Tue, 05 Feb 2013 15:03:07 +0000</pubDate>
			<dc:creator>MagentaManiacs</dc:creator>
			<guid isPermaLink="false">95279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, thanks, works perfect!&#60;/p&#62;
&#60;p&#62;The top-menu is now above the logo though and I can't seem to position it any lower. Any ideas on that one?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-95070</link>
			<pubDate>Mon, 04 Feb 2013 17:21:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi MagentaManiacs,&#60;/p&#62;
&#60;p&#62;In your theme files open the config-woocommerce folder and inside it will be the config.php file. You will need to connect via ftp to view it.&#60;/p&#62;
&#60;p&#62;Add any new or custom css to either the Quick CSS file in your Styling sections or to the custom.css file in the css folder. Never add any css to the themes css grid,layout or main style.css files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MagentaManiacs on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-94954</link>
			<pubDate>Mon, 04 Feb 2013 09:23:33 +0000</pubDate>
			<dc:creator>MagentaManiacs</dc:creator>
			<guid isPermaLink="false">94954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, thanks for the fast reply!&#60;/p&#62;
&#60;p&#62;1) Correct me if I'm wrong, but I can't find a woocommerce config.php file?&#60;/p&#62;
&#60;p&#62;2) Addes this to the grid.css file without any results. Am I doing something wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-94608</link>
			<pubDate>Sat, 02 Feb 2013 01:54:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) Open woocommerce-config &#38;gt; config.php then find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;a class=&#38;#39;cart_dropdown_link&#38;#39; href=&#38;#39;&#38;quot;.$link.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Cart&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot; - &#38;lt;/a&#38;gt;&#38;lt;span class=&#38;#39;cart_subtotal&#38;#39;&#38;gt;&#38;quot;.$cart_subtotal.&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Translate this line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;(&#38;#39;Cart&#38;#39;, &#38;#39;avia_framework&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2.) To show the submenu, just add this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {

	 	/*footer and bellow*/
	 	.responsive .sub_menu{display:block;}

	 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You might need to reposition it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MagentaManiacs on "Translations and responsive menu&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/translations-and-responsive-menus#post-94510</link>
			<pubDate>Fri, 01 Feb 2013 13:21:41 +0000</pubDate>
			<dc:creator>MagentaManiacs</dc:creator>
			<guid isPermaLink="false">94510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm having two little problems:&#60;/p&#62;
&#60;p&#62;1) Everything in the Replete theme is translated quite nicely to Dutch. I just can't seem to find out how to translate the word 'Cart' that's automatically inserted in the menu.&#60;/p&#62;
&#60;p&#62;2) Is there a way to keep the top menu visible in 'responsive mode'? Now I can only see the main menu.&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
