<?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: Removing bottom page links</title>
		<link>http://www.kriesi.at/support/topic/removing-bottom-page-links</link>
		<description>Support Forum - Topic: Removing bottom page links</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 17:38:26 +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/removing-bottom-page-links" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-81118</link>
			<pubDate>Fri, 26 Oct 2012 03:44:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81118@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Is this fixed?&#60;/p&#62;
&#60;p&#62;@chriscreative: Thanks for helping out. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chriscreative on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-81112</link>
			<pubDate>Fri, 26 Oct 2012 02:24:30 +0000</pubDate>
			<dc:creator>chriscreative</dc:creator>
			<guid isPermaLink="false">81112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I wanted an empty footer as well without any widgets, so I just put one empty text widget in each of the four footer widget areas. It made the default stuff that was showing up disappear without having to edit your php files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-73749</link>
			<pubDate>Fri, 31 Aug 2012 05:51:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No that's not possible - however you can delete the code in footer.php. Open up the file and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### FOOTER CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap&#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;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>igu4n4 on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-73731</link>
			<pubDate>Fri, 31 Aug 2012 00:21:32 +0000</pubDate>
			<dc:creator>igu4n4</dc:creator>
			<guid isPermaLink="false">73731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help, I didn't realize you there was default text in there, that you had to put something in to overwrite what was in the columns.  Thats why I was looking as to where the source of that default text was.&#60;/p&#62;
&#60;p&#62;Is there a way to have 0 columns in that area so as to not have anything present in the footer and have it collapse essentially?&#60;/p&#62;
&#60;p&#62;Your help is appreciated.&#60;/p&#62;
&#60;p&#62;Steve.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-73714</link>
			<pubDate>Thu, 30 Aug 2012 21:15:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">73714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In the backend if you click on Appearance &#38;gt; Widgets, on the right side you will see the available widget areas, including Footer Column 1 through 4. These are the  four widget areas on the bottom of each page and the one you mentioned is Column 1. If you click on the little arrow on the right  side of the Footer Column 1 Widget area, it will open up to reveal that its empty.&#60;/p&#62;
&#60;p&#62;On the left side are all the various widgets that you can drag and drop into the particular widget area. So lets say you grab Text Area widget and drag and drop it into Footer Column 1. It will open up and Show a title, and body. So you write something, save and refresh the page of the site and you will see that the left most column in the footers now contains your text. &#60;/p&#62;
&#60;p&#62;The total number of widget areas in the footer  can be between one wide column or all the way up to 5 columns. Go to Corona &#38;gt; Theme Options &#38;gt; Footer, where you can select the number you want.&#60;/p&#62;
&#60;p&#62;I suggest you start watching you tube follow along tutorials as well as experiment with different theme options and WordPress components.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>igu4n4 on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-73477</link>
			<pubDate>Wed, 29 Aug 2012 13:59:59 +0000</pubDate>
			<dc:creator>igu4n4</dc:creator>
			<guid isPermaLink="false">73477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have looked at some of the posted sites people have used, and see that some have removed all the content from this area.  That is what Im looking for.  I see that you can restrict the columns (I currently have restricted it to 1), and am left with the default text that says...&#60;/p&#62;
&#60;p&#62;&#34;INTERESTING LINKS&#60;br /&#62;
Besides are some interesting links for you! Enjoy your stay :)&#34;&#60;/p&#62;
&#60;p&#62;Even this Im not sure where I can edit this information. (feeling a little dumb).&#60;/p&#62;
&#60;p&#62;Any help..&#60;/p&#62;
&#60;p&#62;Steve.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>igu4n4 on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-73286</link>
			<pubDate>Tue, 28 Aug 2012 17:25:36 +0000</pubDate>
			<dc:creator>igu4n4</dc:creator>
			<guid isPermaLink="false">73286@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,...&#60;/p&#62;
&#60;p&#62;I looked through the posts and couldnt find the answer to this.. Im relatively new at this, so the answer might well be obvious, but if you could...&#60;/p&#62;
&#60;p&#62;I would like to remove the section at the bottom of the page (or modify it down to one or two links and categories).  I am refering to the dark area at the bottom that says &#34;Interesting links, pages, categories, archives).  I'm not sure if these are widgets I can remove, I couldnt find a theme builder option to remove them.&#60;/p&#62;
&#60;p&#62;Thanks for you help (on the first of many questions).&#60;/p&#62;
&#60;p&#62;Steve.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
