<?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: How to hide footer widgets on mobile phones?</title>
		<link>http://www.kriesi.at/support/topic/how-to-hide-footer-widgets-on-mobile-phones</link>
		<description>Support Forum - Topic: How to hide footer widgets on mobile phones?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:33:33 +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/how-to-hide-footer-widgets-on-mobile-phones" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to hide footer widgets on mobile phones?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-footer-widgets-on-mobile-phones#post-43991</link>
			<pubDate>Wed, 29 Feb 2012 07:51:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Angular adds a class to the body, which indicates the browser. Eg. for Iphones you can use following code to hide the footer area:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.safari #footer{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've not found a class which indicates mobile browsers but you can try to identify mobile browsers with following code.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (jQuery(window).width() &#38;lt;  768){
  jQuery(&#38;#39;body&#38;#39;).addClass(&#38;quot;mobile&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'd add the code to js/avia.js after following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards you should be able to use eg:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.mobile #footer{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to hide the footer for all devices with small screen resolutions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>woodwinked on "How to hide footer widgets on mobile phones?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-footer-widgets-on-mobile-phones#post-43932</link>
			<pubDate>Tue, 28 Feb 2012 21:44:05 +0000</pubDate>
			<dc:creator>woodwinked</dc:creator>
			<guid isPermaLink="false">43932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I hide certain sections when the site is viewed on a mobile phone?&#60;/p&#62;
&#60;p&#62;Is there a tag I can wrap sections to do this hiding? &#60;/p&#62;
&#60;p&#62;Specifically:&#60;br /&#62;
- I want to hide footer widgets&#60;br /&#62;
- And certain sidebar widgets
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
