<?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 - Tag: woocomerce - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/woocomerce</link>
		<description>Support Forum - Tag: woocomerce - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 03:24:55 +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/tags/woocomerce" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Problems with Product Overview"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-product-overview#post-106901</link>
			<pubDate>Tue, 23 Apr 2013 20:24:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">106901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi eduardo2384,&#60;/p&#62;
&#60;p&#62;I'm not seeing anything that looks incorrect on that page. Can you point it out specifically or what is different that you'd like to change?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eduardo2384 on "Problems with Product Overview"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-product-overview#post-106748</link>
			<pubDate>Tue, 23 Apr 2013 07:03:46 +0000</pubDate>
			<dc:creator>eduardo2384</dc:creator>
			<guid isPermaLink="false">106748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just started to customize the template and I have problems to display the product in the online store section.&#60;br /&#62;
I mean, after selecting the product, I click to see more details and the contents are displayed incorrectly.&#60;br /&#62;
The link to the section: &#60;a href=&#34;http://rey-lear.com/web/?product=rey-lear-crianza&#34; rel=&#34;nofollow&#34;&#62;http://rey-lear.com/web/?product=rey-lear-crianza&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you very much for the support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Dark Skin features for Woocommerce product"</title>
			<link>http://www.kriesi.at/support/topic/dark-skin-features-for-woocommerce-product#post-102741</link>
			<pubDate>Sat, 23 Mar 2013 03:52:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">102741@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad it is fixed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Dark Skin features for Woocommerce product"</title>
			<link>http://www.kriesi.at/support/topic/dark-skin-features-for-woocommerce-product#post-102669</link>
			<pubDate>Fri, 22 Mar 2013 15:46:34 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">102669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It was actually easier than I thought, &#60;/p&#62;
&#60;p&#62;This code works cross browser, I just removed the -moz-use-text-color all together &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top div.product .woocommerce-tabs .panel {
	border-color:#333;
}
#top div.product .woocommerce-tabs ul.tabs {
    background: none repeat scroll 0 0 #333333!important;
	border-color:#333;
	display: block!important;
}
#top div.product .woocommerce-tabs ul.tabs li.active a {
    background: none repeat scroll 0 0 #111111!important;
    color: #888888!important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Dark Skin features for Woocommerce product"</title>
			<link>http://www.kriesi.at/support/topic/dark-skin-features-for-woocommerce-product#post-102425</link>
			<pubDate>Thu, 21 Mar 2013 12:44:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102425@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, afaik -moz-use-text-color is not supported by all browsers and it's deprecated. I'd rather use: currentcolor - compare &#60;a href=&#34;http://stackoverflow.com/questions/2283010/what-is-moz-use-text-color&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/2283010/what-is-moz-use-text-color&#60;/a&#62; and &#60;a href=&#34;http://css-tricks.com/currentcolor/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/currentcolor/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Dark Skin features for Woocommerce product"</title>
			<link>http://www.kriesi.at/support/topic/dark-skin-features-for-woocommerce-product#post-102371</link>
			<pubDate>Thu, 21 Mar 2013 06:32:35 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">102371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually it still needs looking at a little, looks fantastic in Firefox, crap in Chrome still ;)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.jamespictures.co.uk/product/peak-district-photography/famous-gate/&#34; rel=&#34;nofollow&#34;&#62;http://www.jamespictures.co.uk/product/peak-district-photography/famous-gate/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Ill try again, but its testing me
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Dark Skin features for Woocommerce product"</title>
			<link>http://www.kriesi.at/support/topic/dark-skin-features-for-woocommerce-product#post-101743</link>
			<pubDate>Mon, 18 Mar 2013 06:40:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101743@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Thank you xGSTQ for providing the code and helping us out :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Dark Skin features for Woocommerce product"</title>
			<link>http://www.kriesi.at/support/topic/dark-skin-features-for-woocommerce-product#post-101669</link>
			<pubDate>Sun, 17 Mar 2013 08:29:19 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">101669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also noticed these problems using the dark skin in the new v2.1 update and added some CSS to the custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top div.product .woocommerce-tabs .panel {
    border-color: -moz-use-text-color #333333 #333333!important;

}
#top div.product .woocommerce-tabs ul.tabs {
    background: none repeat scroll 0 0 #333333!important;
    border-color: #333333 #333333 -moz-use-text-color!important;
	display: block!important;
}
#top div.product .woocommerce-tabs ul.tabs li.active a {
    background: none repeat scroll 0 0 #111111!important;
    color: #888888!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will style them dark instead of white
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mirzepapa on "Dark Skin features for Woocommerce product"</title>
			<link>http://www.kriesi.at/support/topic/dark-skin-features-for-woocommerce-product#post-101607</link>
			<pubDate>Sat, 16 Mar 2013 10:08:54 +0000</pubDate>
			<dc:creator>mirzepapa</dc:creator>
			<guid isPermaLink="false">101607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
i am totally new to WP and came across this beautiful template - wow, cannot tell why i hesitated to switch some projects from joomla to WP. &#60;/p&#62;
&#60;p&#62;So, got everything in place with a photograpers site, but woocommerce colors driving me crazy: i want exactly the colors from &#60;a href=&#34;http://www.kriesi.at/themes/flashlight/shop/donec-quam/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/flashlight/shop/donec-quam/&#60;/a&#62; for the Description, Additional Information and Reviews reviews tabs, but there is no effect, no matter what i change, it remains &#60;a href=&#34;http://oana.muze1.de/shop/advertisment/bild-nr-3/&#34; rel=&#34;nofollow&#34;&#62;http://oana.muze1.de/shop/advertisment/bild-nr-3/&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;first time ever firebug is not that much of help ;-)&#60;/p&#62;
&#60;p&#62;Keep up this great work!&#60;/p&#62;
&#60;p&#62;Regards Sebastian.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "404 page not found in pages or products"</title>
			<link>http://www.kriesi.at/support/topic/404-page-not-found-in-pages-or-products#post-98136</link>
			<pubDate>Sat, 23 Feb 2013 01:16:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I got it working. &#60;/p&#62;
&#60;p&#62;1) There was an error on top 'If you want different slugs for shop pages, you need to disable the shop prefix for products in WooCommerce Settings'. That needed to be disabled , the checkbox in WooCommerce settings.&#60;/p&#62;
&#60;p&#62;2) I took out your rewrite code in functions.php&#60;/p&#62;
&#60;p&#62;3) For products as well as pages I made the following change at the very bottom of the page &#60;a href=&#34;http://www.clipular.com/c?2215312=XdzHbrWzgvbzhBhf4co2ekwDupk&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?2215312=XdzHbrWzgvbzhBhf4co2ekwDupk&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;a) _avia_elements_avia_options_propulsion	          Translate&#60;br /&#62;
b) _avia_elements_theme_compatibility_mode       Translate&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ulaschmied on "404 page not found in pages or products"</title>
			<link>http://www.kriesi.at/support/topic/404-page-not-found-in-pages-or-products#post-98123</link>
			<pubDate>Fri, 22 Feb 2013 22:05:45 +0000</pubDate>
			<dc:creator>ulaschmied</dc:creator>
			<guid isPermaLink="false">98123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This post problems between &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; - propulsion theme - woocomerce and pretty urls&#60;br /&#62;
And now I'm creating the website again in a new server.&#60;br /&#62;
I installed the website 2 times and both finally I end in the same loop as always. When link to pages work, link to products goes to 404. When products work link to pages goes to 404.&#60;br /&#62;
First time I followed that order:&#60;br /&#62;
1- Install wordpress&#60;br /&#62;
2- Install theme&#60;br /&#62;
3- Install woocomerce&#60;br /&#62;
4- Install &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;&#60;br /&#62;
5- Install woocommerce - &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;&#60;br /&#62;
Finally, the products links works ok but pages links goes to 404.&#60;br /&#62;
If I ad this code to functions.php:&#60;br /&#62;
flush_rewrite_rules( false );&#60;br /&#62;
Then the situation becomes reversed. Works pages but doesn't work product links.&#60;/p&#62;
&#60;p&#62;Second time I followed that order:&#60;br /&#62;
1- Install wordpress&#60;br /&#62;
2- Install woocomerce&#60;br /&#62;
3- Install &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;&#60;br /&#62;
4- Install woocomerce - &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;&#60;br /&#62;
In that moment, with wordpress default template, the websites works perfectly. All links pages and products runs ok.&#60;br /&#62;
5- Install propulsion theme&#60;br /&#62;
Now is when I have again the problem. Link to pages doesn't works, Link to products works.&#60;br /&#62;
6- I come back to default template and the bug still there.&#60;br /&#62;
Even If the &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; is activated or not the bug still there.&#60;br /&#62;
Even if permalinks are activated or not the bug still there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "404 loading product in different language because both language usethe same slug"</title>
			<link>http://www.kriesi.at/support/topic/404-loading-product-in-different-language-because-both-language-usethe-same-slug#post-59303</link>
			<pubDate>Fri, 08 Jun 2012 08:13:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">59303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Did you solve the issue? I tried to load all three pages and all worked fine for me here? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITDAST on "404 loading product in different language because both language usethe same slug"</title>
			<link>http://www.kriesi.at/support/topic/404-loading-product-in-different-language-because-both-language-usethe-same-slug#post-58837</link>
			<pubDate>Tue, 05 Jun 2012 06:38:36 +0000</pubDate>
			<dc:creator>ITDAST</dc:creator>
			<guid isPermaLink="false">58837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a multilanguage site I using woocommerce, &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; and woocomerce multilingual but when load a product show me 404, for example:&#60;br /&#62;
&#60;a href=&#34;https://www.itdast.com/tienda/hosting-plan-economico/&#34; rel=&#34;nofollow&#34;&#62;https://www.itdast.com/tienda/hosting-plan-economico/&#60;/a&#62; load fine but&#60;br /&#62;
&#60;a href=&#34;https://www.itdast.com/en/store/hosting-economy-plan/&#34; rel=&#34;nofollow&#34;&#62;https://www.itdast.com/en/store/hosting-economy-plan/&#60;/a&#62; load whit 404&#60;br /&#62;
&#60;a href=&#34;https://www.itdast.com/en/tienda/hosting-economy-plan/&#34; rel=&#34;nofollow&#34;&#62;https://www.itdast.com/en/tienda/hosting-economy-plan/&#60;/a&#62; load fine too
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updating the Theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-theme#post-40237</link>
			<pubDate>Sun, 05 Feb 2012 13:43:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">40237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd contact the qtranslate author because it's probably a plugin issue. We just use the standard wordpress/php date function and it seems like the plugin hooks into it and messes around with the output (maybe it tries to &#34;translate&#34; the date - different date formats, etc. but I'm not sure because I'm not familiar with the qtranslate code).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hectortarifa on "Updating the Theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-theme#post-40235</link>
			<pubDate>Sun, 05 Feb 2012 13:04:41 +0000</pubDate>
			<dc:creator>hectortarifa</dc:creator>
			<guid isPermaLink="false">40235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude... im working fine with the latest update...&#60;/p&#62;
&#60;p&#62;But can you help me out with the qtranslate-date issue?... &#60;/p&#62;
&#60;p&#62;Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-40207</link>
			<pubDate>Sun, 05 Feb 2012 08:49:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">40207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - the rss feed is broken. Kriesi released an updates for all WooCommerce themes yesterday :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattfreed on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-40143</link>
			<pubDate>Sat, 04 Feb 2012 22:33:07 +0000</pubDate>
			<dc:creator>mattfreed</dc:creator>
			<guid isPermaLink="false">40143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The RSS feed for this topic is not working. I am on Chrome 16.0.912.77. Error reads:&#60;/p&#62;
&#60;p&#62;This page contains the following errors:&#60;/p&#62;
&#60;p&#62;error on line 10 at column 37: Entity 'raquo' not defined&#60;br /&#62;
Below is a rendering of the page up to the first error.&#60;/p&#62;
&#60;p&#62;Support Forum » Topic: woocomerce 1.4 &#60;a href=&#34;http://www.kriesi.at/support/topic/woocomerce-14&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/woocomerce-14&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ooblik on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-40115</link>
			<pubDate>Sat, 04 Feb 2012 16:10:12 +0000</pubDate>
			<dc:creator>ooblik</dc:creator>
			<guid isPermaLink="false">40115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;toujours rien ????
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hectortarifa on "Updating the Theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-theme#post-40019</link>
			<pubDate>Fri, 03 Feb 2012 14:19:23 +0000</pubDate>
			<dc:creator>hectortarifa</dc:creator>
			<guid isPermaLink="false">40019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, thanks for the answer...&#60;br /&#62;
1. ok&#60;br /&#62;
2. waiting...ok&#60;br /&#62;
3. i deactivate qtranslate and date shows ok... can i solve the problem to keep working with qtranslate?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Updating the Theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-theme#post-39970</link>
			<pubDate>Fri, 03 Feb 2012 07:43:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) The version number in style.css hasn't changed. It's still 1.0. It's obviously not very clever but I think Kriesi just forgot to update style.css.&#60;/p&#62;
&#60;p&#62;2) Kriesi will release an update soon.&#60;/p&#62;
&#60;p&#62;3) It seems to be a problem with the standard get_the_date() function. I'd try to deactivate all plugins - maybe one causes this error (qtranslate, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-39959</link>
			<pubDate>Fri, 03 Feb 2012 07:16:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - I ask Kriesi to look into it asap - I'm sure he's working on it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blyerts on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-39939</link>
			<pubDate>Fri, 03 Feb 2012 06:29:48 +0000</pubDate>
			<dc:creator>blyerts</dc:creator>
			<guid isPermaLink="false">39939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I got the same error message and need an update! Is this in progress?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hectortarifa on "Updating the Theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-theme#post-39912</link>
			<pubDate>Fri, 03 Feb 2012 00:14:07 +0000</pubDate>
			<dc:creator>hectortarifa</dc:creator>
			<guid isPermaLink="false">39912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1. I did what i said in the first post, worked ok i think... but the version in my dashboard still says 1.0... &#60;/p&#62;
&#60;p&#62;2. still waiting&#60;/p&#62;
&#60;p&#62;3. (new) the dates on the blog post are not showing ok... they show something like this: %d 24UTC %B 24UTC %Y&#60;/p&#62;
&#60;p&#62;Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hectortarifa on "Updating the Theme"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-theme#post-39860</link>
			<pubDate>Thu, 02 Feb 2012 17:15:59 +0000</pubDate>
			<dc:creator>hectortarifa</dc:creator>
			<guid isPermaLink="false">39860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1.i want to update the theme, but not shure how to...&#60;br /&#62;
Backup&#60;br /&#62;
download again from themeforest&#60;br /&#62;
Unzip all&#60;br /&#62;
change logo.psd and logo.png (as i change it in the older version)&#60;br /&#62;
upload all the files via filezilla&#60;/p&#62;
&#60;p&#62;thats it? i wont loose any customization done it in the older version?&#60;/p&#62;
&#60;p&#62;2.im having the same problem (not showing products in the product slideshow) as everybody that has upgrade the woocomerce 1.4.1... will wait for your &#34;problem solved&#34; release...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ooblik on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-39795</link>
			<pubDate>Thu, 02 Feb 2012 10:45:04 +0000</pubDate>
			<dc:creator>ooblik</dc:creator>
			<guid isPermaLink="false">39795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello...&#60;/p&#62;
&#60;p&#62;Woocomerce make an update (1.4.1) and it's half work again :)&#60;br /&#62;
except 2 error on the page product : &#60;/p&#62;
&#60;p&#62;Warning: Missing argument 2 for avia_woocommerce_template_single_excerpt() in /homez.56/ooblik/www/atelier/wp-content/themes/propulsion/config-woocommerce/config.php on line 131&#60;/p&#62;
&#60;p&#62;and : Warning: Missing argument 2 for avia_woocommerceproduct_prev_image() in /homez.56/ooblik/www/atelier/wp-content/themes/propulsion/config-woocommerce/config.php on line 253&#60;/p&#62;
&#60;p&#62;I need to fix it &#34;quickly&#34;...to open my shop ! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ooblik on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-39613</link>
			<pubDate>Wed, 01 Feb 2012 15:57:06 +0000</pubDate>
			<dc:creator>ooblik</dc:creator>
			<guid isPermaLink="false">39613@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I make the update, but the Woocomerce 1.4 doesn't work... :(&#60;br /&#62;
I prefer wait the &#34;new&#34; update of the theme Propulsion, I'm not a coder...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ooblik on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-39612</link>
			<pubDate>Wed, 01 Feb 2012 15:49:40 +0000</pubDate>
			<dc:creator>ooblik</dc:creator>
			<guid isPermaLink="false">39612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;here is the page of my shop : &#60;a href=&#34;http://atelier.ooblik.com/boutique/&#34; rel=&#34;nofollow&#34;&#62;http://atelier.ooblik.com/boutique/&#60;/a&#62;&#60;br /&#62;
everything going BREAK ;(&#60;/p&#62;
&#60;p&#62;I make the update of the theme via Themeforest...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-39535</link>
			<pubDate>Wed, 01 Feb 2012 03:36:42 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">39535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Propulsion was updated the 27th, I'm not certain if this was also modified (judging by the version file it is possible but not certain). You can download the newest version from ThemeForest for free (under your downloads). &#60;/p&#62;
&#60;p&#62;All the updates are listed in the version.rtf that comes with every theme download.&#60;/p&#62;
&#60;p&#62;&#60;u&#62;If&#60;/u&#62; it doesn't function straight away the only solution is to stick with the old version until Kriesi updates the theme(s) to work. Meanwhile, could you list the issues?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ooblik on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-39279</link>
			<pubDate>Mon, 30 Jan 2012 08:41:48 +0000</pubDate>
			<dc:creator>ooblik</dc:creator>
			<guid isPermaLink="false">39279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;evolution ? :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ooblik on "woocomerce 1.4"</title>
			<link>http://www.kriesi.at/support/topic/woocomerce-14#post-38958</link>
			<pubDate>Fri, 27 Jan 2012 14:34:32 +0000</pubDate>
			<dc:creator>ooblik</dc:creator>
			<guid isPermaLink="false">38958@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;I need to know &#34;how&#34; to update the theme to work correctly with the next woocomerce &#34;evolution&#34; 1.4 ???&#60;br /&#62;
because somme features are only is this version (and work for me in another site I work with) I just activate this release (1.4) but of course with the version of Propulsion it's breaking the template ! ;)&#60;/p&#62;
&#60;p&#62;I wonder how the &#34;upgrade&#34; of your theme is working too by the way ?&#60;/p&#62;
&#60;p&#62;thank's a lot, I really LIKE your template/theme&#60;/p&#62;
&#60;p&#62;marc //
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
