<?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: PHP Error with Dynamic Template</title>
		<link>http://www.kriesi.at/support/topic/php-error-with-dynamic-template</link>
		<description>Support Forum - Topic: PHP Error with Dynamic Template</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 22:45:12 +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/php-error-with-dynamic-template" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "PHP Error with Dynamic Template"</title>
			<link>http://www.kriesi.at/support/topic/php-error-with-dynamic-template#post-95474</link>
			<pubDate>Wed, 06 Feb 2013 14:30:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95474@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Kriesi could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Obeatone on "PHP Error with Dynamic Template"</title>
			<link>http://www.kriesi.at/support/topic/php-error-with-dynamic-template#post-95470</link>
			<pubDate>Wed, 06 Feb 2013 14:23:11 +0000</pubDate>
			<dc:creator>Obeatone</dc:creator>
			<guid isPermaLink="false">95470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect !&#60;/p&#62;
&#60;p&#62;Thank you very much !&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Thibault
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "PHP Error with Dynamic Template"</title>
			<link>http://www.kriesi.at/support/topic/php-error-with-dynamic-template#post-95325</link>
			<pubDate>Tue, 05 Feb 2013 17:46:41 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">95325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; This should highlight the active link of the main menu. the others will stay grey ;)&#60;/p&#62;
&#60;pre&#62;
#top .main_menu ul:first-child &#38;gt; li.current-menu-item &#38;gt; a, #top .main_menu ul:first-child &#38;gt; li.current_page_item &#38;gt; a {
color:#fff;
}
&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Obeatone on "PHP Error with Dynamic Template"</title>
			<link>http://www.kriesi.at/support/topic/php-error-with-dynamic-template#post-95308</link>
			<pubDate>Tue, 05 Feb 2013 16:51:48 +0000</pubDate>
			<dc:creator>Obeatone</dc:creator>
			<guid isPermaLink="false">95308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh Great it works !!&#60;br /&#62;
Thank you very much Kriesi !&#60;/p&#62;
&#60;p&#62;Have you got any idea how i can change the &#34;active&#34; link color of my menu ?&#60;br /&#62;
 &#38;gt; &#60;a href=&#34;http://www.expedit51.com/site&#34; rel=&#34;nofollow&#34;&#62;http://www.expedit51.com/site&#60;/a&#62;  I want the link &#34;HOME&#34; in white and other link in grey.&#60;/p&#62;
&#60;p&#62;Thank you very much for your help, your themes are awesome !&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Thibault
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "PHP Error with Dynamic Template"</title>
			<link>http://www.kriesi.at/support/topic/php-error-with-dynamic-template#post-95304</link>
			<pubDate>Tue, 05 Feb 2013 16:39:55 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">95304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;seems a function got lost with the latest update. we will add it again with the next update, meanwhile just open your functions.php file and add:&#60;/p&#62;
&#60;pre&#62;
if(!function_exists('avia_dynamic_body'))
{
	function avia_dynamic_body($classes)
	{
		$classes[] = 'dynamic-template';
		return $classes;
	}
}
&#60;/pre&#62;
&#60;p&#62;that should fix the error ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Obeatone on "PHP Error with Dynamic Template"</title>
			<link>http://www.kriesi.at/support/topic/php-error-with-dynamic-template#post-95296</link>
			<pubDate>Tue, 05 Feb 2013 16:08:03 +0000</pubDate>
			<dc:creator>Obeatone</dc:creator>
			<guid isPermaLink="false">95296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I've just bought Coherence theme and I have a big problem...&#60;br /&#62;
When I want to join a dynamic template to a page I have an error showing at the top of the page.&#60;br /&#62;
&#38;gt; You can see the problem here &#60;a href=&#34;http://www.expedit51.com/site&#34; rel=&#34;nofollow&#34;&#62;http://www.expedit51.com/site&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for your help !&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Thibault
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
