<?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: Change the copyright footer, without the admin panel/menu going bonkers.</title>
		<link>http://www.kriesi.at/support/topic/change-the-copyright-footer-without-the-admin-panelmenu-going-bonkers</link>
		<description>Support Forum - Topic: Change the copyright footer, without the admin panel/menu going bonkers.</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 00:27: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/change-the-copyright-footer-without-the-admin-panelmenu-going-bonkers" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Change the copyright footer, without the admin panel/menu going bonkers."</title>
			<link>http://www.kriesi.at/support/topic/change-the-copyright-footer-without-the-admin-panelmenu-going-bonkers#post-62951</link>
			<pubDate>Sat, 30 Jun 2012 05:32:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Let us know if you have any other issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paullindqvist on "Change the copyright footer, without the admin panel/menu going bonkers."</title>
			<link>http://www.kriesi.at/support/topic/change-the-copyright-footer-without-the-admin-panelmenu-going-bonkers#post-62924</link>
			<pubDate>Fri, 29 Jun 2012 20:46:06 +0000</pubDate>
			<dc:creator>paullindqvist</dc:creator>
			<guid isPermaLink="false">62924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanx, worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change the copyright footer, without the admin panel/menu going bonkers."</title>
			<link>http://www.kriesi.at/support/topic/change-the-copyright-footer-without-the-admin-panelmenu-going-bonkers#post-62863</link>
			<pubDate>Fri, 29 Jun 2012 16:37:44 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Paul,&#60;/p&#62;
&#60;p&#62;Try using the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### SOCKET CONTAINER ####### --&#38;gt;
			&#38;lt;div class=&#38;#39;container_wrap &#38;lt;?php echo $extraClass; ?&#38;gt;&#38;#39; id=&#38;#39;socket&#38;#39;&#38;gt;
				&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;

				&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;
			&#38;lt;!-- ####### END SOCKET CONTAINER ####### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You might have removed a div on accident but the above is just removing the &#34;Kriesi&#34; text and link.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paullindqvist on "Change the copyright footer, without the admin panel/menu going bonkers."</title>
			<link>http://www.kriesi.at/support/topic/change-the-copyright-footer-without-the-admin-panelmenu-going-bonkers#post-62858</link>
			<pubDate>Fri, 29 Jun 2012 15:31:35 +0000</pubDate>
			<dc:creator>paullindqvist</dc:creator>
			<guid isPermaLink="false">62858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I want to remove the Kriesi theme ad from the footer. So i edited the footer.php in the themes folder, and edit this section&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- ####### SOCKET CONTAINER ####### --&#38;gt;&#60;br /&#62;
			&#38;lt;div class='container_wrap &#38;lt;?php echo $extraClass; ?&#38;gt;' id='socket'&#38;gt;&#60;br /&#62;
				&#38;lt;div class='container'&#38;gt;&#60;br /&#62;
					&#38;lt;span class='copyright'&#38;gt;&#38;copy; &#38;lt;?php _e('Copyright','avia_framework'); ?&#38;gt; - &#60;a&#62;'&#38;gt;&#38;lt;?php echo get_bloginfo('name');?&#38;gt;&#60;/a&#62; - &#60;a href='http://www.kriesi.at'&#62;Wordpress Theme by Kriesi.at&#60;/a&#62;&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;!-- ####### END SOCKET CONTAINER ####### --&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#38;lt;!-- end wrap_all --&#38;gt;&#60;/p&#62;
&#60;p&#62;I remove this line&#60;/p&#62;
&#60;p&#62; - &#60;a href='http://www.kriesi.at'&#62;Wordpress Theme by Kriesi.at&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;This leaves my name and copyright as i want it, but now when I'm logged in as a admin the menu is going bonkers and positioned all wrong and its semi transparent ?&#60;/p&#62;
&#60;p&#62;See image here:&#60;br /&#62;
&#60;a href=&#34;http://paullindqvist.se/images/angular.png&#34; rel=&#34;nofollow&#34;&#62;http://paullindqvist.se/images/angular.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please advice!&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Paul L.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
