<?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: Single Page Product Modification</title>
		<link>http://www.kriesi.at/support/topic/single-page-product-modification</link>
		<description>Support Forum - Topic: Single Page Product Modification</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 13:35:36 +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/single-page-product-modification" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83796</link>
			<pubDate>Wed, 14 Nov 2012 04:56:57 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Thanks for the kind words, the support team does its best.&#60;/p&#62;
&#60;p&#62;Glad it worked out, That last nugget i am surprised is working on all browsers (i checked now) besides IE8, I would use the second nugget and check IE8.&#60;/p&#62;
&#60;p&#62;The breadcrumbs... if you check the forum, i remember 2-3 months ago posting something identical to what you are asking , and Dude also posted something or maybe Devin. It's a common request. &#60;/p&#62;
&#60;p&#62;Actually, In admin backend you can try WooCommerce &#38;gt; Settings &#38;gt; Pages &#38;gt; and there are 2 checkboxes:&#60;br /&#62;
first one: Prepend product permalinks with shop base page (shop)  (uncheck)&#60;br /&#62;
second: Prepend product permalinks with product category  (check)&#60;/p&#62;
&#60;p&#62;Experiment with some other permalink settings in middle that look promising on that page, and do check the support forum, i think Propulsion theme breadcrumb solutions might be similar enough as well.&#60;/p&#62;
&#60;p&#62;I am gonna close this ticket and if you have problems with the breadcrumbs please just open another one and add my name as a tag so i see it, because this ticket getting a bit big.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83788</link>
			<pubDate>Wed, 14 Nov 2012 03:53:53 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83788@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much Nick! Your first solution:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#top.single-product li div:nth-of-type(even) {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;worked perfectly to get rid of those descriptions under the related products...&#60;/p&#62;
&#60;p&#62;I'm not sure when you look'd at the page to get your capture, but when I originally modified the code as you suggested in your third post, the code was printing out as text in the tab area (could be because I'm using IE, not sure), but I took that nugget you gave me, and posted what I came up with as an alternative solution, right above this last post of yours.. I'm not sure if it's the proper way, but seems to work ok, so far anyway.. If you see any problems with the way I did it, please let me know.. I would have never got there without your help though! Thank you so much!!!&#60;/p&#62;
&#60;p&#62;I believe as far as the single product page goes, the only other thing I'm still trying to figure out, is how to get the breadcrumb above the product pic to display... Home&#38;gt;&#38;gt;Product Category&#38;gt;&#38;gt;Product.... instead of... Home&#38;gt;&#38;gt;Products&#38;gt;&#38;gt;Product... (I'd really like there to be no reference back to the shop/product page at all, anywhere).. The products category page is perfect.. it shows Home&#38;gt;&#38;gt;Product Category, with no reference to Shop/Products... Not sure, but it's now second on my priority list, as something strange has happened to a text area/callout/quote element on my home page, below the header, and above the slider.. But I will post that in a different thread as to not clutter up this one with anything else... &#60;/p&#62;
&#60;p&#62;And again.. definitely want to thank you again for all your time and assistance!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83771</link>
			<pubDate>Wed, 14 Nov 2012 00:11:57 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I looked and looks fine to me. Chrome. &#60;a href=&#34;http://i.imgur.com/bQOB7.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/bQOB7.png&#60;/a&#62;  But i guess some browsers may have a problem since I stuffed that button inside an unordered list which is invalid html but can usually get away with it. So its second part of step 2 here should look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_simple_add_to_cart&#38;#39;, &#38;#39;woocommerce_simple_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_grouped_add_to_cart&#38;#39;, &#38;#39;woocommerce_grouped_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_variable_add_to_cart&#38;#39;, &#38;#39;woocommerce_variable_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_external_add_to_cart&#38;#39;, &#38;#39;woocommerce_external_add_to_cart&#38;#39;, 30 );
&#38;lt;ul class=&#38;quot;tabs&#38;quot;&#38;gt;
&#38;lt;?php echo $tabs; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If button disappears, that's fine, the change in location would affect css, so just gotta look for it since certainly long distance moves like that are invalidating some of the selectors.&#60;/p&#62;
&#60;p&#62;The descriptions are difficult since they don't have any class names, and are some extension for woocommerce which i don't have (please refer to bottom of my previous post) please try *either* one of these below in Quick CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product li div:nth-of-type(even) {
display: none;
}

#top.single-product li div:nth-child(3) {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Ok, I spent way too much time with this... Sorry but not fair to others waiting. I'll see if I have time later on to get back to this.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83753</link>
			<pubDate>Tue, 13 Nov 2012 22:05:02 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK.. got the tab area to line up with pic now by adding this to quick/custom css...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#top div.product .woocommerce_tabs {&#60;br /&#62;
    padding: 0 0 0;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;now just 2 more things.. breadcrumbs and related text..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83747</link>
			<pubDate>Tue, 13 Nov 2012 21:05:35 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, through Nick's suggestions, I've definitely gotten further than I could have on my own! It's looking much closer to how I would like to see it. The tab area is still not up as high on the page as I would like it.. Would like it to start and be even with the top of the thumbnail pic of the product, and for some reason, it's offset down just a bit.. and still trying to figure out how to get the breadcrumb above the product pic to display... Home&#38;gt;&#38;gt;Product Category&#38;gt;&#38;gt;Product.... instead of... Home&#38;gt;&#38;gt;Products&#38;gt;&#38;gt;Product... but just in case anyone else is interested, to get where it's at now.. I've made the following changes to the woocommerce-hooks.php&#60;/p&#62;
&#60;p&#62;Commented out Lines 116-120, like so...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
	//add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );&#60;br /&#62;
	//add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );&#60;br /&#62;
	//add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );&#60;br /&#62;
	//add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );&#60;br /&#62;
	//add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_sharing', 50 );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Commented out Lines 132-136, like so...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
	//add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );&#60;br /&#62;
	//add_action( 'woocommerce_simple_add_to_cart', 'woocommerce_simple_add_to_cart', 30 );&#60;br /&#62;
	//add_action( 'woocommerce_grouped_add_to_cart', 'woocommerce_grouped_add_to_cart', 30 );&#60;br /&#62;
	//add_action( 'woocommerce_variable_add_to_cart', 'woocommerce_variable_add_to_cart', 30 );&#60;br /&#62;
	//add_action( 'woocommerce_external_add_to_cart', 'woocommerce_external_add_to_cart', 30 );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Below Line 159&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
	add_action( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30 );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I've added this code.. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
	add_action( 'woocommerce_product_tabs', 'woocommerce_template_single_add_to_cart', 40 );&#60;br /&#62;
	add_action( 'woocommerce_simple_add_to_cart', 'woocommerce_simple_add_to_cart', 40 );&#60;br /&#62;
	add_action( 'woocommerce_grouped_add_to_cart', 'woocommerce_grouped_add_to_cart', 40 );&#60;br /&#62;
	add_action( 'woocommerce_variable_add_to_cart', 'woocommerce_variable_add_to_cart', 40 );&#60;br /&#62;
	add_action( 'woocommerce_external_add_to_cart', 'woocommerce_external_add_to_cart', 40 );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I've also added this code to my custom.css....&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* Modification to Right Align &#34;Add to Cart&#34; Button in Tab area of Single Product Page */&#60;br /&#62;
#top.single-product form.cart {&#60;br /&#62;
	margin-bottom: 0px;&#60;br /&#62;
	float: right;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I also added this code yesterday to my custom.css, but is only for adjusting the price font size..&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/* Modification to adjust Price font Size in Title Container of Single Product Page */&#60;br /&#62;
#top .price_container .price .amount, #top .price_container .price ins .amount, #top .price_container .price ins {&#60;br /&#62;
	font-size: 20px;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Can you see or forsee any problems with the modifications I've made? Also, would those other two modifications I mentioned, getting tab area even with top of pic, and changing the breadcrumb (the way I've invisioned setting this site up, I'd really like there to be no reference back to the shop/product page at all), be something that is easy to fix?&#60;/p&#62;
&#60;p&#62;and still can't figure out why those descriptions are being listed under the related items.. feel like I'm so close to being done with these stupid design changes, and on to what really matters.. Content! &#60;/p&#62;
&#60;p&#62;Thank You guys Very Much for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83712</link>
			<pubDate>Tue, 13 Nov 2012 18:21:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi EdgeWP,&#60;/p&#62;
&#60;p&#62;Typically this isn't something covered under normal support though I think Nick has gotten you quite far with it.&#60;/p&#62;
&#60;p&#62;You may need to start from the first step (re-installing WooCommerce) and then go through each individually. The biggest hurdle doing these kinds of changes will make is that you will no longer be able to update WooCommerce without re-doing all of these changes once again. So security updates, bug fixes etc. So keep that in mind when doing this level of customization.&#60;/p&#62;
&#60;p&#62;The alternative is looking into a freelance developer to completely modify the theme files to re-build all the woo-commerce page content in the way you are looking for with plugin hooks and completely new functions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83638</link>
			<pubDate>Tue, 13 Nov 2012 14:57:01 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83638@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ouch.. that didn't work so well... I could swear the first time I did it the add to cart button was still on the top of the page next to the breadcrum.. but re-did it think'n I did something wrong and it wasn't there the second time or the third time.. but the toolbar isn't good.. did I do something wrong?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83614</link>
			<pubDate>Tue, 13 Nov 2012 13:01:59 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In page woocommerce-hooks.php in the woocommerce plugin directory please copy lines 132-136&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_simple_add_to_cart&#38;#39;, &#38;#39;woocommerce_simple_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_grouped_add_to_cart&#38;#39;, &#38;#39;woocommerce_grouped_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_variable_add_to_cart&#38;#39;, &#38;#39;woocommerce_variable_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_external_add_to_cart&#38;#39;, &#38;#39;woocommerce_external_add_to_cart&#38;#39;, 30 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and then put two forward slashes in front of each line //&#60;/p&#62;
&#60;p&#62;2) Please open up tabs.php in the plugin directory folder /woocommerce/templates/single-product/ , and find lines 19-20 which look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;tabs&#38;quot;&#38;gt;
&#38;lt;?php echo $tabs; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Paste all 5 lines from previous step that we copied from woocommerce-hooks.php (*without* the forward slashes //) and paste them *in between* lines 19 and lines 20 (just push line 20 down one line and paste in there.&#60;/p&#62;
&#60;p&#62;Your end result should look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;tabs&#38;quot;&#38;gt;
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_simple_add_to_cart&#38;#39;, &#38;#39;woocommerce_simple_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_grouped_add_to_cart&#38;#39;, &#38;#39;woocommerce_grouped_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_variable_add_to_cart&#38;#39;, &#38;#39;woocommerce_variable_add_to_cart&#38;#39;, 30 );
	add_action( &#38;#39;woocommerce_external_add_to_cart&#38;#39;, &#38;#39;woocommerce_external_add_to_cart&#38;#39;, 30 );
&#38;lt;?php echo $tabs; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Now please add to your Quick CSS the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product form.cart {
margin-bottom: 0px;
float: right;
}
div.product .product_title {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;----------------------&#60;/p&#62;
&#60;p&#62;I don't have whatever you are using to add the descriptions to the 4 related products, and its not a part of 1.6.5.2 Woocommerce. So If you want to remove it, I would search whatever additional extension you are using for ... itemprop=&#34;description&#34; ... and make certain that the filter after it is removed or commented out with two forward slashes.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83532</link>
			<pubDate>Mon, 12 Nov 2012 23:30:50 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Changes Made.. Price size is fine there, but now I know how to adjust, thanks.. Product name and Add to Cart Button still there though...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83528</link>
			<pubDate>Mon, 12 Nov 2012 22:49:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open up in the plugins folder /woocommerce/ the file  woocommerce-hooks.php and change line 118 which looked like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_excerpt&#38;#39;, 20 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_excerpt&#38;#39;, 20 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;now add this to your Quick CSS located in the admin area Abundance &#38;gt; Theme Options &#38;gt; Styling at the bottom of the page. It used to be 30 now is size 16.. Up to you how you change it.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .price_container .price .amount, #top .price_container .price ins .amount, #top .price_container .price ins {
font-size: 16px;
font-weight: normal;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please apply these for now, since I am not sure what the button will do, and then we shall proceed.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83523</link>
			<pubDate>Mon, 12 Nov 2012 21:50:28 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry.. missed the question of short description.. Guess I'm not familiar with the proper terminology.. I personally would consider the full description that under the tab description, and the short description listed above the tab area.. but from my reading I guess one is considered content and the other exceprt? Is content or excerpt under tab?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83522</link>
			<pubDate>Mon, 12 Nov 2012 21:34:59 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83522@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is a direct link for you...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.htech.net/?product=ebarometer&#34; rel=&#34;nofollow&#34;&#62;http://www.htech.net/?product=ebarometer&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83521</link>
			<pubDate>Mon, 12 Nov 2012 21:31:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please provide a real link to the page so that we don't have to build something and hope that it resembles your version as there are multiple paths to reach the same goal. Also please explain what you considered the short description.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EdgeWP on "Single Page Product Modification"</title>
			<link>http://www.kriesi.at/support/topic/single-page-product-modification#post-83270</link>
			<pubDate>Sun, 11 Nov 2012 06:50:49 +0000</pubDate>
			<dc:creator>EdgeWP</dc:creator>
			<guid isPermaLink="false">83270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have several things I would like to modify on the Single Page Product sheets&#60;/p&#62;
&#60;p&#62;1.) Remove what I consider the short description area all together and moved the tab area up in it's place.&#60;/p&#62;
&#60;p&#62;2.) Will need to move the add to cart button once this is complete.&#60;/p&#62;
&#60;p&#62;3.) Would like to reduce the Price Font just a little.&#60;/p&#62;
&#60;p&#62;4.) Would like to remove any descriptions from Related prices or also interested.&#60;/p&#62;
&#60;p&#62;5.) and lastely, change bread crum above image to reflect the product category, while removing reference to the main product area itself..&#60;/p&#62;
&#60;p&#62;I have put together an example pic to hopefully explain things better, as it's alwasy easier to see what it is someone is refering too.. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://screencast.com/t/VaU0wbiLG0Wd&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/VaU0wbiLG0Wd&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
