<?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 - Tag: mobile - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/mobile</link>
		<description>Support Forum - Tag: mobile - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 07:20:25 +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/tags/mobile" rel="self" type="application/rss+xml" />

		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-112018</link>
			<pubDate>Fri, 17 May 2013 18:12:36 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">112018@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;Thank you VERY MUCH for your time on this! (I trust you more than I do my guys).&#60;/p&#62;
&#60;p&#62;Login info sent to your e-mail.&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111985</link>
			<pubDate>Fri, 17 May 2013 17:12:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry bout that. Most frustrating thing is not being able to replicate it.&#60;/p&#62;
&#60;p&#62;Could you set me up a temp admin account, I got one idea I want to try out. No worries, I am careful.&#60;br /&#62;
usjahm (at) gmail (dot) com&#60;/p&#62;
&#60;p&#62;There is no documentation for the framework outside the documentation found within the templates themselves where the functions and variables are documented.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111855</link>
			<pubDate>Fri, 17 May 2013 04:20:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;My bad. Good thing Nick pointed it out. This is the correct code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
#top .logo a, #top .logo img {
display: block;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Since you mentioned landscape, maybe this'll help.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen
and (min-device-width : 320px)
and (max-device-width : 900px)
and (orientation : landscape) {
#top .logo a, #top .logo img { display: block; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111706</link>
			<pubDate>Thu, 16 May 2013 17:50:12 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">111706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;Put your new rewritten code in there, and the mobile menu disappeared.&#60;/p&#62;
&#60;p&#62;I'm sure everyone is 'frustrated' with this, so I guess we'll just have to 'deal with' the logo being centered in landscape view.&#60;/p&#62;
&#60;p&#62;I REALLY APPRECIATE all of your efforts in this. [ Because of your excellent support, we will DEFINITELY be using your themes for our clients in the future! ].&#60;/p&#62;
&#60;p&#62;Q: Do you have a more detailed 'document' about the Avia framework we can buy (other than the 'basic' doc we received with the theme)?&#60;/p&#62;
&#60;p&#62;Mark Besh&#60;br /&#62;
Visual Impact Systems&#60;/p&#62;
&#60;p&#62;ISSUE CLOSED.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111689</link>
			<pubDate>Thu, 16 May 2013 16:10:05 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This CSS that you pasted above is not valid. So its not being read as you think it is.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px)
#top .logo a, #top .logo img {
display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;this is the same css written correctly&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px){
#top .logo a, #top .logo img {
display: block;
}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also I didn't write this CSS, this is what I found in your custom.css file and all I did is made it valid.... Since invalid css makes your site work better somehow, there is no need to fix anything.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111684</link>
			<pubDate>Thu, 16 May 2013 15:48:51 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">111684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;To remind you---when we put your suggested custom.css in there, we lost the mobile menu.  Then we added the following, and the drop-down menu started 'flashing' again:&#60;/p&#62;
&#60;p&#62;#top .mobileMenu {&#60;br /&#62;
display:none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Then, when we replaced your &#34;media&#34; css with Ishmael's above, we lost the mobile menu again (but the logo was left justified).&#60;/p&#62;
&#60;p&#62;@media only screen and (max-width:767px) {&#60;br /&#62;
	#top .logo {&#60;br /&#62;
		float:left;&#60;br /&#62;
	}&#60;br /&#62;
	#top .main_menu ul {&#60;br /&#62;
		display: block !important;&#60;br /&#62;
	}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Replaced with:&#60;/p&#62;
&#60;p&#62;@media only screen and (max-width: 767px)&#60;br /&#62;
#top .logo a, #top .logo img {&#60;br /&#62;
display: block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Hmmmm.&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111621</link>
			<pubDate>Thu, 16 May 2013 10:06:27 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I already pointed them out earlier &#60;a href=&#34;http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110304&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110304&#60;/a&#62; and fixed the errors with the css I posted above.&#60;/p&#62;
&#60;p&#62;Could it be 'where' we put the &#34;#top .mobileMenu...&#34; code in the custom.css? .. You can put one copy of that block at the start and end of various css files, it won't hurt anything, and since I am out of ideas, why not.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111529</link>
			<pubDate>Thu, 16 May 2013 01:06:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think Nick is right. Please try to setup a test site then try to fix the logo alignment there, see if it change. I'm really not sure but display: block really works on my end. This is what I see on my end when I use this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px)
#top .logo a, #top .logo img {
display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;img src=&#34;http://www.mediafire.com/convkey/1559/7ob78o1gj9gh0t4fg.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111425</link>
			<pubDate>Wed, 15 May 2013 16:36:28 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">111425@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;We disabled Jetpack, and nothing change.&#60;/p&#62;
&#60;p&#62;So, thank you VERY MUCH for all of your efforts in trying to fix this, but we have decided to just go back to what we had, and 'deal with' the logo centering in landscape mode.&#60;/p&#62;
&#60;p&#62;Even though it seems that everything is working fine, you did mention, before we started all this, that our custom.css is not properly written, and there are things that are not even being &#34;loaded.&#34;&#60;/p&#62;
&#60;p&#62;Could you point those things out for us?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111167</link>
			<pubDate>Tue, 14 May 2013 17:52:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Since I don't see any of what you are describing, I am not sure. Please disable jetpack. On this forum you can find more bizzare issues solved just by turning that plugin off than anything else.&#60;/p&#62;
&#60;p&#62;I am not sure what I can tell you except setup a dev site and check step by step until the step that is causing this is located. You may also have had a mishap during an update or ghost data in there if you left the data import that comes with the theme in there.. id's crossed in the  options table (i am guessing) , because  If you restart fresh, in a matter of an hour you should hit the exact cause of the issue, just please wait till everything is working till you turn on Jetpack or any extra plugins.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-111126</link>
			<pubDate>Tue, 14 May 2013 14:19:59 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">111126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;Sorry to say, we tried both css items, and no change. Then added the avia.js code you suggested.  Drop-down menu still flashing in Chrome and Safari.&#60;/p&#62;
&#60;p&#62;Could it be 'where' we put the &#34;#top .mobileMenu...&#34; code in the custom.css?&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110920</link>
			<pubDate>Mon, 13 May 2013 19:17:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have no way to test this but please try adding these 2 blocks and see if anything happens different, just please do it one block at a time to figure out which of the two does something, or that neither do anything.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .infotext_wrap {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .mobileMenu {
display:none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this doesn't work, do this. go bak to /js/avia.js to line 101 and paste this code (you took it out , but I changed it to trigger the mobile menu only at screen size of 1 pixel, in case there is something else here tied to that code somewhere.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// improves menu for mobile devices
	jQuery(&#38;#39;.main_menu ul:eq(0)&#38;#39;).mobileMenu({
	  switchWidth: 1,                   							//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;amp;nbsp;&#38;amp;nbsp;&#38;amp;nbsp;&#38;#39;  							//string for indenting nested items
	});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110865</link>
			<pubDate>Mon, 13 May 2013 15:28:30 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">110865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;Thank you for you effort on this.&#60;/p&#62;
&#60;p&#62;This solution made all computer and tablets browsers work just fine (left justified no matter how wide the window, and the menu dropped below the logo). The logo also is left justified on mobile (iOS6 with Chrome and Safari).&#60;/p&#62;
&#60;p&#62;But, the &#34;ABOUT US&#34; drop-down menu is now 'flashing' (showing for 1/4 second) when you go to any page (with both Chrome and Safari).&#60;/p&#62;
&#60;p&#62;We see that you remove the following:&#60;/p&#62;
&#60;p&#62;#top .mobileMenu {&#60;br /&#62;
	display:none !important;&#60;/p&#62;
&#60;p&#62;Could this be it?&#60;/p&#62;
&#60;p&#62;[ NOTE: We did not remove your suggested css, so you could see the problem on your smartphones ].&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110537</link>
			<pubDate>Sat, 11 May 2013 16:20:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this css instead of the css in your custom.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#js_sort_items {
	font-size:14px;
}
#top .template-dynamic .callout {
	padding:4px 0 0px;
}
#top .template-dynamic .callout p {
	padding-bottom:0;
}
#top h1.ajax-portfolio-title {
	font-size:2.3em;
}
#top .ajax-portfolio-response {
	z-index:2;
}
#top .primary-background,#top .info_text_header,#top .infotext {
	background-color:#c20024 !important;
}
#top .ajax-portfolio-response-wrapper {
	top:40px;
}
#top .portfolio-title {
	font-family:&#38;quot;Trebuchet MS&#38;quot;,Helvetica,Arial,sans-serif;
	font-size:14px;
}
#top .logo,#top .logo a {
	margin-top:-10px;
	float:left;
}
#top .phonenumber {
	color:#c20024;
	font-size:18px;
	text-align:right;
}
#top .phonenumber,#top .phonenumber a {
	margin-top: -10px;
}
@media only screen and (max-width:767px) {
	#top .logo {
		float:left;
	}
	#top .main_menu ul {
		display: block !important;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You will see the menu. And logo will be on left.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110366</link>
			<pubDate>Fri, 10 May 2013 14:24:54 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">110366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;So, I like to get back to your solution----that fixed the logo to left justified.&#60;/p&#62;
&#60;p&#62;What/where do I add to your suggested css to get the menu to show up?&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110304</link>
			<pubDate>Fri, 10 May 2013 09:56:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just noticed this block of code which just may have something to do with the disappearing menu.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .mobileMenu {
	display:none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your current custom.css file has invalid css which is not being read. You might as well just write abracadabra in there since it will be interpreted the same way. you need a { ... So everything below and including this block in your custom.css file is not read correctly.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px)
#top .logo a, #top .logo img {
display: block;
margin-left: -100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-110107</link>
			<pubDate>Thu, 09 May 2013 16:32:22 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">110107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;Thanks for taking all that time to rewrite our custom.css file.&#60;/p&#62;
&#60;p&#62;It did work right away! (all phones, tablets, PC, and Mac browsers showed it left justified!).  But, we 'lost' our menu below the logo (on phones and when browser windows are not very wide).&#60;/p&#62;
&#60;p&#62;So, we put the following code in just after &#34;#top .portfolio-title...&#34;:&#60;br /&#62;
.js_active .main_menu ul{display: block !important;}&#60;br /&#62;
(where is was in our original custom.css file, and it started that 'flashing' again (showing the &#34;ABOUT US&#34; drop-down menu for 1/4 second).&#60;/p&#62;
&#60;p&#62;We spend an hour or so moving that code around (different load locations), and nothing worked.&#60;/p&#62;
&#60;p&#62;So, since this is a &#34;live&#34; site, we had to 'regress' back to our original custom.css file (to get rid of that 'flashing').&#60;/p&#62;
&#60;p&#62;Any ideas how you could add in some kind of code into the custom.css you suggested, and get our menu to display below the logo?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to disable mobile navigation?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-mobile-navigation#post-109981</link>
			<pubDate>Thu, 09 May 2013 05:48:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad you found a solution :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skkirilov on "How to disable mobile navigation?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-mobile-navigation#post-109797</link>
			<pubDate>Wed, 08 May 2013 15:01:44 +0000</pubDate>
			<dc:creator>skkirilov</dc:creator>
			<guid isPermaLink="false">109797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found it!&#60;/p&#62;
&#60;p&#62;In avia.js delete 1108-1144 lines.&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-109735</link>
			<pubDate>Wed, 08 May 2013 12:35:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">109735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Make a backup of your current custom.css file and instead try using the css below (replace current code you are using with the code below but have a backup). In your custom.css file, a lot of the css doesn't have enough specificity to override the original css. I didn't change much of the code as much as added #top to everything, to make it become more specific thus overriding the earlier css.&#60;/p&#62;
&#60;p&#62;In your code i commented out margin-left: -100px because before it was not working, and now that it works, it pushes the logo to the left off the screen. You can switch it back on. But first see how this looks. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.clipular.com/c?5648256=4-3XOnM4633-G17DS5mCmdNz9pk&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?5648256=4-3XOnM4633-G17DS5mCmdNz9pk&#38;amp;f=.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, where is your menu?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skkirilov on "How to disable mobile navigation?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-mobile-navigation#post-109723</link>
			<pubDate>Wed, 08 May 2013 11:52:57 +0000</pubDate>
			<dc:creator>skkirilov</dc:creator>
			<guid isPermaLink="false">109723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;When I’m using the responsive theme and when I squeeze the screen, the main menu(ul id=”menu-main-menu”) getting a style of “display:none” and instead of it, appears another menu(select id=”mobileMenu_menu-main-menu”). How to disable this feature? I want the first menu to be visible all the time, without replacing it on small screens. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-109641</link>
			<pubDate>Wed, 08 May 2013 07:27:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;CSS controls the layout of the logo so editing the php files won't do you any good. I don't have an iPhone to check this out, I'm only testing this by decreasing my browser width. Let me tag the rest of the support team.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-109501</link>
			<pubDate>Tue, 07 May 2013 14:36:30 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">109501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael,&#60;/p&#62;
&#60;p&#62;For whatever reason, the logo hasn't moved at all for us (still centered). [Even after turning off out wireless, and viewing it at a Starbucks down the street using their wireless).&#60;/p&#62;
&#60;p&#62;Our site does not have any &#34;caching&#34; plugin, but our hoster told us aware that they have &#34;aggressive caching.&#34; So they showed us how to 'purge' the cache. We did so yesterday. Nothing has changed since.&#60;/p&#62;
&#60;p&#62;Is there some way we can change the related &#34;php&#34; code for the logo? (to 'force' it to the left).&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Mobile Splash Page"</title>
			<link>http://www.kriesi.at/support/topic/mobile-splash-page#post-109382</link>
			<pubDate>Tue, 07 May 2013 00:28:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you fixed it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HammerbyGB on "Mobile Splash Page"</title>
			<link>http://www.kriesi.at/support/topic/mobile-splash-page#post-109360</link>
			<pubDate>Mon, 06 May 2013 21:54:28 +0000</pubDate>
			<dc:creator>HammerbyGB</dc:creator>
			<guid isPermaLink="false">109360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry to reply myself but I found the solution in a premium plugin, I post it here if anyone else needs this functionality (non afiliated)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codecanyon.net/item/wp-mobile-splash-page-editor&#34; rel=&#34;nofollow&#34;&#62;http://codecanyon.net/item/wp-mobile-splash-page-editor&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-109336</link>
			<pubDate>Mon, 06 May 2013 20:03:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Do you have a caching plugin enabled on your website?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px)
#top .logo a, #top .logo img {
display: block;
margin-left: -100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code above does work on our end. The margin-left: -100px is there just to show how much the logo moved when it is used.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HammerbyGB on "Mobile Splash Page"</title>
			<link>http://www.kriesi.at/support/topic/mobile-splash-page#post-109319</link>
			<pubDate>Mon, 06 May 2013 19:18:28 +0000</pubDate>
			<dc:creator>HammerbyGB</dc:creator>
			<guid isPermaLink="false">109319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Everyone. For our future site we need a kind of &#34;Mobile Splash Screen&#34; something like a modal splash screen that ease the access to direct functions/buttons that would be nice to have when you visit from mobile: tap to call, tap to email, dismiss and continue to the website etc.&#60;/p&#62;
&#60;p&#62;Anybody knows a plugin (free/paid) or code snippet that can provide this functionality and plays nice with Enfold?. There is no need for it to be a turn-key solution since we would like to code the actual splash page contents, is the mobile detection and modal framework what we need.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbesh on "ANGULAR - Logo &#34;Centers&#34; on Mobile Devices (Should Be Left Justified)"</title>
			<link>http://www.kriesi.at/support/topic/angular-logo-centers-on-mobile-devices-should-be-left-justified#post-109297</link>
			<pubDate>Mon, 06 May 2013 16:51:41 +0000</pubDate>
			<dc:creator>mbesh</dc:creator>
			<guid isPermaLink="false">109297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The logo is 'centering' with Chrome and Safari with iOS6 and on Android (as well as with IE10 on the PC) [though, all other browsers, on both PC's and Mac's, render it properly left justified]. Note: Cleared all data/histories many times.&#60;/p&#62;
&#60;p&#62;Here's what we are seeing:&#60;/p&#62;
&#60;p&#62;Android: &#60;br /&#62;
&#60;a href=&#34;http://www.4vis.com/Android.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.4vis.com/Android.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;iPhone-Chrome:&#60;br /&#62;
 http://www.4vis.com/iPhone-Chrome.jpg&#60;/p&#62;
&#60;p&#62;iPhone-Safari:&#60;br /&#62;
 http://www.4vis.com/iPhone-Safari.jpg&#60;/p&#62;
&#60;p&#62;We are focused on phones for this issue (since most computer browsers and tablets are wide enough not to have this issue), but I thought I would send you a pic of a PC with IE10 just to show you another way to see the issue easily:&#60;br /&#62;
 http://www.4vis.com/PC-IE10.jpg&#60;/p&#62;
&#60;p&#62;SIte Link:&#60;br /&#62;
&#60;a href=&#34;http://visualimpactsystems.com/&#34; rel=&#34;nofollow&#34;&#62;http://visualimpactsystems.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;CSS:&#60;br /&#62;
&#60;a href=&#34;http://visualimpactsystems.com/wp-content/themes/angular/css/custom.css&#34; rel=&#34;nofollow&#34;&#62;http://visualimpactsystems.com/wp-content/themes/angular/css/custom.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your time on this.&#60;/p&#62;
&#60;p&#62;Mark Besh&#60;br /&#62;
Visual Impact Systems&#60;/p&#62;
&#60;p&#62;FYI: We tried all the suggestions in this previous thread:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/add-telephone-number-above-menu-headings#post-107244&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/add-telephone-number-above-menu-headings#post-107244&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Rename mobile menu"</title>
			<link>http://www.kriesi.at/support/topic/rename-mobile-menu#post-109256</link>
			<pubDate>Mon, 06 May 2013 14:06:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; No, I'm not aware of another text string. You just need to change the topOptionText text. However try to clear the browser cache - maybe your browser uses the old, cached js file. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hagmund on "Rename mobile menu"</title>
			<link>http://www.kriesi.at/support/topic/rename-mobile-menu#post-109234</link>
			<pubDate>Mon, 06 May 2013 13:24:21 +0000</pubDate>
			<dc:creator>hagmund</dc:creator>
			<guid isPermaLink="false">109234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to rename the mobile menu to my own language from the default &#34;Select a page&#34;.&#60;/p&#62;
&#60;p&#62;I changed topOptionText: 'Navigera', in js/avia.js but the text on the menu does not change, and still says &#34;Select a page&#34; instead of &#34;Navigera&#34; as I want.&#60;/p&#62;
&#60;p&#62;Do I need to change it somewhere else? I use the &#34;Dropdown Menu&#34; in the header settings.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
