<?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: Disable Dynamic CSS</title>
		<link>http://www.kriesi.at/support/topic/disable-dynamic-css</link>
		<description>Support Forum - Topic: Disable Dynamic CSS</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 14:09:25 +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/disable-dynamic-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Disable Dynamic CSS"</title>
			<link>http://www.kriesi.at/support/topic/disable-dynamic-css#post-73143</link>
			<pubDate>Tue, 28 Aug 2012 02:31:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open functions.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
 *  dynamic styles for front and backend
 */
if(!function_exists(&#38;#39;avia_custom_styles&#38;#39;))
{
	function avia_custom_styles()
	{
		require_once( &#38;#39;includes/admin/register-dynamic-styles.php&#38;#39; );	// register the styles for dynamic frontend styling
		avia_prepare_dynamic_styles();
	}

	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_custom_styles&#38;#39;, 20);
	add_action(&#38;#39;admin_init&#38;#39;, &#38;#39;avia_custom_styles&#38;#39;, 20);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It starts there. Note: Some style will be broken if you remove that function.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattedmonds on "Disable Dynamic CSS"</title>
			<link>http://www.kriesi.at/support/topic/disable-dynamic-css#post-73097</link>
			<pubDate>Mon, 27 Aug 2012 19:07:33 +0000</pubDate>
			<dc:creator>mattedmonds</dc:creator>
			<guid isPermaLink="false">73097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could you please indicate how I might be able to completely disable the Dynamic CSS function? Now that the styling of my site has been finalized, I'll take the CSS that is generated and just add it to custom.css.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
