<?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: Cufon</title>
		<link>http://www.kriesi.at/support/topic/cufon</link>
		<description>Support Forum - Topic: Cufon</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 23:38:21 +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/cufon" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-102228</link>
			<pubDate>Wed, 20 Mar 2013 12:05:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The theme creates a new option set for each language. Select a language from the drop-down (located at the top of the admin page) and configure all settings for this language (set your custom cufon font, etc.). Then save the settings and change the language by using the language selector drop down again. Now configure the settings for the second language (select the same font) and so on..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anorcan on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-102024</link>
			<pubDate>Tue, 19 Mar 2013 09:54:30 +0000</pubDate>
			<dc:creator>anorcan</dc:creator>
			<guid isPermaLink="false">102024@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, cool! I finally get a cufon font supporting cyliric on menu item and headings...&#60;/p&#62;
&#60;p&#62;but, please, I already need some help! If you go again to the website, you'll see you can choose different languages.&#60;br /&#62;
English is showing properly cufon font, but when you select Russian or Spanish, they show another font that not supports cyrilic alphabet (the previous one)! Even when my custom cufon font is selected on styling flashlight options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-101758</link>
			<pubDate>Mon, 18 Mar 2013 07:32:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Can you post a link to your cufon file (Cyrillic font).&#60;/p&#62;
&#60;p&#62;2) If you want to add your font file to the admin menu open up wp-content\themes\flashlight\includes\admin\register-admin-options.php and search for:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;subtype&#38;quot; =&#38;gt; array(	&#38;#39;no custom font&#38;#39;=&#38;gt;&#38;#39;&#38;#39;,
				            					&#38;#39;Arvo&#38;#39;=&#38;gt;&#38;#39;arvo__1.3&#38;#39;,
				            					&#38;#39;Bevan&#38;#39;=&#38;gt;&#38;#39;bevan__1.3&#38;#39;,
				            					&#38;#39;Cantarell&#38;#39;=&#38;gt;&#38;#39;cantarell__1.3&#38;#39;,
				            					&#38;#39;Cardo&#38;#39;=&#38;gt;&#38;#39;cardo__1.3&#38;#39;,
				            					&#38;#39;Droid Sans&#38;#39;=&#38;gt;&#38;#39;droidsans__1.3&#38;#39;,
				            					&#38;#39;Inconsolata&#38;#39;=&#38;gt;&#38;#39;inconsolata__1.3&#38;#39;,
				            					&#38;#39;Josefin All Characters&#38;#39;=&#38;gt;&#38;#39;josefine__1.3&#38;#39;,
				            					&#38;#39;Josefin Common Characters&#38;#39;=&#38;gt;&#38;#39;josefine_small__1.3&#38;#39;,
				            					&#38;#39;Kreon&#38;#39;=&#38;gt;&#38;#39;kreon__1.3&#38;#39;,
				            					&#38;#39;Lobster&#38;#39;=&#38;gt;&#38;#39;lobster__1.3&#38;#39;,
				            					&#38;#39;Molengo&#38;#39;=&#38;gt;&#38;#39;molengo__1.3&#38;#39;,
				            					&#38;#39;Oswald&#38;#39;=&#38;gt;&#38;#39;oswald__1.3&#38;#39;,
				            					&#38;#39;Reenie Beanie&#38;#39;=&#38;gt;&#38;#39;reeniebeanie__1.6&#38;#39;, //number attached is a font size modifier for very small fonts ( * 1.4)
				            					&#38;#39;Tangerine&#38;#39;=&#38;gt;&#38;#39;tangerine__2.2&#38;#39;,
				            					&#38;#39;Vollkorn&#38;#39;=&#38;gt;&#38;#39;vollkorn__1.3&#38;#39;,
				            					&#38;#39;Yanone Kaffeesatz&#38;#39;=&#38;gt;&#38;#39;yanonekaffeesatz__1.3&#38;#39;
				            					));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add your font file to the array - the first value (i.e. 'Tangerine') is the name of the font in the option panel dropdown, the second value is the font file name (i.e. if the font file is wp-content\themes\flashlight\framework\js\fonts\tangerine.font.js the font name is 'tangerine') and the '__1.3' extension is the size modifier.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anorcan on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-101675</link>
			<pubDate>Sun, 17 Mar 2013 14:53:32 +0000</pubDate>
			<dc:creator>anorcan</dc:creator>
			<guid isPermaLink="false">101675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Font file path is right &#38;gt; \wp-content\themes\flashlight\framework\js\fonts&#60;br /&#62;
The only thing I can't do is what Kriesi suggested above.. &#34;Last thing to do is to open theme_options/options.php and at arround line 59 add the array entry. (first part of each key value pair is the display name, second part is the file name without font.js)&#34; &#60;/p&#62;
&#60;p&#62;because when I add a new line with my font, website is completely down. :(&#60;/p&#62;
&#60;p&#62;If you please take a look... here you are: &#60;a href=&#34;http://goo.gl/P6l7T&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/P6l7T&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-101595</link>
			<pubDate>Sat, 16 Mar 2013 07:39:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Can you post a link to your website please? Maybe the font file path is wrong or the font family is not set to cufon?&#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anorcan on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-101470</link>
			<pubDate>Fri, 15 Mar 2013 11:45:07 +0000</pubDate>
			<dc:creator>anorcan</dc:creator>
			<guid isPermaLink="false">101470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I've followed instructions to add a cyrillic font as cufon font in my flashlight theme but I can't run it.&#60;br /&#62;
I generated js file, I put on fonts folder and I've modified register-admin-options to add the line code with my font family... but it's not working at all? Any help please?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-19935</link>
			<pubDate>Thu, 26 May 2011 21:09:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">19935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that we could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lucie on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-19875</link>
			<pubDate>Thu, 26 May 2011 04:04:05 +0000</pubDate>
			<dc:creator>lucie</dc:creator>
			<guid isPermaLink="false">19875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you, Dude for the info you gave SandeeJ, I subbed out a font for one the ones I didn't want, and that worked great. I really like Broadscope, you guys, great work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-17564</link>
			<pubDate>Fri, 22 Apr 2011 09:43:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
please try to deactivate all plugins - maybe one is conflicting with cufon.js.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Itallo on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-17533</link>
			<pubDate>Thu, 21 Apr 2011 19:51:25 +0000</pubDate>
			<dc:creator>Itallo</dc:creator>
			<guid isPermaLink="false">17533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, I have another problem with Cufon in pages and widgets. Look at &#60;a href=&#34;http://www.bairesmedialab.com/quienes-somos/&#34; rel=&#34;nofollow&#34;&#62;http://www.bairesmedialab.com/quienes-somos/&#60;/a&#62;, where quiénes do not have tilde. I need make another changes? Where?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-14932</link>
			<pubDate>Wed, 16 Mar 2011 07:00:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it's not easily possible to add a new font to Broadscope (you can edit the option page but because of the framework option structure you'd need to delete broadscope's sql database entries...). I'd suggest to replace a cufon file you don't need with the new generated one (i.e rename your file to kreon.font.js and replace the original &#34;kreon.font.js&#34; file. In your theme options panel select Kreon to display your font.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SandeeJ on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-14891</link>
			<pubDate>Tue, 15 Mar 2011 21:29:43 +0000</pubDate>
			<dc:creator>SandeeJ</dc:creator>
			<guid isPermaLink="false">14891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I am not understanding these instructions. I am using the Broadscope theme. I have made my font into a cufon file, uploaded it to broadscope--&#38;gt;framework--&#38;gt;js--&#38;gt;fonts, and I don't see it in the dropdown menu located within the Theme Options panel layout &#38;amp; styling --&#38;gt; heading fonts. &#60;/p&#62;
&#60;p&#62;Is that not the right place?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-12928</link>
			<pubDate>Tue, 15 Feb 2011 06:23:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Itallo on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-12925</link>
			<pubDate>Tue, 15 Feb 2011 03:21:51 +0000</pubDate>
			<dc:creator>Itallo</dc:creator>
			<guid isPermaLink="false">12925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks you Dude, mi blog now is in spanish :) &#60;a href=&#34;http://www.bairesmedialab.com&#34; rel=&#34;nofollow&#34;&#62;http://www.bairesmedialab.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-12871</link>
			<pubDate>Mon, 14 Feb 2011 07:59:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
for CleanCut have a look at this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/replace-cufon-font-in-cleancut&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/replace-cufon-font-in-cleancut&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Itallo on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-12859</link>
			<pubDate>Mon, 14 Feb 2011 03:49:18 +0000</pubDate>
			<dc:creator>Itallo</dc:creator>
			<guid isPermaLink="false">12859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I need change Cufon because my blog is in spanish...&#60;br /&#62;
But I can't make this change. My options.php file don't have line 59, only have 48... and I do not see the code I have to paste.&#60;br /&#62;
I make correctrly a .js, but I lost in next step.&#60;/p&#62;
&#60;p&#62;Please, helpme.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-12207</link>
			<pubDate>Wed, 02 Feb 2011 08:20:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes it's possible but I strongly advise against it because of several reasons.&#60;/p&#62;
&#60;p&#62;1) Cufon fonts add around 50 to 100kb to your website.&#60;br /&#62;
2) This cause a longer loading time (of course it even gets worse when using two or more fonts)&#60;br /&#62;
3) The website loads around 2 or 3 seconds slower because of the filesize and the javascript executing time...&#60;/p&#62;
&#60;p&#62;So I wouldn't use a second cufon font...&#60;/p&#62;
&#60;p&#62;It's also not easily possible to implement the font without some coding skills.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomaprice on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-12186</link>
			<pubDate>Tue, 01 Feb 2011 17:29:06 +0000</pubDate>
			<dc:creator>tomaprice</dc:creator>
			<guid isPermaLink="false">12186@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is it possible to use a cufon font for h1,h2,h3, etc. and another cufon font for the menu and &#38;lt;p&#38;gt; ?&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CarlosX on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-94</link>
			<pubDate>Mon, 19 Jul 2010 13:09:01 +0000</pubDate>
			<dc:creator>CarlosX</dc:creator>
			<guid isPermaLink="false">94@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks + Dankeschön!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-83</link>
			<pubDate>Mon, 19 Jul 2010 09:42:45 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">83@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;of course. first you need to create a new cufon javascript file here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cufon.shoqolate.com/generate/&#34; rel=&#34;nofollow&#34;&#62;http://cufon.shoqolate.com/generate/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At the fifth imput field from the top which is labeld: &#34;Use the following value as the font-family of the generated font (optional)&#34; you need to enter the word &#34;cufon&#34; (without quotation marks)&#60;/p&#62;
&#60;p&#62;You then get a new JS file which you need to place in the folder framework/fonts. make sure to name it the same way as others were named:&#60;/p&#62;
&#60;p&#62;fontname.font.js - fontname can be anything you like but .font.js is madatory&#60;/p&#62;
&#60;p&#62;Last thing to do is to open theme_options/options.php and at arround line 59 add the array entry. (first part of each key value pair is the display name, second part is the file name without font.js)&#60;/p&#62;
&#60;p&#62;for example if you have created a file out of arial your font file should be named: arial.font.js and the array in options.php should look like this:&#60;/p&#62;
&#60;pre&#62;
$options[] =  array(	&#34;name&#34; =&#38;gt; &#34;Heading Font&#34;,
			&#34;desc&#34; =&#38;gt; &#34;The Font heading utilizes the google API and allows you to use a wide range of custom fonts for your headings&#34;,
            &#34;id&#34; =&#38;gt; &#34;font_heading&#34;,
            &#34;type&#34; =&#38;gt; &#34;dropdown&#34;,
            &#34;std&#34; =&#38;gt; &#34;josefine_small&#34;,
            &#34;subtype&#34; =&#38;gt; array(	'Cantarell'=&#38;gt;'cantarell',
            					'Cardo'=&#38;gt;'cardo',
            					'Droid Sans'=&#38;gt;'droidsans',
            					'Inconsolata'=&#38;gt;'inconsolata',
            					'Josefin All Characters'=&#38;gt;'josefine',
            					'Josefin Common Characters'=&#38;gt;'josefine_small',
            					'Lobster'=&#38;gt;'lobster',
            					'Molengo'=&#38;gt;'molengo',
            					'Reenie Beanie'=&#38;gt;'reeniebeanie',
            					'Tangerine'=&#38;gt;'tangerine',
            					'Vollkorn'=&#38;gt;'vollkorn',
            					'Yanone Kaffeesatz'=&#38;gt;'yanonekaffeesatz',
                                                'Arial'=&#38;gt;'arial'
            					));
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>CarlosX on "Cufon"</title>
			<link>http://www.kriesi.at/support/topic/cufon#post-80</link>
			<pubDate>Mon, 19 Jul 2010 09:31:11 +0000</pubDate>
			<dc:creator>CarlosX</dc:creator>
			<guid isPermaLink="false">80@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi (Servas from Munich/Bavaria),&#60;/p&#62;
&#60;p&#62;great work, as ever, and very easy to deal with!&#60;/p&#62;
&#60;p&#62;Only one question: Any chance for me to add Cufon fonts to the Navigation?&#60;/p&#62;
&#60;p&#62;Thanks + Baba, Joerg
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
