<?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: Make footer widget areas bigger</title>
		<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger</link>
		<description>Support Forum - Topic: Make footer widget areas bigger</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 02:46:16 +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/make-footer-widget-areas-bigger" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Make footer widget areas bigger"</title>
			<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger#post-26533</link>
			<pubDate>Wed, 07 Sep 2011 21:12:14 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad I could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cheekykev on "Make footer widget areas bigger"</title>
			<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger#post-26491</link>
			<pubDate>Tue, 06 Sep 2011 20:36:06 +0000</pubDate>
			<dc:creator>cheekykev</dc:creator>
			<guid isPermaLink="false">26491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Gosh, I've been looking in Wordpress using appearance ~ editor and the footer.php displays as I mentioned above but when I look at the footer in CPanel is displays as you said.  I'm completely confused as to how footer.php can be different between these two interfaces but nevertheless I have it working now.  Thanks very much!&#60;/p&#62;
&#60;p&#62;K
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cheekykev on "Make footer widget areas bigger"</title>
			<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger#post-26398</link>
			<pubDate>Mon, 05 Sep 2011 06:47:57 +0000</pubDate>
			<dc:creator>cheekykev</dc:creator>
			<guid isPermaLink="false">26398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the entire contents of the footer.php in the display theme:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
$pageinfo = array('full_name' =&#38;gt; 'Footer Options', 'optionname'=&#38;gt;'footer', 'child'=&#38;gt;true, 'filename' =&#38;gt; basename(__FILE__));&#60;/p&#62;
&#60;p&#62;$options = array (&#60;/p&#62;
&#60;p&#62;	array(	&#34;type&#34; =&#38;gt; &#34;open&#34;),&#60;/p&#62;
&#60;p&#62;	array(	&#34;type&#34; =&#38;gt; &#34;group&#34;),	&#60;/p&#62;
&#60;p&#62;	array(	&#34;name&#34; =&#38;gt; &#34;Contact Button Line 1&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Enter the first line of text to display within your contact button.&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;button1&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;Contact Form&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 20,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;text&#34;),&#60;/p&#62;
&#60;p&#62;	array(	&#34;name&#34; =&#38;gt; &#34;Contact Button Line 2&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Enter the second line of text to display within your contact button.&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;button2&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;get in touch with us&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 20,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;text&#34;),&#60;/p&#62;
&#60;p&#62;	array(	&#34;name&#34; =&#38;gt; &#34;Button Link&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Select the Page the button should link to&#34;,&#60;br /&#62;
            &#34;id&#34; =&#38;gt; &#34;button_link&#34;,&#60;br /&#62;
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,&#60;br /&#62;
            &#34;subtype&#34; =&#38;gt; &#34;page&#34;),&#60;/p&#62;
&#60;p&#62;	array(	&#34;type&#34; =&#38;gt; &#34;group&#34;),&#60;/p&#62;
&#60;p&#62;	array(	&#34;name&#34; =&#38;gt; &#34;Copyright Text&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Enter your copyright text here&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;copyright&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;This site uses valid HTML and CSS. All content Copyright &#38;copy; 2010 DISPLAY, Inc&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 75,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;text&#34;),		&#60;/p&#62;
&#60;p&#62;	array(	&#34;type&#34; =&#38;gt; &#34;group&#34;),&#60;/p&#62;
&#60;p&#62;	array(	&#34;name&#34; =&#38;gt; &#34;Facebook Account&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Enter the name of your facebook account to create a small icon link within your footer&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;acc_fb&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 20,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;text&#34;),	&#60;/p&#62;
&#60;p&#62;	array(	&#34;name&#34; =&#38;gt; &#34;Flickr Account&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Enter the name of your flickr account to create a small icon link within your footer (looks something like this: 34166943@N05 )&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;acc_fl&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 20,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;text&#34;),	&#60;/p&#62;
&#60;p&#62;	array(	&#34;name&#34; =&#38;gt; &#34;Twitter Account&#34;,&#60;br /&#62;
			&#34;desc&#34; =&#38;gt; &#34;Enter the name of your twitter account to create a small icon link within your footer&#34;,&#60;br /&#62;
			&#34;id&#34; =&#38;gt; &#34;acc_tw&#34;,&#60;br /&#62;
			&#34;std&#34; =&#38;gt; &#34;&#34;,&#60;br /&#62;
			&#34;size&#34; =&#38;gt; 20,&#60;br /&#62;
			&#34;type&#34; =&#38;gt; &#34;text&#34;),	&#60;/p&#62;
&#60;p&#62;	array(	&#34;type&#34; =&#38;gt; &#34;group&#34;),		&#60;/p&#62;
&#60;p&#62;	array(	&#34;type&#34; =&#38;gt; &#34;close&#34;)&#60;/p&#62;
&#60;p&#62;);&#60;/p&#62;
&#60;p&#62;$options_page = new kriesi_option_pages($options, $pageinfo);
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Make footer widget areas bigger"</title>
			<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger#post-26375</link>
			<pubDate>Sun, 04 Sep 2011 16:26:12 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Your footer.php file should look something like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php global $k_option; ?&#38;gt;
	&#38;lt;/div&#38;gt;&#38;lt;!-- end #top --&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;!-- end #wrapper --&#38;gt;  

&#38;lt;div class=&#38;#39;wrapper&#38;#39; id=&#38;#39;footerwrap&#38;#39;&#38;gt;

	&#38;lt;div id=&#38;#39;footer&#38;#39;&#38;gt;
		&#38;lt;div class=&#38;#39;footer_widgets&#38;#39;&#38;gt;
		&#38;lt;?php
		###########################################################################################################
		# if footer widgets are applied to &#38;quot;footer widget area&#38;quot; display them, else show predefined lists
		###########################################################################################################

		if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer Area&#38;#39;)) : else : 

		$exclude = &#38;#39;&#38;#39;;

			if($k_option[&#38;#39;blog&#38;#39;][&#38;#39;blog_widget_exclude&#38;#39;] == 1)
			{
				$exclude = &#38;#39;&#38;amp;exclude=&#38;#39;.$k_option[&#38;#39;blog&#38;#39;][&#38;#39;blog_cat_final&#38;#39;];
			}
		?&#38;gt;
			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
				&#38;lt;h4&#38;gt;Pages&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
		        &#38;lt;?php wp_list_pages(&#38;#39;title_li=&#38;#39; ); ?&#38;gt;
		        &#38;lt;/ul&#38;gt;
    		&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Blogroll&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_list_bookmarks(&#38;#39;title_li=&#38;amp;categorize=0&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

		&#38;lt;?php
		endif;
		?&#38;gt;
		&#38;lt;/div&#38;gt;
		&#38;lt;div class=&#38;quot;box box_custom_footer&#38;quot;&#38;gt;

			&#38;lt;?php
			############################################################################################
			# FOOTER RIGHT BLOCK DEFINITIONS WITH FALLBACK MESSAGES IF NO DATABASE ENTRIES ARE FOUND
			############################################################################################
			if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;] != &#38;#39;&#38;#39;) $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;] = get_page_link($k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;]);
			?&#38;gt;

			&#38;lt;!-- big button --&#38;gt;
			&#38;lt;a href=&#38;#39;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button_link&#38;#39;] ?&#38;gt;&#38;#39; class=&#38;#39;custom_button ie6fix rounded&#38;#39;&#38;gt;
				&#38;lt;strong&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button1&#38;#39;]; ?&#38;gt;&#38;lt;/strong&#38;gt;
				&#38;lt;span&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;button2&#38;#39;]; ?&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/a&#38;gt;

			&#38;lt;div id=&#38;#39;sitesearch_footer&#38;#39;&#38;gt;
			&#38;lt;h4&#38;gt;Search Site&#38;lt;/h4&#38;gt;
				&#38;lt;?php get_search_form(); ?&#38;gt;
			&#38;lt;/div&#38;gt;

			&#38;lt;!-- copyright text --&#38;gt;
			&#38;lt;p&#38;gt;&#38;lt;?php echo $k_option[&#38;#39;footer&#38;#39;][&#38;#39;copyright&#38;#39;]; ?&#38;gt;&#38;lt;/p&#38;gt;

			&#38;lt;!-- social bookmarks --&#38;gt;
			&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
				&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
				&#38;lt;?php
				if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fb&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://facebook.com/&#38;quot;.$k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fb&#38;#39;].&#38;quot;&#38;#39;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

				if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.twitter.com/&#38;quot;.$k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_tw&#38;#39;].&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

				if($k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fl&#38;#39;] != &#38;#39;&#38;#39;)
				echo &#38;quot;&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://www.flickr.com/people/&#38;quot;.$k_option[&#38;#39;footer&#38;#39;][&#38;#39;acc_fl&#38;#39;].&#38;quot;&#38;#39;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;

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

	&#38;lt;/div&#38;gt;&#38;lt;!--end footer--&#38;gt;

&#38;lt;/div&#38;gt;
&#38;lt;?php wp_footer();

if($k_option[&#38;#39;general&#38;#39;][&#38;#39;analytics&#38;#39;])
echo $k_option[&#38;#39;general&#38;#39;][&#38;#39;analytics&#38;#39;];
?&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>cheekykev on "Make footer widget areas bigger"</title>
			<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger#post-26371</link>
			<pubDate>Sun, 04 Sep 2011 14:32:54 +0000</pubDate>
			<dc:creator>cheekykev</dc:creator>
			<guid isPermaLink="false">26371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can see the css put i don't see any code like this in footer.php.  In fact there isn't a single &#38;lt;div&#38;gt; in footer.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Make footer widget areas bigger"</title>
			<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger#post-26234</link>
			<pubDate>Thu, 01 Sep 2011 20:40:02 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your footer.php delete &#60;strong&#62;two&#60;/strong&#62; of these:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Archive&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_get_archives(&#38;#39;type=monthly&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;They don't look exactly the same but just make sure you delete from &#38;lt;div ... &#38;gt; to &#38;lt;/div&#38;gt; .. if this makes any sense.&#60;/p&#62;
&#60;p&#62;and in your style.css change the width of this element to make your 2 &#34;big&#34; widgets wider:&#60;br /&#62;
&#60;code&#62;.wrapper .box_mini&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cheekykev on "Make footer widget areas bigger"</title>
			<link>http://www.kriesi.at/support/topic/make-footer-widget-areas-bigger#post-26150</link>
			<pubDate>Wed, 31 Aug 2011 18:57:17 +0000</pubDate>
			<dc:creator>cheekykev</dc:creator>
			<guid isPermaLink="false">26150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There are 4 thin widget areas in the footer.  How can i change this to just 2 wide widget areas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
