<?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 - User Favorites: bowmandesign</title>
		<link><a href='http://www.kriesi.at/support/profile/bowmandesign'>bowmandesign</a></link>
		<description>Support Forum - User Favorites: bowmandesign</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 10:54:00 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove Cufon Option"</title>
			<link>http://www.kriesi.at/support/topic/remove-cufon-option#post-19147</link>
			<pubDate>Sun, 15 May 2011 08:44:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19147@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'll report it to Kriesi.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bowmandesign on "Remove Cufon Option"</title>
			<link>http://www.kriesi.at/support/topic/remove-cufon-option#post-19060</link>
			<pubDate>Fri, 13 May 2011 18:22:29 +0000</pubDate>
			<dc:creator>bowmandesign</dc:creator>
			<guid isPermaLink="false">19060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Feature request: Can you add the ability to turn off Cufon?&#60;/p&#62;
&#60;p&#62;I have completed it manually by commenting out code in...&#60;/p&#62;
&#60;p&#62;brightbox/framework/php/class-style-generator.php&#60;br /&#62;
brightbox/includes/admin/register-styles.php&#60;br /&#62;
brighbox/js/avia.js&#60;/p&#62;
&#60;p&#62;Unfortunately, &#60;/p&#62;
&#60;p&#62;Now I have to test everything, the site is much slower now.&#60;/p&#62;
&#60;p&#62;brightbox/framework/php/class-style-generator.php&#60;br /&#62;
	//function cufon($rule)&#60;br /&#62;
		//{&#60;br /&#62;
		//	$rule_split = explode('__',$rule['value']);&#60;br /&#62;
		//	if(!isset($rule_split[1])) $rule_split[1] = 1;&#60;br /&#62;
		//	$this-&#38;gt;extra_output .= &#34;\n&#38;lt;!-- cufon font replacement --&#38;gt;\n&#34;;&#60;br /&#62;
		//	$this-&#38;gt;extra_output .= &#34;&#38;lt;script type='text/javascript' src='&#34;.AVIA_JS_URL.&#34;fonts/cufon.js'&#38;gt;&#38;lt;/script&#38;gt;\n&#34;;&#60;br /&#62;
		//	$this-&#38;gt;extra_output .= &#34;&#38;lt;script type='text/javascript' src='&#34;.AVIA_JS_URL.&#34;fonts/&#34;.$rule_split[0].&#34;.font.js'&#38;gt;&#38;lt;/script&#38;gt;\n&#34;;&#60;br /&#62;
		//	$this-&#38;gt;extra_output .= &#34;&#38;lt;script type='text/javascript'&#38;gt;\n\tvar avia_cufon_size_mod = '&#34;.$rule_split[1].&#34;'; \n\tCufon.replace('&#34;.$rule['elements'].&#34;',{  fontFamily: 'cufon', hover:'true' }); \n&#38;lt;/script&#38;gt;\n&#34;;&#60;br /&#62;
		//}&#60;/p&#62;
&#60;p&#62;brightbox/includes/admin/register-styles.php&#60;br /&#62;
//		array(&#60;br /&#62;
//		'elements'	=&#38;gt; '.cufon_headings',&#60;br /&#62;
//		'key'	=&#38;gt;	'cufon',&#60;br /&#62;
//		'value'		=&#38;gt; avia_get_option('font_heading')&#60;br /&#62;
//		),&#60;/p&#62;
&#60;p&#62;brighbox/js/avia.js&#60;br /&#62;
//	avia_cufon_helper();&#60;/p&#62;
&#60;p&#62;//function avia_cufon_helper()&#60;br /&#62;
//{&#60;br /&#62;
//	var elString = 'h1, h2, h3, h4, h5, h6, .custom_button';&#60;br /&#62;
//	var els = jQuery(elString);&#60;br /&#62;
//	if(jQuery.browser.msie &#38;amp;&#38;amp; jQuery.browser.version &#38;lt; 9)&#60;br /&#62;
//	{&#60;br /&#62;
//		els = els.not('.feature_excerpt h1');&#60;br /&#62;
//	} &#60;/p&#62;
&#60;p&#62;//	if(typeof avia_cufon_size_mod == 'string' &#38;amp;&#38;amp; avia_cufon_size_mod != &#34;1&#34;)&#60;br /&#62;
//	{&#60;br /&#62;
//		avia_cufon_size_mod = parseFloat(avia_cufon_size_mod);&#60;br /&#62;
//		els.each(function()&#60;br /&#62;
//		{&#60;br /&#62;
//			$size = parseInt(jQuery(this).css('fontSize'));&#60;br /&#62;
//			jQuery(this).css('fontSize', $size * avia_cufon_size_mod)&#60;br /&#62;
//		});&#60;br /&#62;
//	}	&#60;/p&#62;
&#60;p&#62;//		els.addClass('cufon_headings');&#60;br /&#62;
//}&#60;/p&#62;
&#60;p&#62;CSS added to custom.css&#60;br /&#62;
h1, h2, h3, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {font-family: georgia,garamond,serif !important;}&#60;/p&#62;
&#60;p&#62;If you could help, that would be great.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
