<?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: Proper place to edit the footer so it doesn&#039;t get reverted on upgrades</title>
		<link>http://www.kriesi.at/support/topic/proper-place-to-edit-the-footer-so-it-doesnt-get-reverted-on-upgrades</link>
		<description>Support Forum - Topic: Proper place to edit the footer so it doesn&#039;t get reverted on upgrades</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 23:17:32 +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/proper-place-to-edit-the-footer-so-it-doesnt-get-reverted-on-upgrades" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Proper place to edit the footer so it doesn&#039;t get reverted on upgrades"</title>
			<link>http://www.kriesi.at/support/topic/proper-place-to-edit-the-footer-so-it-doesnt-get-reverted-on-upgrades#post-64322</link>
			<pubDate>Sun, 08 Jul 2012 07:25:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">64322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You need to add this code to functions.php because it's PHP code. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwferne on "Proper place to edit the footer so it doesn&#039;t get reverted on upgrades"</title>
			<link>http://www.kriesi.at/support/topic/proper-place-to-edit-the-footer-so-it-doesnt-get-reverted-on-upgrades#post-64156</link>
			<pubDate>Fri, 06 Jul 2012 21:22:50 +0000</pubDate>
			<dc:creator>jwferne</dc:creator>
			<guid isPermaLink="false">64156@http://www.kriesi.at/support/</guid>
			<description>&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;kriesi_backlink&#38;#39;, &#38;#39;inoplugs_backlink&#38;#39;);
function inoplugs_backlink() {
	return &#38;quot; - &#38;lt;a href=&#38;#39;http://mywebsite.com&#38;#39;&#38;gt;Webdesign by ME&#38;lt;/a&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This didn't work for me, when I added it to custom.css.  Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwferne on "Proper place to edit the footer so it doesn&#039;t get reverted on upgrades"</title>
			<link>http://www.kriesi.at/support/topic/proper-place-to-edit-the-footer-so-it-doesnt-get-reverted-on-upgrades#post-63887</link>
			<pubDate>Thu, 05 Jul 2012 17:51:00 +0000</pubDate>
			<dc:creator>jwferne</dc:creator>
			<guid isPermaLink="false">63887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1.  I haven't been using a child theme.  I thought he said to put all my modified css within custom.css and it wouldn't be touched on upgrades.  Should I create a child theme?  If so, what do I need to include in that folder?  Other themes i've seen only have the style.css in there.&#60;/p&#62;
&#60;p&#62;2. I'm sorry my question was misleading.  I meant can there be two different colors / shades for the text.  I.e. copyright in darker grey and my company in a lighter grey.&#60;/p&#62;
&#60;p&#62;3. What I mean was justification... having the copyright &#38;amp; company name in the lower left side and on the lower right could be something else like a message, social icons, another link etc.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Proper place to edit the footer so it doesn&#039;t get reverted on upgrades"</title>
			<link>http://www.kriesi.at/support/topic/proper-place-to-edit-the-footer-so-it-doesnt-get-reverted-on-upgrades#post-63790</link>
			<pubDate>Thu, 05 Jul 2012 05:38:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">63790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, but Kriesi included a filter for the copyright text. You can eg use this filter code in combination with your child theme functions.php. The code is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;kriesi_backlink&#38;#39;, &#38;#39;inoplugs_backlink&#38;#39;);
function inoplugs_backlink() {
	return &#38;quot; - &#38;lt;a href=&#38;#39;http://mywebsite.com&#38;#39;&#38;gt;Webdesign by ME&#38;lt;/a&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) You can use the css3 gradient property but it's only supported by some browsers. The better solution is to use a gradient background image like Kriesi: &#60;a href=&#34;http://www.kriesi.at/wp-content/themes/kriesi_at/images/skin1/bg_tile.png&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/wp-content/themes/kriesi_at/images/skin1/bg_tile.png&#60;/a&#62;&#60;br /&#62;
You can use following code to apply a bg image to the footer area:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer{
background-image: url(&#38;#39;my-image.jpg&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Can you elaborate please? Do you mean the sidebar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwferne on "Proper place to edit the footer so it doesn&#039;t get reverted on upgrades"</title>
			<link>http://www.kriesi.at/support/topic/proper-place-to-edit-the-footer-so-it-doesnt-get-reverted-on-upgrades#post-63736</link>
			<pubDate>Wed, 04 Jul 2012 19:49:34 +0000</pubDate>
			<dc:creator>jwferne</dc:creator>
			<guid isPermaLink="false">63736@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to edit my footer in a proper way that won't be erased on future updates.  &#60;/p&#62;
&#60;p&#62;Is there a way to modify the footer within custom.css?  I've only changed it using the footer.php.&#60;br /&#62;
Is it difficult to have two shades of gray in the footer (white &#38;amp; gray) similar to this forum footer?&#60;br /&#62;
Also, how can I have left side / right side content, again similar to this forum?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
 - John
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
