<?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: Custom article category sidebar doesn&#039;t work</title>
		<link>http://www.kriesi.at/support/topic/custom-article-category-sidebar-doesnt-work</link>
		<description>Support Forum - Topic: Custom article category sidebar doesn&#039;t work</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 03:54:09 +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/custom-article-category-sidebar-doesnt-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Custom article category sidebar doesn&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/custom-article-category-sidebar-doesnt-work#post-46034</link>
			<pubDate>Tue, 13 Mar 2012 16:45:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad its all working for you :) &#60;/p&#62;
&#60;p&#62;Marked as resolved!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vinessa on "Custom article category sidebar doesn&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/custom-article-category-sidebar-doesnt-work#post-46012</link>
			<pubDate>Tue, 13 Mar 2012 14:39:18 +0000</pubDate>
			<dc:creator>Vinessa</dc:creator>
			<guid isPermaLink="false">46012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great it's working. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Custom article category sidebar doesn&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/custom-article-category-sidebar-doesnt-work#post-45401</link>
			<pubDate>Fri, 09 Mar 2012 16:50:47 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;I am afraid the custom category sidebar doesnt work with the single post view but rather with the category overview. as you can see here the sidebar is applied correctly with the calender on the overview page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.sensionest.com/category/tips/&#34; rel=&#34;nofollow&#34;&#62;http://www.sensionest.com/category/tips/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;if you want to modify that behaviour to also display thosw widgets on single entries open function-set-avia-frontend in propulsion/framework/php/ and scroll down to line 662 which should read:&#60;/p&#62;
&#60;pre&#62;
if(is_page($clean_id_array))
		{
			return get_the_title();
		}
		else if(is_category($clean_id_array))
		{
			return single_cat_title( &#34;&#34;, false );
		}
&#60;/pre&#62;
&#60;p&#62;make it read:&#60;/p&#62;
&#60;pre&#62;
if(is_page($clean_id_array))
		{
			return get_the_title();
		}
		else if(is_category($clean_id_array))
		{
			return single_cat_title( &#34;&#34;, false );
		}
		else if(in_category($clean_id_array))
		{
			return get_cat_name( $clean_id_array[0] );
		}
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Vinessa on "Custom article category sidebar doesn&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/custom-article-category-sidebar-doesnt-work#post-45340</link>
			<pubDate>Fri, 09 Mar 2012 11:05:10 +0000</pubDate>
			<dc:creator>Vinessa</dc:creator>
			<guid isPermaLink="false">45340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I'm trying to add some elements to my custom article category &#34;tips&#34; sidebar but it doesn't work (see here &#60;a href=&#34;http://screencast.com/t/cZeSsuue)&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/cZeSsuue)&#60;/a&#62;. Nothing displays in the sidebar on my article. See screenshot from my widget page (adding calendar to &#34;tips&#34; articles) : &#60;a href=&#34;http://screencast.com/t/iBRSCjMUb&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/iBRSCjMUb&#60;/a&#62;  and see my article live : &#60;a href=&#34;http://www.sensionest.com/bonjour-tout-le-monde/&#34; rel=&#34;nofollow&#34;&#62;http://www.sensionest.com/bonjour-tout-le-monde/&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;As you can see, the calendar widget is not displayed. And where do come from all other widgets? (there aren't any widget on my sidebars though)&#60;/p&#62;
&#60;p&#62;Any idea? &#60;/p&#62;
&#60;p&#62;Thank you very much for your help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
