<?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: Selective Cufon Replacement</title>
		<link>http://www.kriesi.at/support/topic/selective-cufon-replacement</link>
		<description>Support Forum - Topic: Selective Cufon Replacement</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 10:11: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/selective-cufon-replacement" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Selective Cufon Replacement"</title>
			<link>http://www.kriesi.at/support/topic/selective-cufon-replacement#post-47314</link>
			<pubDate>Tue, 20 Mar 2012 23:37:48 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;please try the following:&#60;/p&#62;
&#60;p&#62;open the file includes/admin/register-styles.php&#60;/p&#62;
&#60;p&#62;at line 68 remove the last array&#60;/p&#62;
&#60;pre&#62;

		array(
		'elements'	=&#38;gt; '.cufon_headings',
		'key'	=&#38;gt;	'cufon',
		'value'		=&#38;gt; avia_get_option('font_heading')
		),
&#60;/pre&#62;
&#60;p&#62;now at the very bottom of the page add this code snippet:&#60;/p&#62;
&#60;pre&#62;
$language = $_GET['lang'];

if($language != 'zh' )
{
$avia_config['style'][] = array(
                'elements'	=&#38;gt; '.cufon_headings',
		'key'	=&#38;gt;	'cufon',
		'value'		=&#38;gt; avia_get_option('font_heading')
		),
}
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kfs_group on "Selective Cufon Replacement"</title>
			<link>http://www.kriesi.at/support/topic/selective-cufon-replacement#post-46941</link>
			<pubDate>Mon, 19 Mar 2012 10:32:33 +0000</pubDate>
			<dc:creator>kfs_group</dc:creator>
			<guid isPermaLink="false">46941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Support-Team,&#60;/p&#62;
&#60;p&#62;we have setup a multilinugual website with your theme and now ran into a problem with cufon font replacement in chinese. Therefore we'd like to selectively switch off the replacement whenever the country code is set to chinese. We undestand that getting there some loop should check whether the language is set to zh, en, de or pt and then triggers &#34;a switch&#34; to set cufon on or off.&#60;/p&#62;
&#60;p&#62;We use qTranslate for displaying multilingual content which in our setting simply adds an ?lang=zh to the relevant url of the page.&#60;/p&#62;
&#60;p&#62;Any ideas to that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
