<?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: duplicate - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/duplicate</link>
		<description>Support Forum - Tag: duplicate - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 23:46:17 +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/duplicate" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Product Attributes Tab - Duplicate and H1 Heading Issue"</title>
			<link>http://www.kriesi.at/support/topic/product-attributes-tab-duplicate-and-h1-heading-issue#post-105948</link>
			<pubDate>Wed, 17 Apr 2013 14:52:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ehong33234,&#60;/p&#62;
&#60;p&#62;It looks like you removed the tab already. Do you still need to change that?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#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-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 "Product Attributes Tab - Duplicate and H1 Heading Issue"</title>
			<link>http://www.kriesi.at/support/topic/product-attributes-tab-duplicate-and-h1-heading-issue#post-105801</link>
			<pubDate>Tue, 16 Apr 2013 18:54:45 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105801@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please see this page: &#60;a href=&#34;http://goo.gl/fXrk1&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/fXrk1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I change the H1 tag for the Product Attributes verbiage and/or remove it altogether? The tab already shows as &#34;Product Attributes&#34; but it is duplicated inside the content of the tab.&#60;/p&#62;
&#60;p&#62;Thanks.
&#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>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>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>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>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>manuelfmartinez on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-100508</link>
			<pubDate>Mon, 11 Mar 2013 02:55:20 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">100508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#34;Dude&#34; I added the 2 lines of code you gave, it did nothing. I still see the duplication of text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fotomaster on "Duplicate Product Descriptions after 2.0 Update"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-product-descriptions-after-20-update#post-100474</link>
			<pubDate>Sun, 10 Mar 2013 22:24:47 +0000</pubDate>
			<dc:creator>fotomaster</dc:creator>
			<guid isPermaLink="false">100474@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, I have got the same problem, unfortunately: &#60;a href=&#34;http://fotoetude.com/test/shop/test_1/&#34; rel=&#34;nofollow&#34;&#62;http://fotoetude.com/test/shop/test_1/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Please, help with this...
&#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-100421</link>
			<pubDate>Sun, 10 Mar 2013 10:38:11 +0000</pubDate>
			<dc:creator>manuelfmartinez</dc:creator>
			<guid isPermaLink="false">100421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem. I have text in the first box (on the product page in Wordpress), then I have some text in the &#34;Attributes&#34; tab which is totally different. For some reason, after the upgrade, the description text is showing up twice and the attributes are not showing up at all. Please help fix this, it looks very unprofessional. (I don't want to remove the description text).&#60;br /&#62;
&#60;a href=&#34;http://www.projectgreenbag.com/reusablebags/groceries/&#34; rel=&#34;nofollow&#34;&#62;http://www.projectgreenbag.com/reusablebags/groceries/&#60;/a&#62;
&#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-100320</link>
			<pubDate>Sat, 09 Mar 2013 09:19:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100320@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik you can use some filter code to remove the product description tab. Open up functions.php and at the very bottom insert following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;remove_action( &#38;#39;woocommerce_product_tabs&#38;#39;, &#38;#39;woocommerce_product_description_tab&#38;#39;, 10 );
remove_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_description_panel&#38;#39;, 10 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I found the code here: &#60;a href=&#34;http://www.sean-barton.co.uk/2012/05/woocommerce-removing-reviews-tab/#.UTr-ahxE_4I&#34; rel=&#34;nofollow&#34;&#62;http://www.sean-barton.co.uk/2012/05/woocommerce-removing-reviews-tab/#.UTr-ahxE_4I&#60;/a&#62;
&#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-100091</link>
			<pubDate>Thu, 07 Mar 2013 18:40:55 +0000</pubDate>
			<dc:creator>adamsleatherworks</dc:creator>
			<guid isPermaLink="false">100091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is still unresolved, but I put a band-aid on it for now. The problem seems to be the description tab is seeing the &#34;Product Short Description&#34; box as being empty, so it's pulling the text from the Long Description box. If I cut the text from the long description box and paste it into the Short Description box, the formatting doesn't work as well.&#60;/p&#62;
&#60;p&#62;I tried keeping the text in the long description box, then simply put a &#34;.&#34; (period) in the Short Description box, but then I got three tabs - a short, long and review tab.&#60;/p&#62;
&#60;p&#62;For now I went into the woocommerce-template.php file and removed the following lines of code so it would stop calling the description tab...&#60;/p&#62;
&#60;p&#62;---------&#60;br /&#62;
if ( ! function_exists( 'woocommerce_product_description_tab' ) ) {&#60;/p&#62;
&#60;p&#62;	/**&#60;br /&#62;
	 * Output the description tab content.&#60;br /&#62;
	 *&#60;br /&#62;
	 * @access public&#60;br /&#62;
	 * @subpackage	Product/Tabs&#60;br /&#62;
	 * @return void&#60;br /&#62;
	 */&#60;br /&#62;
	function woocommerce_product_description_tab() {&#60;br /&#62;
		woocommerce_get_template( 'single-product/tabs/description.php' );&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
-------------------&#60;/p&#62;
&#60;p&#62;// Description tab - shows product content&#60;br /&#62;
		if ( $post-&#38;gt;post_content )&#60;br /&#62;
			$tabs['description'] = array(&#60;br /&#62;
				'title'    =&#38;gt; __( 'Description', 'woocommerce' ),&#60;br /&#62;
				'priority' =&#38;gt; 10,&#60;br /&#62;
				'callback' =&#38;gt; 'woocommerce_product_description_tab'&#60;br /&#62;
			);
&#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-100056</link>
			<pubDate>Thu, 07 Mar 2013 16:19:57 +0000</pubDate>
			<dc:creator>adamsleatherworks</dc:creator>
			<guid isPermaLink="false">100056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After updating to Woocommerce 2.0, I instantly started getting duplicate product descriptions on all of my products. My product description is typed into the long description box - I have nothing typed into the short description box. Somehow, the short description is pulling from the long description box. I'd like to disable the short description tab and simply have the review tab at the bottom of my product pages. I can't not find a way to disable the short product description tab - can someone please help? Here is my site if you'd like to see what it's doing:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.adamsleatherworks.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://www.adamsleatherworks.com/shop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I should mention I've also posted this on the WooCommerce support forum - not sure who is better able to solve this problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "duplicate item in cart"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-item-in-cart#post-89339</link>
			<pubDate>Sat, 22 Dec 2012 13:48:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great - I'll mark this thread for Kriesi and I'll ask him to include the fix in the next update :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "duplicate item in cart"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-item-in-cart#post-89338</link>
			<pubDate>Sat, 22 Dec 2012 13:34:54 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">89338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It seems to be OK now.&#60;br /&#62;
To be included in the next update...&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "duplicate item in cart"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-item-in-cart#post-89330</link>
			<pubDate>Sat, 22 Dec 2012 12:06:34 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">89330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, I'll try all that.&#60;br /&#62;
Thank you very much.&#60;br /&#62;
Happy Christmas !!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "duplicate item in cart"</title>
			<link>http://www.kriesi.at/support/topic/duplicate-item-in-cart#post-89316</link>
			<pubDate>Sat, 22 Dec 2012 08:22:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) An user reported that you can fix the duplication bug by setting a &#34;custom bg image&#34; for all sections. Personally I didn't try it but I'm also not able to reproduce the duplication bug (your cart widget works fine for me too). Go to Replete -&#38;gt; Theme Options -&#38;gt; Styling&#60;br /&#62;
Each of these section has a background attribute. According to the user you'll get the duplication glitch if you’ve not specified a background image. Even when you select “no background image” the glitch occurs. The solution is to simply create a 1×1 transparent image and use the “Custom BG Image” option. I uploaded a 1x1 png image here: &#60;a href=&#34;http://www.mediafire.com/view/?zcc72zh1au72n91&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/view/?zcc72zh1au72n91&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) Add following code to css/custom.css to fix the issue:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.woocommerce-checkout div #shiptobilling {
position: relative;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
