<?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: removing dummy widget on footer</title>
		<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer</link>
		<description>Support Forum - Topic: removing dummy widget on footer</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:39:01 +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/removing-dummy-widget-on-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66438</link>
			<pubDate>Wed, 18 Jul 2012 20:48:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">66438@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help with that :)&#60;/p&#62;
&#60;p&#62;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>Maginarium on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66385</link>
			<pubDate>Wed, 18 Jul 2012 16:26:16 +0000</pubDate>
			<dc:creator>Maginarium</dc:creator>
			<guid isPermaLink="false">66385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Amazing, thanks so much, the above code removed the dummy thing!!&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66311</link>
			<pubDate>Wed, 18 Jul 2012 08:44:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Have you made some modifications in your footer.php? Kindly open your footer.php and find this line of code:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; Copyright &#38;lt;a href=&#38;#39;http://marketingtreatment.com/&#38;#39;&#38;gt;MTonline&#38;lt;/a&#38;gt; - &#38;lt;a &#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;br /&#62;
Replace the code above with this code:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; Copyright &#38;lt;a href=&#38;#39;http://marketingtreatment.com/&#38;#39;&#38;gt;MTonline&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;br /&#62;
This might fix the issue.&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maginarium on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66302</link>
			<pubDate>Wed, 18 Jul 2012 07:21:36 +0000</pubDate>
			<dc:creator>Maginarium</dc:creator>
			<guid isPermaLink="false">66302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried it with the new link but no change.&#60;/p&#62;
&#60;p&#62;CP
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66301</link>
			<pubDate>Wed, 18 Jul 2012 07:12:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66301@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Kindly your link with this link:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://feeds.feedburner.com/marketingtreatment/burner&#34; rel=&#34;nofollow&#34;&#62;http://feeds.feedburner.com/marketingtreatment/burner&#60;/a&#62;&#60;/code&#62;&#60;br /&#62;
The extra space between feedburner.com/ and marketingtreatment might have caused the issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maginarium on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66298</link>
			<pubDate>Wed, 18 Jul 2012 07:00:36 +0000</pubDate>
			<dc:creator>Maginarium</dc:creator>
			<guid isPermaLink="false">66298@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ohhh okay, thanks for finding that out for me!! &#60;/p&#62;
&#60;p&#62;Here's the link: &#60;a href=&#34;http://feeds.feedburner.com/&#34; rel=&#34;nofollow&#34;&#62;http://feeds.feedburner.com/&#60;/a&#62; marketingtreatment/burner&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66294</link>
			<pubDate>Wed, 18 Jul 2012 06:37:22 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66294@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;In your Shoutbox &#38;gt; Theme Options &#38;gt; Contact &#38;amp; Social Stuff &#38;gt; RSS feed URL, Can you post the value you have placed in there? I can see some extra anchor tags that are causing this issue. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maginarium on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66290</link>
			<pubDate>Wed, 18 Jul 2012 06:24:19 +0000</pubDate>
			<dc:creator>Maginarium</dc:creator>
			<guid isPermaLink="false">66290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the fast response!&#60;br /&#62;
&#60;a href=&#34;http://www.marketingtreatment.com&#34; rel=&#34;nofollow&#34;&#62;http://www.marketingtreatment.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66281</link>
			<pubDate>Wed, 18 Jul 2012 05:56:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66281@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? so we can give you a specific css snippet to remove the dummy rss.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maginarium on "removing dummy widget on footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-dummy-widget-on-footer#post-66256</link>
			<pubDate>Wed, 18 Jul 2012 04:22:42 +0000</pubDate>
			<dc:creator>Maginarium</dc:creator>
			<guid isPermaLink="false">66256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I have to rss buttons showing on my footer, one is a dummy and the other is active, how do I remove the dummy one? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
