<?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: Bottom column confusion</title>
		<link>http://www.kriesi.at/support/topic/bottom-column-confusion</link>
		<description>Support Forum - Topic: Bottom column confusion</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 12:28:28 +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/bottom-column-confusion" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-10223</link>
			<pubDate>Tue, 14 Dec 2010 11:18:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10223@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
do you have a link for us? So I know exactly what you're referring to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eaglehood on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-10088</link>
			<pubDate>Fri, 10 Dec 2010 19:01:38 +0000</pubDate>
			<dc:creator>eaglehood</dc:creator>
			<guid isPermaLink="false">10088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;GREAT! I had the same issue and James Morrison provided me with the solution. Only a small design-technical issue remains: Now there are 2 fine horizontal lines at the bottom. i reckon they are placeholders for the footer widgets? How can i make them invisible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IanCC on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-9244</link>
			<pubDate>Mon, 22 Nov 2010 01:12:38 +0000</pubDate>
			<dc:creator>IanCC</dc:creator>
			<guid isPermaLink="false">9244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the digwp.com link.  It looks like a god resource.  So is it an all or nothing learning process?  As, in do I need to learn, xhtml, css AND php?  Thanks for your suggestions.&#60;/p&#62;
&#60;p&#62;Back to the topic of this thread. I deleted the code in the footer and widget php files as you sugested, though I think I've found a bug in either the Habitat theme or WP in general.  &#60;/p&#62;
&#60;p&#62;When I add ANY widgets to the footer sections (and then remove them), their content stays on the respective web page instead of disappearing like it should.  It doesn't matter if it's the dummy text included in the theme or any widget I add myself.  The only way around it is to do what I did above, which is drag everything out of the footer areas and then drag blank text widgets in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-8922</link>
			<pubDate>Mon, 15 Nov 2010 07:19:15 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">8922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HTML/CSS are two very important parts of WP theming, but you also should have a fairly good understanding of PHP which is the server-side language that powers the backend. Here a good source for WP design information. They have an excellent book, albeit a little pricey.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://digwp.com/&#34; rel=&#34;nofollow&#34;&#62;http://digwp.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IanCC on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-8815</link>
			<pubDate>Fri, 12 Nov 2010 14:45:04 +0000</pubDate>
			<dc:creator>IanCC</dc:creator>
			<guid isPermaLink="false">8815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks James. I'm going to try that to see what happens. On a side note, I'm really curious about digging into this theme and tweaking it but I dont know HTML or CSS. What kind of time investment would it be to learn either or both of these skills in order to have more control over WordPress customization? Should I learn both? Any resources you would suggest?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-8740</link>
			<pubDate>Thu, 11 Nov 2010 15:01:27 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">8740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'm glad you got this figured out with a workaround - the other way to do it is to open up widgets.php, find and remove this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function dummy_widget($number)
	{
		switch($number)
		{
			case 1:
				echo &#38;quot;&#38;lt;div class=&#38;#39;widget widget_archive&#38;#39;&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;h3 class=&#38;#39;widgettitle&#38;#39;&#38;gt;Archive&#38;lt;/h3&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;ul&#38;gt;&#38;quot;;
				wp_get_archives(&#38;#39;type=monthly&#38;#39;);
				echo &#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
			break;

			case 2:
				echo &#38;quot;&#38;lt;div class=&#38;#39;widget widget_archive&#38;#39;&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;h3 class=&#38;#39;widgettitle&#38;#39;&#38;gt;Categories&#38;lt;/h3&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;ul&#38;gt;&#38;quot;;
				wp_list_cats(&#38;#39;sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;#39;);
				echo &#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
			break;

			case 3:
				echo &#38;quot;&#38;lt;div class=&#38;#39;widget widget_pages&#38;#39;&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;h3 class=&#38;#39;widgettitle&#38;#39;&#38;gt;Pages&#38;lt;/h3&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;ul&#38;gt;&#38;quot;;
				wp_list_pages(&#38;#39;title_li=&#38;amp;depth=-1&#38;#39; );
				echo &#38;quot;&#38;lt;/ul&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
			break;

			case 5:
				echo &#38;quot;&#38;lt;h3 class=&#38;#39;widgettitle&#38;#39;&#38;gt;Latest News&#38;lt;/h3&#38;gt;&#38;quot;;
				$sbNews = new Kriesi_sidebar_news_Widget();
				$sbNews-&#38;gt;widget(array(),&#38;#39;&#38;#39;);
			break;

			case 4:
				echo &#38;#39;&#38;lt;div class=&#38;quot;widget community_news&#38;quot;&#38;gt;&#38;lt;h3 class=&#38;quot;widgettitle&#38;quot;&#38;gt;Features&#38;lt;/h3&#38;gt;
						&#38;lt;div class=&#38;quot;entry box_entry&#38;quot;&#38;gt;
						&#38;lt;p&#38;gt;&#38;lt;strong&#38;gt;Absolutley Striking Designs&#38;lt;/strong&#38;gt;&#38;lt;br/&#38;gt;Lorem ipsum dolor sit amet, usmod tempor incididunt ut labore et dolore magna aliqua.&#38;lt;/p&#38;gt;
						&#38;lt;/div&#38;gt;

						&#38;lt;div class=&#38;quot;entry box_entry&#38;quot;&#38;gt;
						&#38;lt;p&#38;gt;&#38;lt;strong&#38;gt;Multiple color options&#38;lt;/strong&#38;gt;&#38;lt;br/&#38;gt;Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&#38;lt;/p&#38;gt;
						&#38;lt;/div&#38;gt;

						&#38;lt;div class=&#38;quot;entry box_entry&#38;quot;&#38;gt;
						&#38;lt;p&#38;gt;&#38;lt;strong&#38;gt;Unique Features&#38;lt;/strong&#38;gt;&#38;lt;br/&#38;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&#38;lt;/p&#38;gt;
						&#38;lt;/div&#38;gt;

					&#38;lt;!--end box--&#38;gt;
					&#38;lt;/div&#38;gt;&#38;#39;;
			break;
		}
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Next, open up footer.php and change this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;else : dummy_widget($columns); endif; // dummy widgets defined at the bottom of widgets.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;endif;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IanCC on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-8604</link>
			<pubDate>Tue, 09 Nov 2010 15:34:59 +0000</pubDate>
			<dc:creator>IanCC</dc:creator>
			<guid isPermaLink="false">8604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I figured it out.  Leaving the Footer Column 1, 2, 3, 4 areas empty in the Widget area of Admin will still show the dummy columns even if you uncheck the Dummy Widgets box in Habitat Options.&#60;/p&#62;
&#60;p&#62;I was able to get them to disappear by dragging four &#34;Text&#34; text Widgets into the Footer1, 2, 3, 4 areas and leaving the text area blank (and then clicking &#34;save&#34;).  &#60;/p&#62;
&#60;p&#62;This seems to be a work around yet I'm curious if it is the only solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IanCC on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-8597</link>
			<pubDate>Tue, 09 Nov 2010 10:05:33 +0000</pubDate>
			<dc:creator>IanCC</dc:creator>
			<guid isPermaLink="false">8597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your reply. I already tried that and it didn't seem to work. Any other suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-8573</link>
			<pubDate>Tue, 09 Nov 2010 07:06:11 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">8573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can disable this by going to &#60;strong&#62;Habitat Options&#60;/strong&#62; in the &#60;strong&#62;Admin Panel&#60;/strong&#62; and selecting &#60;strong&#62;Sidebar &#38;amp; Footer&#60;/strong&#62;. Find the option called &#60;strong&#62;Display 'dummy' sidebars widgets&#60;/strong&#62; and change it from &#60;em&#62;yes&#60;/em&#62; to &#60;em&#62;no&#60;/em&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IanCC on "Bottom column confusion"</title>
			<link>http://www.kriesi.at/support/topic/bottom-column-confusion#post-8528</link>
			<pubDate>Mon, 08 Nov 2010 11:34:06 +0000</pubDate>
			<dc:creator>IanCC</dc:creator>
			<guid isPermaLink="false">8528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there.&#60;/p&#62;
&#60;p&#62;I have spent some time with the Habitat theme and have a pretty good feel for it so.  I really like it, yet I'm having trouble with one area.&#60;/p&#62;
&#60;p&#62;How do I remove/modify the &#34;columns&#34; information at the bottom of the pages that say. &#34;Archive, Categories, Pages and Features&#34;.  &#60;/p&#62;
&#60;p&#62;At the very least, remove the &#34;Features&#34; column (that says &#34;Absolutely Striking Design, Multiple Colour Options etc&#34; since it seems to be a hangover from the Habitat Theme advertising on the test page in Themeforest.net's website.&#60;/p&#62;
&#60;p&#62;Thanks very much.&#60;/p&#62;
&#60;p&#62;Ian
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
