<?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: Remove footer box completely, without normal widgets appearing</title>
		<link>http://www.kriesi.at/support/topic/remove-footer-box-completely-without-normal-widgets-appearing</link>
		<description>Support Forum - Topic: Remove footer box completely, without normal widgets appearing</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 18:02:36 +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/remove-footer-box-completely-without-normal-widgets-appearing" rel="self" type="application/rss+xml" />

		<item>
			<title>daz_smith on "Remove footer box completely, without normal widgets appearing"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-box-completely-without-normal-widgets-appearing#post-31191</link>
			<pubDate>Fri, 04 Nov 2011 14:04:56 +0000</pubDate>
			<dc:creator>daz_smith</dc:creator>
			<guid isPermaLink="false">31191@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;this is what i would like to do with my site here:&#60;br /&#62;
&#60;a href=&#34;http://www.paperworks.ebcnet.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.paperworks.ebcnet.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;can you let me know how - please?&#60;/p&#62;
&#60;p&#62;daz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove footer box completely, without normal widgets appearing"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-box-completely-without-normal-widgets-appearing#post-15729</link>
			<pubDate>Sun, 27 Mar 2011 08:26:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - search for following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer_outside{
margin:0 auto;
padding:35px 40px 10px;
width:850px;
font-size:10px;
line-height:16px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer_outside{
margin:0 auto;
padding:0 40px;
width:850px;
font-size:10px;
line-height:16px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "Remove footer box completely, without normal widgets appearing"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-box-completely-without-normal-widgets-appearing#post-15658</link>
			<pubDate>Fri, 25 Mar 2011 09:44:08 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">15658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works perfectly, thanks very much!&#60;/p&#62;
&#60;p&#62;Quick side question, the footoer bit that I kept, the part with the copyright info, is there any way to bring it up a bit, so that it appears just below the actual content on any page? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove footer box completely, without normal widgets appearing"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-box-completely-without-normal-widgets-appearing#post-15633</link>
			<pubDate>Fri, 25 Mar 2011 06:27:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
delete following code in footer.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;wrapper footer ie6fix&#38;quot; id=&#38;#39;wrapper_footer_top&#38;#39;&#38;gt;
&#38;lt;div class=&#38;#39;overlay_top ie6fix&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;
	&#38;lt;div class=&#38;#39;center&#38;#39; id=&#38;quot;footer_inside&#38;quot;&#38;gt;

	&#38;lt;?php
			$columns = 1;
			foreach ($k_option[&#38;#39;custom&#38;#39;][&#38;#39;footer&#38;#39;] as $footer_widget) //iterates 3 times creating 3 footer widget areas
			{
				$last = &#38;quot;&#38;quot;;
				if($columns == 4){$last = &#38;quot;last&#38;quot;; }

				echo &#38;#39;&#38;lt;div class=&#38;quot;footerColumn &#38;#39;.$footer_widget.&#38;#39; &#38;#39;.$last.&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
				if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - &#38;#39;.$footer_widget) ) : 

				else : dummy_widget($columns); endif; // dummy widgets defined at the bottom of widgets.php

				echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
				$columns++;
			} 

			?&#38;gt;

	&#38;lt;!--end footer_inside--&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "Remove footer box completely, without normal widgets appearing"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-box-completely-without-normal-widgets-appearing#post-15599</link>
			<pubDate>Thu, 24 Mar 2011 15:49:41 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">15599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to remove the footer zone at the bottom. (keeping the very bottom, just the grey rectangle that has the four wiget areas) and I assumed just removing the widgets from those areas would remove it itself, but when I do that, I get the normal widgets (the ones that come pre-built with habitat,m saying lorem ipsum and such) so for now I have four blank arbirtary text zones taking up that space to make it look neater, but I kind of want that box gone completely, if it's possible.&#60;/p&#62;
&#60;p&#62;I went into the sidebar/footer habitat options page, but all that was there was to remove the template widgets from the sidebarm, which I pressed, but nothing to stop the footer ones.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
