<?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: Product description</title>
		<link>http://www.kriesi.at/support/topic/product-description-2</link>
		<description>Support Forum - Topic: Product description</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 07:12:05 +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/product-description-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-90588</link>
			<pubDate>Tue, 08 Jan 2013 15:50:41 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad things worked out for you. Good luck.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-90553</link>
			<pubDate>Tue, 08 Jan 2013 14:11:37 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">90553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes Nick, it did!&#60;br /&#62;
thanks for your help, I appreciate it.!!!&#60;/p&#62;
&#60;p&#62;greetings John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-89677</link>
			<pubDate>Wed, 02 Jan 2013 21:29:17 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">89677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This is the tricky part.&#60;/p&#62;
&#60;p&#62;In file config.php in the config-woocommerce folder look for lines 500-503. And you may have these on a different line by now. so just look for the block that looks like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to look like this (you are adding one line before the last one)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($rating)) echo &#38;quot;&#38;lt;span class=&#38;#39;rating_container&#38;#39;&#38;gt;&#38;quot;.$rating.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
echo $link;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It is working locally to my amazement since any button is rejected outright. Please see if this generates a button for you.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-89562</link>
			<pubDate>Wed, 02 Jan 2013 14:46:48 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">89562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Yes that it! exactly what I wanted. You are the best!!!  Can you tell me how I add the &#34;buy to&#34; button? (next to the price tag).&#60;br /&#62;
Thanks so far!&#60;/p&#62;
&#60;p&#62;John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-89156</link>
			<pubDate>Thu, 20 Dec 2012 19:58:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">89156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;So you are all updated now?&#60;/p&#62;
&#60;p&#62;Please update the plugin. I am using 1.6.6&#60;/p&#62;
&#60;p&#62;OK so please paste the code below over lines 102-110 which should look like a single block of code in your page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add theme actions &#38;amp;&#38;amp; filter
add_action( &#38;#39;woocommerce_before_main_content&#38;#39;, &#38;#39;avia_woocommerce_before_main_content&#38;#39;, 10);
add_action( &#38;#39;woocommerce_after_main_content&#38;#39;, &#38;#39;avia_woocommerce_after_main_content&#38;#39;, 10);
add_action( &#38;#39;woocommerce_before_shop_loop&#38;#39;, &#38;#39;avia_woocommerce_before_shop_loop&#38;#39;, 1);
add_action( &#38;#39;woocommerce_after_shop_loop&#38;#39;, &#38;#39;avia_woocommerce_after_shop_loop&#38;#39;, 10);
add_action( &#38;#39;woocommerce_before_shop_loop_item&#38;#39;, &#38;#39;avia_woocommerce_overview_excerpt&#38;#39;, 10);
add_action( &#38;#39;woocommerce_after_shop_loop_item_title&#38;#39;, &#38;#39;avia_woocommerce_thumbnail&#38;#39;, 10);
add_filter( &#38;#39;loop_shop_columns&#38;#39;, &#38;#39;avia_woocommerce_loop_columns&#38;#39;);
add_filter( &#38;#39;loop_shop_per_page&#38;#39;, &#38;#39;avia_woocommerce_product_count&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and save. Now add this code to your quick or custom.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .price span {
position: absolute;
display: inline-block;
z-index: 9999;
top: 230px;
right: 120px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I need to look at it, and yes it will be a bit messed up but you can fix that part yourself by changing the top: and right: values to position the price.&#60;/p&#62;
&#60;p&#62;Just please don't take it out till I look at it.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;NIck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-89073</link>
			<pubDate>Thu, 20 Dec 2012 10:03:36 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">89073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, but  can I now start to delete line 107-108? and insert the lines Nick mentioned?&#60;br /&#62;
Thanks,&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88981</link>
			<pubDate>Wed, 19 Dec 2012 17:35:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Nick could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88936</link>
			<pubDate>Wed, 19 Dec 2012 11:55:56 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">88936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Done!! Good explanation. Hope it helps.&#60;/p&#62;
&#60;p&#62;Thanks!!&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88878</link>
			<pubDate>Tue, 18 Dec 2012 23:31:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would just backup the entire theme wp-content directory and the database (which you should be doing anyways at least once a week automatically). It takes 5 minutes, but if the update goes wrong, you can wind up losing all the time you've spent. &#60;/p&#62;
&#60;p&#62;You can download any backup plugin from wordpress.org. Here is one &#60;a href=&#34;http://wordpress.org/extend/plugins/wponlinebackup/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wponlinebackup/&#60;/a&#62; ...there are quite a few of them.&#60;/p&#62;
&#60;p&#62;Just keep the custom.css file separately, and when you update, don't do it from Wordpress but instead login with ftp, and after backing up, delete the theme folder, and upload the update theme folder right in its place, then replace the custom.css file.&#60;/p&#62;
&#60;p&#62; It may also be a good idea for you to start using a child theme so that any customization are done within the child theme and the original isn't touched. &#60;/p&#62;
&#60;p&#62;Here is a child theme &#60;a href=&#34;http://www.mediafire.com/file/9ktrt3moqdqh9b3/propulsion-child.zip&#34; title=&#34;Propulsion Child Theme Zip Download&#34;&#62;Propulsion Child-Theme&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Just install after update as if it were a regular theme and turn it on. (this part is up to you).&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88871</link>
			<pubDate>Tue, 18 Dec 2012 21:41:02 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">88871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, glad you will help. I will update and backup the custum css file. Is that enough? Or can I ruin other things? I only made custum css adjustments to the theme. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88849</link>
			<pubDate>Tue, 18 Dec 2012 19:19:10 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;[Edit] - *You are not using the current version of the theme and the plugin* &#60;/p&#62;
&#60;p&#62;Took me a while to realize why nothing is working on my side, since I see you updated your Wordpress I assumed plugin was recent as well... I don't have the version of the theme you are using nor the plugin. Current theme version is 1.7 and you are using 1.3... Please go to themeforest and login using the account you purchased the theme with and download the update please. Be aware that the update will overwrite all theme files including custom.css , so make sure to backup first. &#60;/p&#62;
&#60;p&#62;You should ignore what's below since its only the first part and I ran into problems already since things aren't matching up.&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;/p&#62;
&#60;p&#62;I wasn't sure if your sketch was of a page or of an item box. Sounds like the item box. I will give you the instructions, just wanted to make sure I understand you correctly. &#60;/p&#62;
&#60;p&#62;I don't think css alone is a viable solution because css I used wasn't working correctly on all browsers.&#60;/p&#62;
&#60;p&#62;You will also have problems for items on sale because that takes up 70% of each box.&#60;/p&#62;
&#60;p&#62;Ok...&#60;/p&#62;
&#60;p&#62;1) Please make a backup first before editing any of the files below so that you can revert if something goes wrong.&#60;/p&#62;
&#60;p&#62;Please delete lines 107-108 in file /config-woocommerce/config.php in the theme folder which look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_before_shop_loop_item&#38;#39;, &#38;#39;avia_woocommerce_thumbnail&#38;#39;, 10);
add_action( &#38;#39;woocommerce_after_shop_loop_item_title&#38;#39;, &#38;#39;avia_woocommerce_overview_excerpt&#38;#39;, 10);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and paste the 2 lines below on lines 107-108&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_before_shop_loop_item&#38;#39;, &#38;#39;avia_woocommerce_overview_excerpt&#38;#39;, 10);
add_action( &#38;#39;woocommerce_after_shop_loop_item_title&#38;#39;, &#38;#39;avia_woocommerce_thumbnail&#38;#39;, 10);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88806</link>
			<pubDate>Tue, 18 Dec 2012 15:47:32 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">88806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes Nick. that's it!&#60;br /&#62;
I hope you can tell me how to do it.  I know some css but that didnt work.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88682</link>
			<pubDate>Mon, 17 Dec 2012 21:10:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;Do you mean like this? &#60;a href=&#34;http://i.imgur.com/POQg1.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/POQg1.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yes its possible  if that's it.&#60;/p&#62;
&#60;p&#62;[Edit: Sorry. I re-read only your first question... My mistake]&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88533</link>
			<pubDate>Mon, 17 Dec 2012 07:55:00 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">88533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hell Devin and Nick, thanks for your help so far. I hope I could explain a bit more.&#60;br /&#62;
I f you look at&#60;br /&#62;
&#60;a href=&#34;http://www.365cam.nl/product-categorie/bewakingscameras/&#34; rel=&#34;nofollow&#34;&#62;http://www.365cam.nl/product-categorie/bewakingscameras/&#60;/a&#62;&#60;br /&#62;
You will see the product image with the description beneath. I want to move the (description H3) upwards.&#60;br /&#62;
I made an sketch for you to explan more;&#60;br /&#62;
&#60;a href=&#34;http://www.365cam.nl/?attachment_id=1949&#34; rel=&#34;nofollow&#34;&#62;http://www.365cam.nl/?attachment_id=1949&#60;/a&#62;&#60;br /&#62;
And my second question is if its possible to add an extra buy button next to the price tag?&#60;br /&#62;
I hope Its possible and that you could help.&#60;br /&#62;
Thanks John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88220</link>
			<pubDate>Fri, 14 Dec 2012 17:02:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Would you  please be a bit more specific since ' product category overview page' could be&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.365cam.nl/product-categorie/&#34; rel=&#34;nofollow&#34;&#62;http://www.365cam.nl/product-categorie/&#60;/a&#62; (doesnt exist)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.365cam.nl/product-categorie/high-defenition/&#34; rel=&#34;nofollow&#34;&#62;http://www.365cam.nl/product-categorie/high-defenition/&#60;/a&#62; ( see title, but don't see description, the description could be added to page but its quite big on individual product page... &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.365cam.nl/winkel/bewakingscamera-hd/&#34; rel=&#34;nofollow&#34;&#62;http://www.365cam.nl/winkel/bewakingscamera-hd/&#60;/a&#62; (this page has two titles&#60;/p&#62;
&#60;p&#62;Could you please clarify and if at all possible add a url to each specific page and use a web based free editor to add rectangle and take screen shots. Please label location&#60;br /&#62;
Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88213</link>
			<pubDate>Fri, 14 Dec 2012 16:11:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi John,&#60;/p&#62;
&#60;p&#62;I'm not sure of a way to do either of those with Propulsion. Let me tag the topic for the rest of the support crew and see if anyone else has any ideas that we could help guide you through.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-88021</link>
			<pubDate>Thu, 13 Dec 2012 14:30:35 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">88021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My second question is, how can I add an &#34;add to cart button&#34; next to the price label?  (overview product category)&#60;/p&#62;
&#60;p&#62;I hope you can help me! I am not familiar with php.&#60;/p&#62;
&#60;p&#62;Greetings John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnfounder on "Product description"</title>
			<link>http://www.kriesi.at/support/topic/product-description-2#post-87787</link>
			<pubDate>Wed, 12 Dec 2012 10:45:07 +0000</pubDate>
			<dc:creator>johnfounder</dc:creator>
			<guid isPermaLink="false">87787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Goodmorning,&#60;br /&#62;
How do I get the product description on top of the product image in the product category overview?&#60;br /&#62;
Greetings John
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
