<?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 - Tag: WC2 - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/wc2</link>
		<description>Support Forum - Tag: WC2 - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 13:55:25 +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/tags/wc2" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-105837</link>
			<pubDate>Wed, 17 Apr 2013 07:35:52 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;So paste whatever that plugin you are using gives you (shortcode or php code) and paste it in the location that I gave you before. I don't use that plugin so am not really sure how it works. You can ask on their support forum regarding what to paste, and just paste it in the location i describe above instead.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-105706</link>
			<pubDate>Tue, 16 Apr 2013 05:37:51 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry about the confusion. I tried your code and it moved the stock Propulsion Social Media links BUT I was referring to the SHARE icons that are created using a Social Share plugin. &#60;/p&#62;
&#60;p&#62;I just disabled Product Attributes completely for now so you will not be able to see it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-105627</link>
			<pubDate>Mon, 15 Apr 2013 12:26:40 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I see three H1 tags on the page you provided, 1 is logo, 1 is page title, 1 is product title. I don't see any attributes, just the same phrase that matches the page slug, and title.&#60;/p&#62;
&#60;p&#62;==&#60;/p&#62;
&#60;p&#62;To move the social buttons. You will need to open up functions.php at the base of the theme and cut (ctrl-x) lines 198-204 that look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;&#38;#39;;
do_action(&#38;#39;avia_add_social_icon&#38;#39;,&#38;#39;header&#38;#39;);
if($dribbble = avia_get_option(&#38;#39;dribbble&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;dribbble&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://dribbble.com/&#38;quot;.$dribbble.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on dribbble&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Join our Facebook Group&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
echo &#38;#39;	&#38;lt;li class=&#38;quot;rss&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.avia_get_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)).&#38;#39;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
echo &#38;#39;&#38;lt;/ul&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and paste the above block right before line 593 of /config-woocommerce/config.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;div class=&#38;#39;product_column product_column_&#38;quot;.$avia_config[&#38;#39;shop_single_column&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's it. However you may need to figure out specifically where you want the buttons to appear since right now they will be on top of the related products. You may need to adjust the location by trying 597 and other lines as the place to paste the code you cut from the first page.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-105483</link>
			<pubDate>Sun, 14 Apr 2013 03:56:25 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Was there ever a better fix for this? I am having duplicates so I used the code above to completely remove the short description tab from the product but I hope there is a better solution coming through soon. &#60;/p&#62;
&#60;p&#62;Forgive me for thread hijacking for a minute but could you please also look at my site &#60;a href=&#34;http://goo.gl/F64a2&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/F64a2&#60;/a&#62; and help with two things regarding the tabs:&#60;/p&#62;
&#60;p&#62;1) Why is Product Attributes showing as H1 heading?&#60;br /&#62;
2) How can I get the social share button below everything and right above the &#34;related products&#34; section?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102870</link>
			<pubDate>Mon, 25 Mar 2013 06:37:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; To fix the issue (&#34;I cannot access my settings because I have to intall and activate BBPress...&#34;)  open up wp-content\themes\propulsion\includes\admin\register-plugins.php and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;tgmpa_register&#38;#39;, &#38;#39;my_theme_register_required_plugins&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manuelfmartinez on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102867</link>
			<pubDate>Mon, 25 Mar 2013 02:47:35 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">102867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Update: Now if I install BBPress I cannot even login to my site. After logging in it just redirects me to my homepage. What is going on here???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manuelfmartinez on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102865</link>
			<pubDate>Mon, 25 Mar 2013 02:43:49 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">102865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes the duplication is fixed. I had to hack the crap out of the code to get it to work.... &#60;/p&#62;
&#60;p&#62;Now I'm not getting any emails when a customers submits an order. I cannot access my settings because I have to intall and activate BBPress but I do not want to use BBpress. Never. Not at all. Why are we now forced to do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Yoast SEO Woocommerce 2.0.1 Products in Product Page Products Names Problem"</title>
			<link>http://www.kriesi.at/support/topic/yoast-seo-woocommerce-201-products-in-product-page-products-names-problem#post-102745</link>
			<pubDate>Sat, 23 Mar 2013 05:51:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102745@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can use the &#34;Screen Options&#34; (located in the top right corner of the admin screen) to hide unnecessary columns. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102738</link>
			<pubDate>Sat, 23 Mar 2013 03:36:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">102738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I visited this link &#60;a href=&#34;http://www.projectgreenbag.com/reusablebags/supermarket/&#34; rel=&#34;nofollow&#34;&#62;http://www.projectgreenbag.com/reusablebags/supermarket/&#60;/a&#62; and I don't see a double descriptions. Is this fixed?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>visualize57 on "Yoast SEO Woocommerce 2.0.1 Products in Product Page Products Names Problem"</title>
			<link>http://www.kriesi.at/support/topic/yoast-seo-woocommerce-201-products-in-product-page-products-names-problem#post-102698</link>
			<pubDate>Fri, 22 Mar 2013 20:06:29 +0000</pubDate>
			<dc:creator>visualize57</dc:creator>
			<guid isPermaLink="false">102698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Not an expert here, but I don't think Yoast SEO is the problem. When its on you are just adding a lot more columns to display. WooCommerce 2.0.4 has a tweak that I am wondering if it fixes the problem but do not want to try till I know if anything else in this version messes with Abundance 1.8.1 that I am running.&#60;/p&#62;
&#60;p&#62;&#34;Tweak - Applied a width to the product name column (edit products) to fix layout small screens&#34;&#60;/p&#62;
&#60;p&#62;Any thoughts Dude or Devin??&#60;/p&#62;
&#60;p&#62;Craig
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheGabriel on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102681</link>
			<pubDate>Fri, 22 Mar 2013 17:09:54 +0000</pubDate>
			<dc:creator>TheGabriel</dc:creator>
			<guid isPermaLink="false">102681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately since a fatal crash of my site, the code above doesn&#60;code&#62;t work for me anymore. The double descriptions appear again and can&#60;/code&#62;t be removed so far. Can you pleas review, what`s wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102570</link>
			<pubDate>Fri, 22 Mar 2013 03:28:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That is caused by the new country search option. You need to go to the WooCommerce settings and the General tab has an option for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Styles and Scripts

  Enable enhanced country select boxes&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Uncheck that option and then Save Changes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manuelfmartinez on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102540</link>
			<pubDate>Fri, 22 Mar 2013 01:07:26 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">102540@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To see the problem do the following. &#60;/p&#62;
&#60;p&#62;- Add an item to the cart&#60;br /&#62;
- Click &#34;Checkout&#34;&#60;br /&#62;
- Click on the &#34;Country&#34; drop-down. You will see it doesn't open all the way. Looks like there is a small mask around it...&#60;br /&#62;
- Refresh that page. Sometimes no checkout boxes appear. Sometimes it does. &#60;/p&#62;
&#60;p&#62;What is causing the strange drop-down behavior where it is not able to open all the way? I'm on the latest version of Chrome on Mac.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102511</link>
			<pubDate>Thu, 21 Mar 2013 20:37:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi manuelfmartinez,&#60;/p&#62;
&#60;p&#62;I am not having any issues with the cart on your site at the moment. Is this only in a specific browser or OS?&#60;/p&#62;
&#60;p&#62;For the tabs, the only thing we've seen that causes an issue is other plugins interfering with woocommerce. So try disabling all other active plugins and see if that helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Yoast SEO Woocommerce 2.0.1 Products in Product Page Products Names Problem"</title>
			<link>http://www.kriesi.at/support/topic/yoast-seo-woocommerce-201-products-in-product-page-products-names-problem#post-102369</link>
			<pubDate>Thu, 21 Mar 2013 06:29:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd recommend to report the issue directly to the plugin author: &#60;a href=&#34;http://wordpress.org/support/plugin/wordpress-seo&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/plugin/wordpress-seo&#60;/a&#62; - he knows if it's a plugin bug, how to fix it and when the next update will be released.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manuelfmartinez on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102365</link>
			<pubDate>Thu, 21 Mar 2013 06:21:21 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">102365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Update: I just noticed that my cart and checkout page are not working. The page is all white from the &#34;search box&#34; down. Now customers can add products to the cart but never view the cart nor view the checkout page.... So frustrated... Please help. Try it for yourself here: &#60;a href=&#34;http://www.projectgreenbag.com/reusablebags/supermarket/&#34; rel=&#34;nofollow&#34;&#62;http://www.projectgreenbag.com/reusablebags/supermarket/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manuelfmartinez on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102363</link>
			<pubDate>Thu, 21 Mar 2013 06:15:44 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">102363@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did both, remove the old code AND added the new one you sent. This worked and my site is back to normal. Please make this process much easier during the next update. Each update brings so many new problems to troubleshot and takes so much time to fix. This sucks having to do this every time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manuelfmartinez on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-102362</link>
			<pubDate>Thu, 21 Mar 2013 06:04:23 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">102362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I get my &#34;Atributes&#34; to show up again? After the update they all disappeared from all product pages. My &#34;Product Description&#34; is still being shown twice on the page. It looks bad. Please help: &#60;a href=&#34;http://www.projectgreenbag.com/reusablebags/supermarket/&#34; rel=&#34;nofollow&#34;&#62;http://www.projectgreenbag.com/reusablebags/supermarket/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andalucianexports on "Yoast SEO Woocommerce 2.0.1 Products in Product Page Products Names Problem"</title>
			<link>http://www.kriesi.at/support/topic/yoast-seo-woocommerce-201-products-in-product-page-products-names-problem#post-102260</link>
			<pubDate>Wed, 20 Mar 2013 14:12:30 +0000</pubDate>
			<dc:creator>Andalucianexports</dc:creator>
			<guid isPermaLink="false">102260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Having exactly the same issue, deactiving yoast solves the problem but as soon as I reactivate the plugin the admin product page goes all over the place.&#60;/p&#62;
&#60;p&#62;Is this a case of waiting for a plugin upgrade or is there a fix?&#60;/p&#62;
&#60;p&#62;Iain
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Woo 2.0 update broke site"</title>
			<link>http://www.kriesi.at/support/topic/woo-20-update-broke-site#post-102121</link>
			<pubDate>Tue, 19 Mar 2013 19:37:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102121@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drywallmud on "Woo 2.0 update broke site"</title>
			<link>http://www.kriesi.at/support/topic/woo-20-update-broke-site#post-102096</link>
			<pubDate>Tue, 19 Mar 2013 16:47:57 +0000</pubDate>
			<dc:creator>drywallmud</dc:creator>
			<guid isPermaLink="false">102096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just want to revisit this to say thanks for the fix! I appreciate you taking the time to get the site back up and running.&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Woo 2.0 update broke site"</title>
			<link>http://www.kriesi.at/support/topic/woo-20-update-broke-site#post-101578</link>
			<pubDate>Sat, 16 Mar 2013 06:44:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I works now - fix. &#60;a href=&#34;http://www.kriesi.at/support/topic/error-on-mega-menu#post-101268&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/error-on-mega-menu#post-101268&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Woo 2.0 update broke site"</title>
			<link>http://www.kriesi.at/support/topic/woo-20-update-broke-site#post-100872</link>
			<pubDate>Tue, 12 Mar 2013 15:19:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tagged Peter on the topic so it'll be in his personal Queue and easier to find when he gets your email.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-100855</link>
			<pubDate>Tue, 12 Mar 2013 14:40:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi adamsleatherworks,&#60;/p&#62;
&#60;p&#62;It actually used to be like that for the theme but there were so many requests to have it added in that Kriesi added it to the theme files. &#60;/p&#62;
&#60;p&#62;Hopefully he'll be able to find a fix for the issue with WC2.0 so that it isn't needed however and it will go back to working without the need for the above :)&#60;/p&#62;
&#60;p&#62;Glad this is working for you for now though.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adamsleatherworks on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-100845</link>
			<pubDate>Tue, 12 Mar 2013 14:17:45 +0000</pubDate>
			<dc:creator>adamsleatherworks</dc:creator>
			<guid isPermaLink="false">100845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just tried your second piece of code, and it worked great - thanks!  Is it possible to get this permanently incorporated into the theme files somehow so we don't have to edit the WC files every time they release another update (like they just did again this morning)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-100763</link>
			<pubDate>Tue, 12 Mar 2013 06:18:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to remove the short description tab remove following code from wp-content\themes\propulsion\config-woocommerce\config.php.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//optional short description Tab
add_action(&#38;#39;woocommerce_product_tabs&#38;#39;, &#38;#39;avia_woocommerce_short_description&#38;#39;);
add_action(&#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;avia_woocommerce_short_description_panel&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to remove the description tab and you're using WC2.0 use following code instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_wc_tab( $tabs ) {
    unset( $tabs[&#38;#39;description&#38;#39;] );

    return $tabs;
}
add_filter( &#38;#39;woocommerce_product_tabs&#38;#39;, &#38;#39;remove_wc_tab&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add it to the bottom of functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drywallmud on "Woo 2.0 update broke site"</title>
			<link>http://www.kriesi.at/support/topic/woo-20-update-broke-site#post-100663</link>
			<pubDate>Mon, 11 Mar 2013 17:44:22 +0000</pubDate>
			<dc:creator>drywallmud</dc:creator>
			<guid isPermaLink="false">100663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;The only plugin I had originally was Jetpack, and I re-installed it as well. With Jetpack active or not, Replete theme is broken.   I've sent Dude a login via his email address.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Duplicate Category Description after upgrading WC2.02 / Replete 1.3.1"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-category-description-after-upgrading-wc202-replete-131#post-100610</link>
			<pubDate>Mon, 11 Mar 2013 15:07:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that worked for you temporarily, should be getting some new fixes out asap.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Woo 2.0 update broke site"</title>
			<link>http://www.kriesi.at/support/topic/woo-20-update-broke-site#post-100572</link>
			<pubDate>Mon, 11 Mar 2013 13:23:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100572@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I can't reproduce the issue on my test server. Please create me a wordpress admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Woo 2.0 update broke site"</title>
			<link>http://www.kriesi.at/support/topic/woo-20-update-broke-site#post-100520</link>
			<pubDate>Mon, 11 Mar 2013 06:22:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi drywallmud,&#60;/p&#62;
&#60;p&#62;I've not had an error like that before or run across it with the updates this week. I've tagged the topic for Kriesi as well as the head of support for some additional eyes since I'm not sure what it could be.&#60;/p&#62;
&#60;p&#62;Just to verify though, you are getting this with no plugins active (except woocommerce 2.0.2)?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
