<?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: Sidebar that cannot be removed</title>
		<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed</link>
		<description>Support Forum - Topic: Sidebar that cannot be removed</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 09:26:05 +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/sidebar-that-cannot-be-removed" rel="self" type="application/rss+xml" />

		<item>
			<title>tomoboyle on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-30452</link>
			<pubDate>Tue, 25 Oct 2011 23:31:48 +0000</pubDate>
			<dc:creator>tomoboyle</dc:creator>
			<guid isPermaLink="false">30452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found it, its the custom menu widget!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-30325</link>
			<pubDate>Mon, 24 Oct 2011 13:08:10 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">30325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes, that would be interesting for me, too :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomoboyle on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-30306</link>
			<pubDate>Mon, 24 Oct 2011 02:05:23 +0000</pubDate>
			<dc:creator>tomoboyle</dc:creator>
			<guid isPermaLink="false">30306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;I've fixed the problem I had before by replacing the template files and the sidebar.php file with the originals and the glitch has now gone. But I have another pretty easy question... I really want the sidebar style that is in the corona demo which displays the pages. It is bigger than the standard one, has arrows after the page title and highlights pages as you move the cursor over them.&#60;/p&#62;
&#60;p&#62;Any ideas how I can get this?&#60;/p&#62;
&#60;p&#62;Cheers again,&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomoboyle on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-30290</link>
			<pubDate>Sun, 23 Oct 2011 20:05:52 +0000</pubDate>
			<dc:creator>tomoboyle</dc:creator>
			<guid isPermaLink="false">30290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Thanks for resolving this but I now want to add sidebars to most of pages and I can't figure out how to reverse what I did and not come across the original problem.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-29955</link>
			<pubDate>Thu, 20 Oct 2011 06:34:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomoboyle on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-29895</link>
			<pubDate>Wed, 19 Oct 2011 19:34:03 +0000</pubDate>
			<dc:creator>tomoboyle</dc:creator>
			<guid isPermaLink="false">29895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Chris,&#60;br /&#62;
thats really helpful. but the sidebar.php option didn't work, I had to do it the first way. However it still worked so thanks a lot :)&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-29798</link>
			<pubDate>Wed, 19 Oct 2011 03:35:40 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29798@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it seems in your editing process you've modified your sidebar.php file and missed something or you've tried to remove it and didn't fully remove it.&#60;br /&#62;
To remove it you can open your files named template-.....php.&#60;br /&#62;
In here find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--end content--&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;?php
				wp_reset_query();
				//get the sidebar
				$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;blog&#38;#39;;
				get_sidebar();

				?&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end container--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To fully remove the sidebar you can remove everything between the first and the last &#38;lt;/div&#38;gt;.&#60;/p&#62;
&#60;p&#62;Although the above is an option I believe you've edited something else which triggers this anomaly. All I can tell is that there's only a list randomly displaying where your entire sidebar is supposed to be included.&#60;br /&#62;
The better option here seems to leave your templates alone and open up your sidebar.php and find&#60;br /&#62;
&#60;code&#62;$default_sidebar = true;&#60;/code&#62;&#60;br /&#62;
here you can change true to false :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomoboyle on "Sidebar that cannot be removed"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-that-cannot-be-removed#post-29732</link>
			<pubDate>Tue, 18 Oct 2011 13:43:02 +0000</pubDate>
			<dc:creator>tomoboyle</dc:creator>
			<guid isPermaLink="false">29732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Thanks for the theme, it is really effective. I have one issue at the moment though. As I have been creating the site over the last few days, a sidebar with links to all the pages has appeared on every page and I cannot figure out how to get rid of it. Its not like a regular sidebar, and even moves into the centre or the footer if content is in the way. I would really appreciate your help, heres the site: sifenewcastle.org.uk&#60;br /&#62;
Cheers, Tom
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
