<?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: wildrays</title>
		<link><a href='http://www.kriesi.at/support/profile/wildrays'>wildrays</a></link>
		<description>Support Forum - User Favorites: wildrays</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:19:44 +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>Devin on "Propulsion and WooCommerce WishLists"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-and-woocommerce-wishlists#post-117835</link>
			<pubDate>Wed, 12 Jun 2013 12:45:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">117835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There definitely could be a conflict, it just isn't something we are capable of really diagnosing. The best thing to do is to check with the plugin author and see if they can take a look at the issues/errors. Knowing their own code it should at least give a direction to look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Propulsion and WooCommerce WishLists"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-and-woocommerce-wishlists#post-117831</link>
			<pubDate>Wed, 12 Jun 2013 11:48:42 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">117831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the input. I realize this is an extension and not necessarily part of your support, but I'd like to continue working on this and I would imagine other Propulsion users would like to use this extension, WooCommerce Wishlists:&#60;br /&#62;
&#60;a href=&#34;http://www.woothemes.com/products/woocommerce-wishlists/&#34; rel=&#34;nofollow&#34;&#62;http://www.woothemes.com/products/woocommerce-wishlists/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just temporarily activated the Twenty Twelve theme and WooCommerce Wishlists works, wouldn't that indicate that something specific to the Propulsion theme is affecting the plugin?&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Propulsion and WooCommerce WishLists"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-and-woocommerce-wishlists#post-117720</link>
			<pubDate>Wed, 12 Jun 2013 01:37:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">117720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Brian,&#60;/p&#62;
&#60;p&#62;My guess is that something changed in WooCommerce 2.0 plus. Some months back I helped someone integrate the Wishlist plugin with WooCommcere 1.6 and Propulsion and the only issues were css at that time.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Propulsion and WooCommerce WishLists"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-and-woocommerce-wishlists#post-117434</link>
			<pubDate>Mon, 10 Jun 2013 18:33:25 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">117434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I see the same thing, the wishlist button or text will show up with your modification, but nothing happens on the click.&#60;/p&#62;
&#60;p&#62;I did briefly switch to the Twenty Twelve theme, so it seems like something in Propulsion is causing this.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Propulsion and WooCommerce WishLists"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-and-woocommerce-wishlists#post-117247</link>
			<pubDate>Sun, 09 Jun 2013 09:29:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">117247@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Tbh I couldn't get it to work too. You can add the button with following code mod - open up wp-content\themes\propulsion\config-woocommerce\config.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_add_to_cart($post, $product )
{
	echo &#38;quot;&#38;lt;div class=&#38;#39;avia_cart avia_cart_&#38;quot;.$product-&#38;gt;product_type.&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
	do_action( &#38;#39;avia_add_to_cart&#38;#39;, $post, $product );
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_add_to_cart($post, $product )
{
	echo &#38;quot;&#38;lt;div class=&#38;#39;avia_cart avia_cart_&#38;quot;.$product-&#38;gt;product_type.&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
	do_action( &#38;#39;avia_add_to_cart&#38;#39;, $post, $product );
    WC_Wishlists_Plugin::add_to_wishlist_button();
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;however the button doesn't seem to function properly because nothing happens when I click on it. You might want to contact the plugin author - maybe some code is missing or you need to call another function.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Propulsion and WooCommerce WishLists"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-and-woocommerce-wishlists#post-117041</link>
			<pubDate>Fri, 07 Jun 2013 17:56:44 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">117041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I recently performed some plugin upgrades on a site that uses Propulsion and WooCommerce. I have WooCommerce WishLists installed; it had been working, but now the text or button doesn't show up on product pages. If I go to the Wishlists page, that does work.&#60;/p&#62;
&#60;p&#62;Wishlists page that works:&#60;br /&#62;
&#60;a href=&#34;http://www.heathermurray-jeweler.com/my-lists/&#34; rel=&#34;nofollow&#34;&#62;http://www.heathermurray-jeweler.com/my-lists/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;A product page that should have the Add to Wishlist feature in the Add to Cart area:&#60;br /&#62;
&#60;a href=&#34;http://www.heathermurray-jeweler.com/product/necklaces/lotus-necklace/&#34; rel=&#34;nofollow&#34;&#62;http://www.heathermurray-jeweler.com/product/necklaces/lotus-necklace/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Has anyone experienced this or able to diagnose the problem?&#60;/p&#62;
&#60;p&#62;Propulsion is 2.0, WooCommerce is 2.0.10, and WooCommerce WishLists is 1.1.7.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-93370</link>
			<pubDate>Fri, 25 Jan 2013 09:33:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, Kriesi will release an update for Abundance soon (probably next week). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcholth on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-93259</link>
			<pubDate>Thu, 24 Jan 2013 15:54:30 +0000</pubDate>
			<dc:creator>dcholth</dc:creator>
			<guid isPermaLink="false">93259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using the Angular theme and have the same problem.  Could you post a solution for that theme as well?  (Or better yet, provide a new update for the themes where this is an issue).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91550</link>
			<pubDate>Mon, 14 Jan 2013 19:15:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Final Fix:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;You can do one of two things now, completely comment out that function so that it doesn&#38;#39;t take effect at all and then add the following to your functions.php: 

add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

Or, change that function to:
//remove post thumbnails from pages, posts and various custom post types
if(!function_exists(&#38;#39;avia_remove_post_thumbnails&#38;#39;))
{
    add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

//    add_action(&#38;#39;posts_selection&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//    add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//    add_filter(&#38;#39;post_updated_messages&#38;#39;,&#38;#39;avia_remove_post_thumbnails&#38;#39;);
//    function avia_remove_post_thumbnails($msg)
//    {
//        global $post_type;
//        $remove_when = array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;);
//
//        if(is_admin())
//        {
//            foreach($remove_when as $remove)
//            {
//                if($post_type == $remove &#124;&#124; (isset($_GET[&#38;#39;post_type&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;post_type&#38;#39;] == $remove)) { remove_theme_support( &#38;#39;post-thumbnails&#38;#39; ); };
//            }
//        }
//
//        return $msg;
//    }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91168</link>
			<pubDate>Fri, 11 Jan 2013 17:28:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Brian,&#60;/p&#62;
&#60;p&#62;Create an admin account for me and I'll log in and take a look. &#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91164</link>
			<pubDate>Fri, 11 Jan 2013 17:13:36 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">91164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm, I don't know what is happening. I'm definitely using WordPress 3.5 and Coherence 1.3. I'm going into functions-coherence.php and commenting out lines:&#60;br /&#62;
&#60;img src=&#34;http://www.6288designs.com/code-ss.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Then the thumbnails in the Recent Posts widget are gone and I don't see the Set Featured Image option:&#60;br /&#62;
&#60;img src=&#34;http://www.6288designs.com/recent-posts-ss.png&#34; /&#62;&#60;br /&#62;
&#60;img src=&#34;http://www.6288designs.com/add-media-ss.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I'll have to keep looking into it. I can't keep the &#34;mistakes&#34; live, so functions-coherence.php is back to normal state right now. The site:&#60;br /&#62;
&#60;a href=&#34;http://www.mwv-icefest.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mwv-icefest.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Am I changing the right lines in functions-coherence.php?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91138</link>
			<pubDate>Fri, 11 Jan 2013 15:16:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Brian,&#60;/p&#62;
&#60;p&#62;I just tested on Wordpress 3.5 and Coherence 1.3 and didn't have any issues with the Recent Post widget and was able to get the Set Featured Image using the new media editor.&#60;/p&#62;
&#60;p&#62;Go to Add Media:&#60;br /&#62;
&#60;img src=&#34;http://i50.tinypic.com/9swb36.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;Just under the Create Gallery option you should now see the Set Featured Image like below&#60;br /&#62;
&#60;img src=&#34;http://i49.tinypic.com/2qwo5dh.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;If you are still having issues with the Recent Posts widget try re-adding it to the widget area you want it to show. Additionally, you could try going into the recent posts its displaying and making sure it has an image set for it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91071</link>
			<pubDate>Thu, 10 Jan 2013 23:55:57 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">91071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using the latest version of Coherence (1.3) and that section of code is actually on lines 324-347 as well. I followed the direction to comment out, it removed all the thumbnails from the recent posts widget (which I don't want) and I didn't see the &#34;set featured image&#34; option return to the &#34;Add Media&#34; area.&#60;/p&#62;
&#60;p&#62;Thoughts? Thanks for your help,&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91050</link>
			<pubDate>Thu, 10 Jan 2013 21:12:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey wildrays,&#60;/p&#62;
&#60;p&#62;This was just pointed out to me earlier today actually :)&#60;/p&#62;
&#60;p&#62;I made this post for Choices but it should hold the same for Coherence though the function starts on line 297 in functions-coherence.php.&#60;/p&#62;
&#60;p&#62;**removed**&#60;/p&#62;
&#60;p&#62;If for some reason this does not work for you, can you post here and let me know. Otherwise I'll add this as a sticky to each of the applicable theme forums this evening.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91026</link>
			<pubDate>Thu, 10 Jan 2013 17:51:26 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">91026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just updated a site using Coherence to WordPress 3.5 and it looks like the easy method in the Add Media editor to &#34;Set as featured image&#34; is gone. I did a search and found some other threads about this. &#60;/p&#62;
&#60;p&#62;One of the solutions was to add one image to the slideshow and it would be set as the featured image (to show as thumbnail in recent posts widget) and not show as a slide in the blog overview or single post. This worked for setting a thumbnail, but the one added photo also showed as a slide in the blog overview and single post. What I did to correct this was remove the photo from the slideshow, so this removed the slide from the blog overview and single post, and kept the featured thumbnail. &#60;/p&#62;
&#60;p&#62;This is a solution, but required extra steps and isn't intuitive to users. Will there or could there be an update or code modification to Coherence so that a single step to &#34;set as featured image&#34; will work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-84162</link>
			<pubDate>Fri, 16 Nov 2012 04:23:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi wildrays,&#60;/p&#62;
&#60;p&#62;Glad that you've fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-84137</link>
			<pubDate>Thu, 15 Nov 2012 23:13:14 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">84137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I added this to my custom css:&#60;/p&#62;
&#60;p&#62;dd {margin-left: 50px;}&#60;/p&#62;
&#60;p&#62;Puts the customer email and phone details enough to the right so no overlap, solves it and doesn't seem to affect anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-76901</link>
			<pubDate>Sat, 22 Sep 2012 08:21:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">76901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Thanks for the code snippet :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whatsonsale on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-76757</link>
			<pubDate>Fri, 21 Sep 2012 03:04:17 +0000</pubDate>
			<dc:creator>whatsonsale</dc:creator>
			<guid isPermaLink="false">76757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Yes just add the two lines of code into the file you mentioned so it looks like this... and it works..&#60;/p&#62;
&#60;p&#62;if (!function_exists('woocommerce_show_product_thumbnails')) {&#60;br /&#62;
	function woocommerce_show_product_thumbnails() {&#60;/p&#62;
&#60;p&#62;		global $_product, $post;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;thumbnails&#34;&#38;gt;';&#60;/p&#62;
&#60;p&#62;		$thumb_id = get_post_thumbnail_id();&#60;br /&#62;
		$small_thumbnail_size = apply_filters('single_product_small_thumbnail_size', 'shop_thumbnail');&#60;br /&#62;
		$args = array(&#60;br /&#62;
			'orderby' 	=&#38;gt; 'menu_order',&#60;br /&#62;
 			'order' 	=&#38;gt; 'ASC',&#60;br /&#62;
			'post_type' 	=&#38;gt; 'attachment',&#60;br /&#62;
			'numberposts' 	=&#38;gt; -1,&#60;br /&#62;
			'post_status' 	=&#38;gt; null,&#60;br /&#62;
			'post_parent' 	=&#38;gt; $post-&#38;gt;ID,&#60;br /&#62;
			'post__not_in'	=&#38;gt; array($thumb_id),&#60;br /&#62;
			'post_mime_type' =&#38;gt; 'image',&#60;br /&#62;
			'meta_query' 	=&#38;gt; array(&#60;br /&#62;
				array(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75928</link>
			<pubDate>Fri, 14 Sep 2012 16:09:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It is better to put it on your custom.css. In case you update your theme you just need to have a copy of the custom.css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>readactivity on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75922</link>
			<pubDate>Fri, 14 Sep 2012 14:07:21 +0000</pubDate>
			<dc:creator>readactivity</dc:creator>
			<guid isPermaLink="false">75922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found that the problem seems to be caused by line 1138 in woocommence.mod.ccs. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;.woocommerce-account dt{width:30px; display:block; font-weight: bold;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Once I remove width:30px, the overlapping text issue was resolved. Should I change this directly in the CSS file? Or would you suggest a different code to add to the custom CSS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75707</link>
			<pubDate>Thu, 13 Sep 2012 12:19:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Maybe you can try this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.woocomerce-checkout .avia_select_fake_val {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>readactivity on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75704</link>
			<pubDate>Thu, 13 Sep 2012 11:41:59 +0000</pubDate>
			<dc:creator>readactivity</dc:creator>
			<guid isPermaLink="false">75704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I noticed that the text elements (dt, dd) overlap each other, and this only happens on the View Recent Order page. It occurs at two places:&#60;br /&#62;
1. Order Details - under the Product name&#60;br /&#62;
2. Customer Details - first line showing the email address&#60;/p&#62;
&#60;p&#62;I can provide a screenshot but let me know how to attach it. &#60;/p&#62;
&#60;p&#62;I've tried to upgrade Woocommerce from 1.6.1 to latest 1.6.5.2 and upgrade Propulsion theme to 1.6 and the issue remains the same. Please help to identify the fix. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Product Inquiry Form CSS issue"</title>
			<link>http://www.kriesi.at/support/topic/product-inquiry-form-css-issue#post-70720</link>
			<pubDate>Mon, 13 Aug 2012 04:51:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi megalex,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megalex on "Product Inquiry Form CSS issue"</title>
			<link>http://www.kriesi.at/support/topic/product-inquiry-form-css-issue#post-70703</link>
			<pubDate>Sun, 12 Aug 2012 22:50:43 +0000</pubDate>
			<dc:creator>megalex</dc:creator>
			<guid isPermaLink="false">70703@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You are right Devin, emptying the cache did the trick! Thanks for the excellent support. Working fine now!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product Inquiry Form CSS issue"</title>
			<link>http://www.kriesi.at/support/topic/product-inquiry-form-css-issue#post-70498</link>
			<pubDate>Fri, 10 Aug 2012 16:13:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70498@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey megalex,&#60;/p&#62;
&#60;p&#62;I've just checked the site (from your link in another topic) in Firefox as well but I'm not getting any error. Can you try hard refreshing your page when viewing the site in FF. Just give it a refresh 3-4 times and see if you might have been viewing a cached version.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megalex on "Product Inquiry Form CSS issue"</title>
			<link>http://www.kriesi.at/support/topic/product-inquiry-form-css-issue#post-70475</link>
			<pubDate>Fri, 10 Aug 2012 13:02:23 +0000</pubDate>
			<dc:creator>megalex</dc:creator>
			<guid isPermaLink="false">70475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;It works perfectly in Safari (Mac OS),&#60;/p&#62;
&#60;p&#62;but not in Firefox.&#60;/p&#62;
&#60;p&#62;Can you take a look at it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Product Inquiry Form CSS issue"</title>
			<link>http://www.kriesi.at/support/topic/product-inquiry-form-css-issue#post-70439</link>
			<pubDate>Fri, 10 Aug 2012 06:36:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Megalex,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#tab-enquiry .form-row.notes {
clear: both;
}
#product_enquiry_message {
width: 100% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megalex on "Product Inquiry Form CSS issue"</title>
			<link>http://www.kriesi.at/support/topic/product-inquiry-form-css-issue#post-70379</link>
			<pubDate>Fri, 10 Aug 2012 00:21:35 +0000</pubDate>
			<dc:creator>megalex</dc:creator>
			<guid isPermaLink="false">70379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;/p&#62;
&#60;p&#62;There's an issue with the Product Inquiry Form extension from WooCommerce. I'm not sure if it's related to Propulsion or to WooCommerce's upgrade to version 1.6.2. Can you take a look at it? I've also informed WooCommerce support.&#60;/p&#62;
&#60;p&#62;Here's a screenshot: &#60;a href=&#34;http://farm9.staticflickr.com/8299/7749775878_793a18c744_b.jpg&#34; rel=&#34;nofollow&#34;&#62;http://farm9.staticflickr.com/8299/7749775878_793a18c744_b.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll see that the message field is very narrow and place between the name and email field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Poor Quality Thumbnails in store."</title>
			<link>http://www.kriesi.at/support/topic/poor-quality-thumbnails-in-store#post-56612</link>
			<pubDate>Fri, 18 May 2012 18:16:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">56612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi makproductions06,&#60;/p&#62;
&#60;p&#62;My advice would be the same. Just to give you a little bit of extra info, each time you upload an image with wordpress it creates a series of alternate sized files for use with the various theme options. Each image is resized based on the code in functions.php. &#60;/p&#62;
&#60;p&#62;So like in any image editing application, when you stretch a small image to fit a large space it loses quality (generally). Using a large image for the initial upload means that it gets sized down and preserves the quality for all the other various uses.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
