<?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: multiple sidebar instead of one</title>
		<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one</link>
		<description>Support Forum - Topic: multiple sidebar instead of one</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 09:49:38 +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/multiple-sidebar-instead-of-one" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-64231</link>
			<pubDate>Sat, 07 Jul 2012 08:59:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;No problem. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rovireti on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-64106</link>
			<pubDate>Fri, 06 Jul 2012 15:59:28 +0000</pubDate>
			<dc:creator>rovireti</dc:creator>
			<guid isPermaLink="false">64106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ups! I didn't see that the topic was about Angular Theme. I'm talking about Choices Theme. I'll go there.&#60;/p&#62;
&#60;p&#62;Sorry and thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-64000</link>
			<pubDate>Fri, 06 Jul 2012 02:55:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64000@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello rovireti,&#60;/p&#62;
&#60;p&#62;Please download the latest version of Angular theme then do Kriesi's instructions. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rovireti on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-63977</link>
			<pubDate>Thu, 05 Jul 2012 23:40:21 +0000</pubDate>
			<dc:creator>rovireti</dc:creator>
			<guid isPermaLink="false">63977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I have the same problem. I see this answer, but in my sidebar.php, the line 84 don't mach with yours, so I don't know exactly where I need to paste the new code ($show_other_sidebars = true; etc.).&#60;/p&#62;
&#60;p&#62;To me, the line 65 shows:&#60;/p&#62;
&#60;p&#62;65&#60;br /&#62;
66						if ($children)&#60;br /&#62;
67						{&#60;br /&#62;
68							$default_sidebar = false;&#60;br /&#62;
69							$sidebar_menu .= &#34;&#38;lt;div class='widget widget_nav_menu'&#38;gt;&#38;lt;ul class='nested_nav'&#38;gt;&#34;;&#60;br /&#62;
...							$sidebar_menu .= $children;&#60;br /&#62;
							$sidebar_menu .= &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
						} &#60;/p&#62;
&#60;p&#62;Actually, I want to display the sidebar of the Contact page like you: &#60;a href=&#34;http://www.kriesi.at/themes/choices/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/choices/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-61530</link>
			<pubDate>Thu, 21 Jun 2012 20:27:31 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;Please open the sidebar.php file and go to line 84 where it generates the unique page sidebars:&#60;/p&#62;
&#60;pre&#62;
//unique Page sidebars:
if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; dynamic_sidebar('Page: '.$custom_widget_area) ) : $default_sidebar = false; endif;
&#60;/pre&#62;
&#60;p&#62;remove this and paste the following in line 65:&#60;/p&#62;
&#60;p&#62;$show_other_sidebars = true;&#60;br /&#62;
if (function_exists('dynamic_sidebar') &#38;amp;&#38;amp; dynamic_sidebar('Page: '.$custom_widget_area) ) : $show_other_sidebars =  $default_sidebar = false; endif;&#60;/p&#62;
&#60;p&#62;now change every line that starts with&#60;br /&#62;
&#60;pre&#62;
if ($avia_config['currently_viewing']
&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;
if ($show_other_sidebars  &#38;amp;&#38;amp; $avia_config['currently_viewing']
&#60;/pre&#62;
&#60;p&#62;you might also apply the $show_other_sidebars check to the 'Displayed Everywhere' widget area in line 93
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-59421</link>
			<pubDate>Sat, 09 Jun 2012 02:42:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">59421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;This link might help you out. &#60;a href=&#34;http://www.kavdesign.net/blog/coding/how-to-add-extra-sidebar-to-a-wordpress-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.kavdesign.net/blog/coding/how-to-add-extra-sidebar-to-a-wordpress-theme/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>toby19 on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-59267</link>
			<pubDate>Thu, 07 Jun 2012 23:34:17 +0000</pubDate>
			<dc:creator>toby19</dc:creator>
			<guid isPermaLink="false">59267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have a similar problem where I have added a widget to a specific page in hope that it would override displayed everywhere sidebar &#60;a href=&#34;http://gdlife.com.mx/salon-purpura/&#34; rel=&#34;nofollow&#34;&#62;http://gdlife.com.mx/salon-purpura/&#60;/a&#62; any idea how I can control displayed everywhere so certain pages don't have it?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-57960</link>
			<pubDate>Tue, 29 May 2012 18:03:44 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cesco81,&#60;/p&#62;
&#60;p&#62;I believe you are correct in the hierarchy described but I'm not sure its a quick fix. Like the &#34;Display Everywhere&#34; sidebars, some sidebars get added in before others and then stack. I'll need to ask Kriesi to take a look at this since I'm not quite sure how to edit the overall behavior in the theme files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cesco81 on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-57106</link>
			<pubDate>Tue, 22 May 2012 22:42:45 +0000</pubDate>
			<dc:creator>cesco81</dc:creator>
			<guid isPermaLink="false">57106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the fact is that a custom page sidebars doesn't &#34;overwrite&#34; standard sidebar but it add to it. The result is that I see the default sidebar widgets and the custom sidebar widgets in the same page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cesco81 on "multiple sidebar instead of one"</title>
			<link>http://www.kriesi.at/support/topic/multiple-sidebar-instead-of-one#post-57097</link>
			<pubDate>Tue, 22 May 2012 21:14:35 +0000</pubDate>
			<dc:creator>cesco81</dc:creator>
			<guid isPermaLink="false">57097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have inserted some widgets on &#34;Sidebar Pages&#34;. it's ok for many pages.&#60;br /&#62;
For one or two pages I need a custom sidebar instead of the standard &#34;Sidebar Pages&#34;. So I created it (it's a theme feature) and I have added the desired widget. Unfortunately this page shows both the default &#34;Sidebar Pages&#34; and the custom one! I need just the custom one.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
