<?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: Need to hide the footer from certain pages in Choices.</title>
		<link>http://www.kriesi.at/support/topic/need-to-hide-the-footer-from-certain-pages-in-choices</link>
		<description>Support Forum - Topic: Need to hide the footer from certain pages in Choices.</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:28:09 +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/need-to-hide-the-footer-from-certain-pages-in-choices" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Need to hide the footer from certain pages in Choices."</title>
			<link>http://www.kriesi.at/support/topic/need-to-hide-the-footer-from-certain-pages-in-choices#post-73082</link>
			<pubDate>Mon, 27 Aug 2012 18:11:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">73082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad they could help get that solved for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>canondude64 on "Need to hide the footer from certain pages in Choices."</title>
			<link>http://www.kriesi.at/support/topic/need-to-hide-the-footer-from-certain-pages-in-choices#post-73054</link>
			<pubDate>Mon, 27 Aug 2012 16:20:55 +0000</pubDate>
			<dc:creator>canondude64</dc:creator>
			<guid isPermaLink="false">73054@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael and Dude!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need to hide the footer from certain pages in Choices."</title>
			<link>http://www.kriesi.at/support/topic/need-to-hide-the-footer-from-certain-pages-in-choices#post-72993</link>
			<pubDate>Mon, 27 Aug 2012 05:49:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In footer.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### FOOTER CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap &#38;lt;?php echo $extraClass; ?&#38;gt;&#38;#39; id=&#38;#39;footer&#38;#39;&#38;gt;
				&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;

					&#38;lt;?php
					//create the footer columns by iterating
					$columns = avia_get_option(&#38;#39;footer_columns&#38;#39;);

					$firstCol = &#38;#39;first&#38;#39;;
			        switch($columns)
			        {
			        	case 1: $class = &#38;#39;&#38;#39;; break;
			        	case 2: $class = &#38;#39;one_half&#38;#39;; break;
			        	case 3: $class = &#38;#39;one_third&#38;#39;; break;
			        	case 4: $class = &#38;#39;one_fourth&#38;#39;; break;
			        	case 5: $class = &#38;#39;one_fifth&#38;#39;; break;
			        }

					//display the footer widget that was defined at appearenace-&#38;gt;widgets in the wordpress backend
					//if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php
					for ($i = 1; $i &#38;lt;= $columns; $i++)
					{
						echo &#38;quot;&#38;lt;div class=&#38;#39;$class $firstCol&#38;#39;&#38;gt;&#38;quot;;
						if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column&#38;#39;.$i) ) : else : avia_dummy_widget($i); endif;
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
						$firstCol = &#38;quot;&#38;quot;;
					}

					?&#38;gt;

				&#38;lt;/div&#38;gt;

			&#38;lt;/div&#38;gt;
		&#38;lt;!-- ####### END FOOTER CONTAINER ####### --&#38;gt;

		&#38;lt;!-- ####### SOCKET CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap &#38;lt;?php echo $extraClass; ?&#38;gt;&#38;#39; id=&#38;#39;socket&#38;#39;&#38;gt;
				&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; - &#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;Wordpress Theme by Kriesi.at&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;

					&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
							&#38;lt;?php
							do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;footer&#38;#39;);
							//contact icon
							$contact_page_id = avia_get_option(&#38;#39;email_page&#38;#39;);
			                if (function_exists(&#38;#39;icl_object_id&#38;#39;)) $contact_page_id = icl_object_id($contact_page_id, &#38;#39;page&#38;#39;, true);  //wpml prepared
							if($contact_page_id) echo &#38;quot;&#38;lt;li class=&#38;#39;mail&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink($contact_page_id).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Send us Mail&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

							if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
							if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
							if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

							 ?&#38;gt;

							&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Subscribe to our RSS Feed&#38;#39;, &#38;#39;avia_framework&#38;#39;)?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;

						&#38;lt;/ul&#38;gt;
						&#38;lt;!-- end social_bookmarks--&#38;gt;

				&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;
			&#38;lt;!-- ####### END SOCKET CONTAINER ####### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if( !is_page(array(42,54,6)) ) { ?&#38;gt;
			&#38;lt;!-- ####### FOOTER CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap &#38;lt;?php echo $extraClass; ?&#38;gt;&#38;#39; id=&#38;#39;footer&#38;#39;&#38;gt;
				&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;

					&#38;lt;?php
					//create the footer columns by iterating
					$columns = avia_get_option(&#38;#39;footer_columns&#38;#39;);

					$firstCol = &#38;#39;first&#38;#39;;
			        switch($columns)
			        {
			        	case 1: $class = &#38;#39;&#38;#39;; break;
			        	case 2: $class = &#38;#39;one_half&#38;#39;; break;
			        	case 3: $class = &#38;#39;one_third&#38;#39;; break;
			        	case 4: $class = &#38;#39;one_fourth&#38;#39;; break;
			        	case 5: $class = &#38;#39;one_fifth&#38;#39;; break;
			        }

					//display the footer widget that was defined at appearenace-&#38;gt;widgets in the wordpress backend
					//if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php
					for ($i = 1; $i &#38;lt;= $columns; $i++)
					{
						echo &#38;quot;&#38;lt;div class=&#38;#39;$class $firstCol&#38;#39;&#38;gt;&#38;quot;;
						if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column&#38;#39;.$i) ) : else : avia_dummy_widget($i); endif;
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
						$firstCol = &#38;quot;&#38;quot;;
					}

					?&#38;gt;

				&#38;lt;/div&#38;gt;

			&#38;lt;/div&#38;gt;
		&#38;lt;!-- ####### END FOOTER CONTAINER ####### --&#38;gt;

		&#38;lt;!-- ####### SOCKET CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap &#38;lt;?php echo $extraClass; ?&#38;gt;&#38;#39; id=&#38;#39;socket&#38;#39;&#38;gt;
				&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt; - &#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;Wordpress Theme by Kriesi.at&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;

					&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
							&#38;lt;?php
							do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;footer&#38;#39;);
							//contact icon
							$contact_page_id = avia_get_option(&#38;#39;email_page&#38;#39;);
			                if (function_exists(&#38;#39;icl_object_id&#38;#39;)) $contact_page_id = icl_object_id($contact_page_id, &#38;#39;page&#38;#39;, true);  //wpml prepared
							if($contact_page_id) echo &#38;quot;&#38;lt;li class=&#38;#39;mail&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink($contact_page_id).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Send us Mail&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

							if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
							if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
							if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

							 ?&#38;gt;

							&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Subscribe to our RSS Feed&#38;#39;, &#38;#39;avia_framework&#38;#39;)?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;

						&#38;lt;/ul&#38;gt;
						&#38;lt;!-- end social_bookmarks--&#38;gt;

				&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;
			&#38;lt;!-- ####### END SOCKET CONTAINER ####### --&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of 42,54,6  enter the ids of the pages you want to exclude (remove the footer from).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Need to hide the footer from certain pages in Choices."</title>
			<link>http://www.kriesi.at/support/topic/need-to-hide-the-footer-from-certain-pages-in-choices#post-72985</link>
			<pubDate>Mon, 27 Aug 2012 05:33:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open page.php, and find the code &#38;lt;?php get_footer(); ?&#38;gt;. You can use simple wordpress conditionals that you can find here. &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/is_page&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/is_page&#60;/a&#62;. Example is.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( is_home() ) {
              get_footer();
            }
 ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>canondude64 on "Need to hide the footer from certain pages in Choices."</title>
			<link>http://www.kriesi.at/support/topic/need-to-hide-the-footer-from-certain-pages-in-choices#post-72977</link>
			<pubDate>Mon, 27 Aug 2012 04:07:23 +0000</pubDate>
			<dc:creator>canondude64</dc:creator>
			<guid isPermaLink="false">72977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, would like to hide the footer from certain pages (home page, portfolio, etc.)  I'm not a PHP guy (long time ASP.NET, cough), so any tips are appreciated.  Think I need to add a check on the footer.php file for the page IDs and the hide the footer with dynamic CSS or just an &#34;if&#34; block?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
