<?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: Shop Desciption remove cufon question</title>
		<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question</link>
		<description>Support Forum - Topic: Shop Desciption remove cufon question</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 07:28:29 +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/shop-desciption-remove-cufon-question" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Shop Desciption remove cufon question"</title>
			<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question#post-98333</link>
			<pubDate>Mon, 25 Feb 2013 06:39:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Shop Desciption remove cufon question"</title>
			<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question#post-98253</link>
			<pubDate>Sun, 24 Feb 2013 15:00:36 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">98253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes that fixed it!!&#60;/p&#62;
&#60;p&#62;Thanks Dude ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Shop Desciption remove cufon question"</title>
			<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question#post-98231</link>
			<pubDate>Sun, 24 Feb 2013 07:48:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_woocommerce_advanced_title()
{
echo &#38;#39;&#38;lt;div class=&#38;quot;post-title big_title bg_gallery cufon_headings&#38;quot;&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_woocommerce_advanced_title()
{
if(is_woocommerce()){
echo &#38;#39;&#38;lt;div class=&#38;quot;post-title big_title bg_gallery&#38;quot;&#38;gt;&#38;#39;;
}else{
echo &#38;#39;&#38;lt;div class=&#38;quot;post-title big_title bg_gallery cufon_headings&#38;quot;&#38;gt;&#38;#39;;
}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Shop Desciption remove cufon question"</title>
			<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question#post-98167</link>
			<pubDate>Sat, 23 Feb 2013 11:19:33 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">98167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok so I think I found the problem&#60;/p&#62;
&#60;p&#62;Not sure if im doing this the correct way, but when I made my shop home page from the Dashboard &#38;gt;&#38;gt; Add Page I added a description in the shop page&#60;/p&#62;
&#60;p&#62;I also just added an image to test to see what happens, its ading cufon / styles to everything I add in the description area.&#60;/p&#62;
&#60;p&#62;Now ive noticed that in the woocommerce theme config.php file the page-description attribute is falling in between the following function. If I remove one of the classes from the div it fixes it, but removes the cufon from everywhere else :-/&#60;/p&#62;
&#60;p&#62;function avia_woocommerce_advanced_title()&#60;br /&#62;
{&#60;br /&#62;
	echo '&#38;lt;div class=&#34;post-title big_title bg_gallery cufon_headings&#34;&#38;gt;';&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;Wondering if there is anyway to cancel it out via CSS, or add a description else where, I wanted to use that area to display discounts and latest offers ect...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Shop Desciption remove cufon question"</title>
			<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question#post-98160</link>
			<pubDate>Sat, 23 Feb 2013 08:49:14 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">98160@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nope, all standard&#60;/p&#62;
&#60;p&#62;my avia.js is the same as what you posted&#60;/p&#62;
&#60;p&#62;Let me do some digging and see where its coming from&#60;/p&#62;
&#60;p&#62;Has the theme got a shop page layout ?  or does it come from woocommerce ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Shop Desciption remove cufon question"</title>
			<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question#post-98158</link>
			<pubDate>Sat, 23 Feb 2013 08:20:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Are you using a third party plugin for the cufon fonts? Our theme uses following code in avia.js:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;avia_cufon_helper(&#38;#39;h1, h2, h3, h4, h5, h6, .menu li a strong&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to apply the cufon font replacement to the headlines (h1 - h6) and to the menu. However this code won't affect the page-description div.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Shop Desciption remove cufon question"</title>
			<link>http://www.kriesi.at/support/topic/shop-desciption-remove-cufon-question#post-98087</link>
			<pubDate>Fri, 22 Feb 2013 17:46:13 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">98087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.jamespictures.co.uk/shop/&#34; rel=&#34;nofollow&#34;&#62;http://www.jamespictures.co.uk/shop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trying to remove the cufon from the shop description under the title...&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;page-description&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;Ive searched the forums and there is plenty of topics on how to remove it totally, but im just wondering if the description attribute is hard coded in the shop or in a theme file as I dont want to remove cufon all together just the page-description ?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
