<?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: Moving Attributes in Product description to the left column under Price</title>
		<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price</link>
		<description>Support Forum - Topic: Moving Attributes in Product description to the left column under Price</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 04:13:22 +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/moving-attributes-in-product-description-to-the-left-column-under-price" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82570</link>
			<pubDate>Tue, 06 Nov 2012 19:26:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mario,&#60;/p&#62;
&#60;p&#62;Please make a backup of all the files we will be modifying first and be prepared to go back to current setup if there is a problem.&#60;/p&#62;
&#60;p&#62;1) Please open file woocommerce-hooks.php inside the wocommerce plugin that's inside the wordpress plugins directory and find line 161 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_attributes_panel&#38;#39;, 20 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;please *copy line 161* (do not lose copy we need in next step) and then put // in front of line 161 so that it looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_attributes_panel&#38;#39;, 20 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;save and close the file. Now please open config.php in the /propulsion/config-woocommerce/ directory of the theme and find line 125 that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add_action( &#38;#39;woocommerce_product_thumbnails&#38;#39;, &#38;#39;avia_woocommerceproduct_prev_image_after&#38;#39;, 1000 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;please paste line 161 that we copied from woocommerce-hooks.php *before* line 125 into the config.php file so that lines 123-125 will look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;avia_add_to_cart&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30, 2 );
add_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_attributes_panel&#38;#39;, 20 );
//add_action( &#38;#39;woocommerce_product_thumbnails&#38;#39;, &#38;#39;avia_woocommerceproduct_prev_image_after&#38;#39;, 1000 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The middle line above is the line from other file. Now save this file&#60;/p&#62;
&#60;p&#62;Please add this to quick css code in the admin area of the theme under Propulsion &#38;gt; Theme Options &#38;gt; Styling on the bottom of that page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div table.shop_attributes th {width: initial}
table.shop_attributes th {width: initial}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;***Please be aware that when you update WooCommerce plugin this customization will be overwritten and you will need to redo it again***&#60;/p&#62;
&#60;p&#62;Please let us know how it worked out.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82482</link>
			<pubDate>Tue, 06 Nov 2012 09:24:49 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;sorry, I didn't know that :)&#60;/p&#62;
&#60;p&#62;Here my website:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.envivoo.com&#34; rel=&#34;nofollow&#34;&#62;http://www.envivoo.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82358</link>
			<pubDate>Mon, 05 Nov 2012 18:12:43 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In order for us to help you , please post a link to a development website where this actual page is located. It is difficult to help you since that theme can be customized any number of ways without seeing the tags&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82337</link>
			<pubDate>Mon, 05 Nov 2012 17:12:02 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'd like to do this... look at the screenshot please:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://livemyadventure.zenfolio.com/p141447269/h4a415ef6#h4a415ef6&#34; rel=&#34;nofollow&#34;&#62;http://livemyadventure.zenfolio.com/p141447269/h4a415ef6#h4a415ef6&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks :)&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
