<?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: Propulsion - shop - featured image size on product page</title>
		<link>http://www.kriesi.at/support/topic/propulsion-shop-featured-image-size-on-product-page</link>
		<description>Support Forum - Topic: Propulsion - shop - featured image size on product page</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 19:19:27 +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/propulsion-shop-featured-image-size-on-product-page" rel="self" type="application/rss+xml" />

		<item>
			<title>susan_ideology on "Propulsion - shop - featured image size on product page"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-shop-featured-image-size-on-product-page#post-74081</link>
			<pubDate>Sun, 02 Sep 2012 15:19:50 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">74081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks Devin, the code you provided re related items worked.  Re the woo customisations - fair enough.  I'll see if I can get any help from their support forums.  Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Propulsion - shop - featured image size on product page"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-shop-featured-image-size-on-product-page#post-73486</link>
			<pubDate>Wed, 29 Aug 2012 15:16:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">73486@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Susan,&#60;/p&#62;
&#60;p&#62;Try using:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product .related.products {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That *should* remove that entire area from view without having to modify any of the theme files.&#60;/p&#62;
&#60;p&#62;As for your original question for adding text below the item name, it isn't something we can help with unfortunately. The theme is already making use of all the additional fields from WooCommerce so you would need to add something completely new to display there. &#60;/p&#62;
&#60;p&#62;For a normal page or post I would say you could use a custom field via wordpress but with running it through the plugin I'm really not even sure how or where to start. If its something you really wish to pursue the WooThemes Woo Commerce forums would be the place to start.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "Propulsion - shop - featured image size on product page"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-shop-featured-image-size-on-product-page#post-73447</link>
			<pubDate>Wed, 29 Aug 2012 10:57:03 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">73447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for all your suggestions Mya,&#60;/p&#62;
&#60;p&#62;Re item 3 - related products, I managed to get rid of the images of the related products using the first piece of code - .related.products { display: none; }&#60;/p&#62;
&#60;p&#62;But was left with the hr flag.  Inserting the second piece of code you suggested didn't remove this - wonder if I have missed something?&#60;/p&#62;
&#60;p&#62;Many thanks.&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Propulsion - shop - featured image size on product page"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-shop-featured-image-size-on-product-page#post-73341</link>
			<pubDate>Tue, 28 Aug 2012 21:29:44 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">73341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Susan,&#60;/p&#62;
&#60;p&#62;On 2, I'm going to flag the rest of support team to help with because I'm not entirely sure what steps to tell you to take. For the others, let's go through.&#60;/p&#62;
&#60;p&#62;1. Open config-woocommerce/config.php and  change this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_single&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;450, &#38;#39;height&#38;#39;=&#38;gt;355);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3. If you want to hide the entire Related Products div add this to your custom.css.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.related.products { display: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you want to hide just the horizontal bar and leave any text you may have add this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.related.products hr_flag { display:none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;4. I think the easiest way to do this is to create an image of the type of button you want with the word &#34;Buy&#34; already included then upload the image to your theme directory and add something like this to your custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;form.cart .button {
   background: #FFFFFF url(&#38;quot;path-to-my-image.png&#38;quot;) no-repeat top left;
   border-radius: 0px;
   padding: 0px;
   text-indent:-9999px;
   width: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What this should do is apply your image as the background and hide the &#34;Add to Cart&#34; text.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "Propulsion - shop - featured image size on product page"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-shop-featured-image-size-on-product-page#post-73049</link>
			<pubDate>Mon, 27 Aug 2012 16:06:14 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">73049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, a couple of questions on the shop pages in Propulsion:&#60;/p&#62;
&#60;p&#62;1.  Image size on product page.  For some reason I'm unable to create a page with a large size image, with the product description below.  Try as I might, and using various sizes of images I am stuck with product pages with a small image of the product aligned left with the product description floated right.    Within the  examples that were included in the theme download, one of the products is for &#34;large image&#34;.  This displays properly as going the full width of the page...just can't figure out how its done.  I have tried re-setting the default image sizes in the Woo settings but to no avail.  Help!&#60;/p&#62;
&#60;p&#62;2.  Is it possible to have a short description of the product underneath the product name on the shop page?&#60;/p&#62;
&#60;p&#62;3.  I have removed the images of related items that appear  appear at the bottom of the product page but still have the horizontal bar with the words related products.  How can I remove this?.  &#60;/p&#62;
&#60;p&#62; 4.  Is it possible to customise the &#34;add to cart&#34; button on the product page?  What I would like is a circular button with the word &#34;buy&#34; inside it.&#60;/p&#62;
&#60;p&#62;Many thanks!&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
