<?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 - User Favorites: capmaticenvato</title>
		<link><a href='http://www.kriesi.at/support/profile/capmaticenvato'>capmaticenvato</a></link>
		<description>Support Forum - User Favorites: capmaticenvato</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 12:14:46 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Adding custom content to the bottom of the single product description."</title>
			<link>http://www.kriesi.at/support/topic/adding-custom-content-to-the-bottom-of-the-single-product-description#post-100556</link>
			<pubDate>Mon, 11 Mar 2013 10:35:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">100556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;After you install the plugin, Just go to Settings &#38;gt; Social Sharing Toolkit. And you will see the instructions and the tabbed interface. Click Shortcode. Then find the place you hang out at and paste the shortcode where you want it to show up.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dadsgn on "Adding custom content to the bottom of the single product description."</title>
			<link>http://www.kriesi.at/support/topic/adding-custom-content-to-the-bottom-of-the-single-product-description#post-100386</link>
			<pubDate>Sun, 10 Mar 2013 02:51:12 +0000</pubDate>
			<dc:creator>dadsgn</dc:creator>
			<guid isPermaLink="false">100386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can add this to theme files? I can't seem to find which file to edit. Any help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90931</link>
			<pubDate>Thu, 10 Jan 2013 10:52:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ganjou,&#60;/p&#62;
&#60;p&#62;Glad that you found the solution. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90909</link>
			<pubDate>Thu, 10 Jan 2013 09:52:11 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Changing those line is what I did first but without any effect :(&#60;br /&#62;
Changing it in Woocommerce --&#38;gt; Settings --&#38;gt; Catalog worked even with the config.php restored to default values...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90903</link>
			<pubDate>Thu, 10 Jan 2013 08:57:34 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Great! Glad you figured it out. If you also look in theme folder woocommerce-config in file config.php, you will see 3 lines towards the beginning of the file where the image sizes are set.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//product thumbnails
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_thumbnail&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;80, &#38;#39;height&#38;#39;=&#38;gt;80);
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_catalog&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;300, &#38;#39;height&#38;#39;=&#38;gt;300);
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_single&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;350, &#38;#39;height&#38;#39;=&#38;gt;350);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90781</link>
			<pubDate>Wed, 09 Jan 2013 11:02:45 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK&#60;br /&#62;
Solution found !&#60;br /&#62;
WooCommerce --&#38;gt; Settings --&#38;gt; Catalog&#60;br /&#62;
Here you can change thumbnail size !!!&#60;/p&#62;
&#60;p&#62;+&#60;/p&#62;
&#60;p&#62;Regenerate thumbnails extension to resize all the images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90776</link>
			<pubDate>Wed, 09 Jan 2013 10:33:01 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found that in woocommerce-mod.css line 753&#60;/p&#62;
&#60;p&#62;margin:=;&#60;/p&#62;
&#60;p&#62;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90770</link>
			<pubDate>Wed, 09 Jan 2013 09:52:44 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Images are already that size.&#60;br /&#62;
I tried to modify height (to 2/3 ratio) in config.php and reload one image... --&#38;gt;&#60;br /&#62;
//product thumbnails&#60;br /&#62;
$avia_config['imgSize']['shop_thumbnail'] 	= array('width'=&#38;gt;80, 'height'=&#38;gt;120);&#60;br /&#62;
$avia_config['imgSize']['shop_catalog'] 	= array('width'=&#38;gt;300, 'height'=&#38;gt;450);&#60;br /&#62;
$avia_config['imgSize']['shop_single'] 		= array('width'=&#38;gt;350, 'height'=&#38;gt;525);&#60;br /&#62;
But it didn't change anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90693</link>
			<pubDate>Tue, 08 Jan 2013 22:30:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In that case you just need to use an image that is taller than it is wide. Try image sizes that are 450px wide by 650px tall. If need be, you can have them set on a white background of that size if the source images are not large enough.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90672</link>
			<pubDate>Tue, 08 Jan 2013 21:45:12 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The client is a bookstore, so he would like a &#34;book format&#34; image.&#60;br /&#62;
The width is fine, I would just need to increase the height so it should not break the columns layout.&#60;br /&#62;
What do you think ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90668</link>
			<pubDate>Tue, 08 Jan 2013 21:19:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It isn't a matter of the css but instead about how much room there is for the images to show. If you make them much bigger than they are now, they would overlap or touch.&#60;/p&#62;
&#60;p&#62;For example, the demo uses 3 column layout: &#60;a href=&#34;http://www.kriesi.at/themes/abundance/shop/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/abundance/shop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This puts the images at 200px wide and whatever the height is when scaled to that size. The css for the 3 column layout is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.shop_columns_3 .products .product {
margin: 0 4% 20px 0;
width: 30.5%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The width is 30.5 and the margin is 4% on the right. This makes the columns equal 98% and fills up the space. If you wanted to increase the image size, you could decrease the margin and increase the width of the column but it would have to be proportional.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90629</link>
			<pubDate>Tue, 08 Jan 2013 18:28:01 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What about modifying the CSS in a child theme of Abundance ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90606</link>
			<pubDate>Tue, 08 Jan 2013 16:37:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90606@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ganjou,&#60;/p&#62;
&#60;p&#62;The only way to change the size of images used in the main shop page is to change the number of columns used. You can do that by going to WooCommerce Settings&#38;gt;Pages then scroll to the bottom and change the dropdown under Column and Product Count for the column count. Fewer columns will use larger images and more will use smaller images.&#60;/p&#62;
&#60;p&#62;For the single blog pages, you can change the size of the image used by going to the Them Options&#38;gt;Layout &#38;amp; Settings&#38;gt;Default Blog Layout and using that dropdown to select one of the Big preview image options.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Change article image size"</title>
			<link>http://www.kriesi.at/support/topic/change-article-image-size#post-90539</link>
			<pubDate>Tue, 08 Jan 2013 13:23:47 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">90539@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello I would like to change the size of the image of the products in shop page and single article page.&#60;br /&#62;
Thank tou
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "add to cart"</title>
			<link>http://www.kriesi.at/support/topic/add-to-cart#post-86760</link>
			<pubDate>Thu, 06 Dec 2012 07:51:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86760@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use po/mo files to translate/change text strings. Eg download the latest version of the British translation here: &#60;a href=&#34;https://github.com/woothemes/woocommerce/blob/master/languages/woocommerce-en_GB.po&#34; rel=&#34;nofollow&#34;&#62;https://github.com/woothemes/woocommerce/blob/master/languages/woocommerce-en_GB.po&#60;/a&#62; and edit it with Poedit: &#60;a href=&#34;http://www.poedit.net/&#34; rel=&#34;nofollow&#34;&#62;http://www.poedit.net/&#60;/a&#62;&#60;br /&#62;
Change the text strings as required and then save the result. You'll get a po and a mo file - upload both files into the woocommerce/languages/ folder. If you're using the default US version you maybe need to rename the files to woocommerce-en_US.po and woocommerce-en_US.mo.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "add to cart"</title>
			<link>http://www.kriesi.at/support/topic/add-to-cart#post-86653</link>
			<pubDate>Wed, 05 Dec 2012 18:06:31 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">86653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can i change the word on the button where it says add to cart to add to bag?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85680</link>
			<pubDate>Wed, 28 Nov 2012 07:08:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85680@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This seems to be related to the js function in woocommerce-mod.js - following code updates the subtotal amount:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;var subtotal_new = dropdown_cart.find(&#38;#39;.total&#38;#39;);
		subtotal_new.find(&#38;#39;strong&#38;#39;).remove();
		subtotal.html(subtotal_new.html());&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Unfortunately the cart widget just contains a field for the total amount but it doesn't contain a field which tells us how many items are in the cart. So it's not easily possible to store the number of cart items into the subtotal_new variable atm without writing a complex js function which calculates the number of items based on the quantity table fields. I'll mark this thread for Kriesi - maybe he can provide a clever solution somehow but for now you'll have to stick with the dollar amount.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85632</link>
			<pubDate>Tue, 27 Nov 2012 19:37:35 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">85632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ismael, man the problem here is this when we add to cart the amount in dollars will appear , and then once i click on the menu to go to another page then the dolla amount changes to quantity, so in other words i add 2 products to the cart i will see the dollar amount then when i browse the website i will see that the dollars amount will modify itself to quantity
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85210</link>
			<pubDate>Sat, 24 Nov 2012 08:27:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up abundance\woocommerce-config\config.php and search for following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;a class=&#38;#39;cart_dropdown_link&#38;#39; href=&#38;#39;&#38;quot;.$link.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Cart&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;span class=&#38;#39;cart_subtotal&#38;#39;&#38;gt;&#38;quot;.$cart_subtotal.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;a class=&#38;#39;cart_dropdown_link&#38;#39; href=&#38;#39;&#38;quot;.$link.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Shopping bag&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;span class=&#38;#39;cart_subtotal&#38;#39;&#38;gt;&#38;quot;.$woocommerce-&#38;gt;cart-&#38;gt;cart_contents_count.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85197</link>
			<pubDate>Sat, 24 Nov 2012 02:57:24 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">85197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;on the top section where the menu is, and im talking about the cart section where you see the total amount of dollars that accumulate when someone adds a product to the cart. I would like the word to change from cart to shopping bag, and instead of showing the total amount in dollars i would like to show the total amount of items&#60;/p&#62;
&#60;p&#62;how can i do that
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Adding custom content to the bottom of the single product description."</title>
			<link>http://www.kriesi.at/support/topic/adding-custom-content-to-the-bottom-of-the-single-product-description#post-78404</link>
			<pubDate>Wed, 03 Oct 2012 14:39:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You could try installing this &#60;a href=&#34;http://wordpress.org/extend/plugins/social-sharing-toolkit/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/social-sharing-toolkit/&#60;/a&#62; or a similar plugin then using a shortcode for facebook and twitter within the product description. It should work, but besides going through the code that's the easiest option.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "Adding custom content to the bottom of the single product description."</title>
			<link>http://www.kriesi.at/support/topic/adding-custom-content-to-the-bottom-of-the-single-product-description#post-78207</link>
			<pubDate>Tue, 02 Oct 2012 10:34:46 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">78207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'd like to add two share buttons, for twitter and facebook, after the description text for a single product.&#60;br /&#62;
How would I go about doing so, as it appears the theme dynamically generates the page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
