<?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: Font - Double Vision</title>
		<link>http://www.kriesi.at/support/topic/font-double-vision</link>
		<description>Support Forum - Topic: Font - Double Vision</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 16:51:53 +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/font-double-vision" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-28011</link>
			<pubDate>Tue, 27 Sep 2011 20:53:05 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the heads up, we'll keep it in mind :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-28006</link>
			<pubDate>Tue, 27 Sep 2011 20:20:38 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">28006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had to do something similar to this. I ultimately just modified the custom.js, duplicating the replace entry for just H1 and removing the text-shadow feature. Much better.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8711</link>
			<pubDate>Thu, 11 Nov 2010 08:17:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zrated09 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8689</link>
			<pubDate>Thu, 11 Nov 2010 01:07:43 +0000</pubDate>
			<dc:creator>Zrated09</dc:creator>
			<guid isPermaLink="false">8689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It appears the &#34;text shadow&#34; function is what is creating my heartache...&#60;/p&#62;
&#60;p&#62;Cufon.replace('h1,h2,h3,h4,h5,h6',{ &#60;/p&#62;
&#60;p&#62;	fontFamily: 'quicksand',&#60;br /&#62;
	hover:'true',&#60;br /&#62;
	textShadow: colorset[0]&#60;br /&#62;
	});&#60;/p&#62;
&#60;p&#62;When I remove the textShadow function from the aforementioned code it solves my problem.&#60;/p&#62;
&#60;p&#62;Thanks again for pointing me in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8133</link>
			<pubDate>Tue, 02 Nov 2010 07:42:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can add any class you like to the cufon font replacement. So you can i.e. define some classes (with different font size, font color, etc. in your style.css or style1.css and afterwards you can add them to cufon by eiting custom.js. You need to find following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Cufon.replace(&#38;#39;h1,h2,h3,h4,h5,h6&#38;#39;,{&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you can attach some other css classes, ids, etc like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Cufon.replace(&#38;#39;h1,h2,h3,h4,h5,h6,.myclass,#myid&#38;#39;,{&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Zrated09 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8115</link>
			<pubDate>Tue, 02 Nov 2010 04:01:58 +0000</pubDate>
			<dc:creator>Zrated09</dc:creator>
			<guid isPermaLink="false">8115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I thought I fixed the double vision font....but I am not as clever as I thought.&#60;/p&#62;
&#60;p&#62;What I have been doing is changing this:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;one_fourth&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h3&#38;gt;Lorem ipsum&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;one_fourth&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h3 class=&#34;heading&#34;&#38;gt;Lorem ipsum&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;p&#62;However in some instances the new text isn't exactly the same size as the original, but the double vision is gone. &#60;/p&#62;
&#60;p&#62;Furthermore, with some of the current class names (i.e. 'siteheading') the double vision doesn't go away by renaming the class to &#34;heading&#34;.&#60;/p&#62;
&#60;p&#62;And, in the portfolio page I don't think I can even rename the following class to &#34;heading&#34; without negating the sorting function which makes the portfolio so special:&#60;/p&#62;
&#60;p&#62;&#38;lt;h3 class='name_sort'&#38;gt;A mov Lorem ipsum&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;p&#62;Sorry to bother you again, but your help is appreciated
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8068</link>
			<pubDate>Mon, 01 Nov 2010 08:47:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8068@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zrated09 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8057</link>
			<pubDate>Sun, 31 Oct 2010 19:54:16 +0000</pubDate>
			<dc:creator>Zrated09</dc:creator>
			<guid isPermaLink="false">8057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You're awesome!&#60;/p&#62;
&#60;p&#62;Thanks for the quick replies.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8040</link>
			<pubDate>Sun, 31 Oct 2010 07:54:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to create a div with a class &#34;entry&#34; and put your image into it like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;
&#38;lt;img alt=&#38;quot;&#38;quot; src=&#38;quot;files/block3.png&#38;quot;&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Zrated09 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-8036</link>
			<pubDate>Sun, 31 Oct 2010 05:38:08 +0000</pubDate>
			<dc:creator>Zrated09</dc:creator>
			<guid isPermaLink="false">8036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;One last question. Notice the contacts section I created (from the Levitation theme) in the lower right corner of the page... How do I get a border around that image to match the borders around the images in the one_fourth class?&#60;/p&#62;
&#60;p&#62;Thanks again. &#60;/p&#62;
&#60;p&#62;Great themes!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-7985</link>
			<pubDate>Fri, 29 Oct 2010 19:39:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Search for following line in custom.js - located in a folder called js.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery($elements).contents(&#38;quot;img&#38;quot;).hover(function()
	{
		jQuery(this).stop().animate({opacity:0.4},400);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the value of opacity to something between 0 and 1 - lower value means less transparency. At the moment it's set to 0.4
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zrated09 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-7984</link>
			<pubDate>Fri, 29 Oct 2010 19:31:19 +0000</pubDate>
			<dc:creator>Zrated09</dc:creator>
			<guid isPermaLink="false">7984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I figured it out. Those text sections needed a heading class applied to them.&#60;/p&#62;
&#60;p&#62;I do have another questions since you are looking at my file...&#60;/p&#62;
&#60;p&#62;On the 4 images in the content area, the hover image of the magnifying glass is really dim. How do I make it less transparent during the hover state?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zrated09 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-7981</link>
			<pubDate>Fri, 29 Oct 2010 17:56:42 +0000</pubDate>
			<dc:creator>Zrated09</dc:creator>
			<guid isPermaLink="false">7981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://lunstrum.lbc-construction.com/index_fade_Brian.html&#34; rel=&#34;nofollow&#34;&#62;http://lunstrum.lbc-construction.com/index_fade_Brian.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-7939</link>
			<pubDate>Fri, 29 Oct 2010 05:49:20 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">7939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Do you have a link to the page you are having trouble with? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Noah
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zrated09 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-7931</link>
			<pubDate>Fri, 29 Oct 2010 00:11:39 +0000</pubDate>
			<dc:creator>Zrated09</dc:creator>
			<guid isPermaLink="false">7931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have changed the background color of the cleancut skin to mimic that of the tan version of the Levitation skin. After doing that the h1-h6 font classes look like you're seeing double vision and I can't seem to solve this problem. I have found where I can change the color of the font in the style sheet but it still shows what appears to be two characters for each letter slightly offset. &#60;/p&#62;
&#60;p&#62;I'm a complete newbie with no coding experience so I could be missing something that is obvious to most people.&#60;/p&#62;
&#60;p&#62;Thanks in advance for the help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
