<?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 and Widgets</title>
		<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets</link>
		<description>Support Forum - Topic: Remove Footer and Widgets</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 18:49:55 +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-and-widgets" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21867</link>
			<pubDate>Fri, 01 Jul 2011 13:20:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holland_creative on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21864</link>
			<pubDate>Fri, 01 Jul 2011 12:42:22 +0000</pubDate>
			<dc:creator>holland_creative</dc:creator>
			<guid isPermaLink="false">21864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect, thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21834</link>
			<pubDate>Fri, 01 Jul 2011 04:44:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in index.php delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php 

		######################################################################
		# 3 Boxes are created here, with the class &#38;quot;kclass_display_box&#38;quot; (located in framework/classes/)
		# content that is passed here is the html output if the
		# &#38;quot;output by html(default)&#38;quot; is choosen in the backend
		#
		# if you want to edit the html directly you can do this here. you can
		# enter your images directly as well if the size is already ok
		# or you might want to uncomment and change the paths of the placeholder
		# images i used here
		#
		######################################################################

		// the kriesi_build_image function used here checks if the image should be resized.
		// it returns the resized image if the size is larger than the parameters provided
		// the function is located in framework/helper_functions

		$placeholder_image1 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium1.jpg&#38;#39;;
		#$placeholder_image2 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium1.jpg&#38;#39;;
		#$placeholder_image3 = get_bloginfo(&#38;#39;template_url&#38;#39;).&#38;#39;/files/medium1.jpg&#38;#39;;

		$placeholder_image1 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image1,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));
		#$placeholder_image2 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image2,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));
		#$placeholder_image3 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image3,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));

		$placeholder[1] = $placeholder_image1.&#38;#39;&#38;lt;h3&#38;gt;HTML Template â€žDisplayâ€œ&#38;lt;/h3&#38;gt;&#38;lt;p&#38;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco &#38;lt;a href=&#38;quot;&#38;quot;&#38;gt;laboris nisi&#38;lt;/a&#38;gt; ut aliquip ex ea commodo conse. &#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;#&#38;quot;&#38;gt;Read more&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;

		$placeholder[2] = $placeholder_image1.&#38;#39;&#38;lt;h3&#38;gt;Amanded with Adobe Flash&#38;lt;/h3&#38;gt;&#38;lt;p&#38;gt;Duis aute irure dolor in reprehenderit in voluptate velit esse cillum &#38;lt;strong&#38;gt;dolore eu fugiat&#38;lt;/strong&#38;gt; nulla pariatur.&#38;lt;br/&#38;gt; Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;#&#38;quot;&#38;gt;Read more&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;

		$placeholder[3] = $placeholder_image1.&#38;#39;&#38;lt;h3&#38;gt;jQuery to the rescue&#38;lt;/h3&#38;gt;&#38;lt;p&#38;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo conse.
quat. &#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;#&#38;quot;&#38;gt;Read more&#38;lt;/a&#38;gt;&#38;#39;;

		//call class
		$boxes = new kclass_display_box(&#38;#39;mainpage&#38;#39;,&#38;#39;mainpage_column&#38;#39;,&#38;#39;Mainpage Column&#38;#39;, $placeholder);
		$boxes-&#38;gt; prev_image(array(&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));
		$boxes-&#38;gt; display();
		?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>holland_creative on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21805</link>
			<pubDate>Thu, 30 Jun 2011 14:01:52 +0000</pubDate>
			<dc:creator>holland_creative</dc:creator>
			<guid isPermaLink="false">21805@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! The LinkedIn button is working perfectly, but the three Mainpage Columns under the welcome message are still there. Can they be removed or hidden? &#60;/p&#62;
&#60;p&#62;Thanks so much, Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21803</link>
			<pubDate>Thu, 30 Jun 2011 13:49:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21803@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in this case use following footer.php code:&#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;quot;box box_custom_footer&#38;quot;&#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;li class=&#38;#39;linkedin&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;http://my-account.com&#38;quot;&#38;gt;linkedin&#38;lt;/a&#38;gt;&#38;lt;/li&#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;
&#60;p&#62;Please note that I added a linkedin code line - instead of &#60;a href=&#34;http://my-account.com&#34; rel=&#34;nofollow&#34;&#62;http://my-account.com&#60;/a&#62; fill in your linked in profile url. Then open up style1/2/3.css and add following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.wrapper #footer .social_bookmarks .linkedin a{background: transparent url(../images/skin1/linkedin_16.png) 0 0  no-repeat;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;At least upload the linkedin image to images/skin1 folder and call it: &#34;linkedin_16.png&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holland_creative on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21791</link>
			<pubDate>Thu, 30 Jun 2011 12:45:26 +0000</pubDate>
			<dc:creator>holland_creative</dc:creator>
			<guid isPermaLink="false">21791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, this removed the widgets, worked perfectly. I would also like to remove/hide the three columns under the Welcome Message.&#60;/p&#62;
&#60;p&#62;And, if possible, I'd like to keep the social media buttons (I have a separate post asking about LinkedIn.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21783</link>
			<pubDate>Thu, 30 Jun 2011 10:38:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
have a look at this post: &#60;a href=&#34;http://www.kriesi.at/support/topic/removing-footer&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/removing-footer&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>holland_creative on "Remove Footer and Widgets"</title>
			<link>http://www.kriesi.at/support/topic/remove-footer-and-widgets#post-21758</link>
			<pubDate>Wed, 29 Jun 2011 20:32:10 +0000</pubDate>
			<dc:creator>holland_creative</dc:creator>
			<guid isPermaLink="false">21758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'm trying to remove all of the footer (everything below the Welcome Message) except for the copyright and social media icons - including the 3 columns, the widgets, and the contact image for the Display Theme.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
