<?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: dontforgetmario</title>
		<link><a href='http://www.kriesi.at/support/profile/dontforgetmario'>dontforgetmario</a></link>
		<description>Support Forum - User Favorites: dontforgetmario</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 08:08:43 +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 "Show Attributes of each products in product listing (see screenshot)"</title>
			<link>http://www.kriesi.at/support/topic/show-attributes-of-each-products-in-product-listing-see-screenshot#post-82874</link>
			<pubDate>Thu, 08 Nov 2012 14:17:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Mario,&#60;/p&#62;
&#60;p&#62;Yep, its a bit out of the range of what we can typically cover. However, I just read about a new WooCommerce extension that allows for easy customization of the product tabs so you might to take a look: &#60;a href=&#34;http://www.woothemes.com/products/woocommerce-tab-manager/&#34; rel=&#34;nofollow&#34;&#62;http://www.woothemes.com/products/woocommerce-tab-manager/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Show Attributes of each products in product listing (see screenshot)"</title>
			<link>http://www.kriesi.at/support/topic/show-attributes-of-each-products-in-product-listing-see-screenshot#post-82864</link>
			<pubDate>Thu, 08 Nov 2012 12:50:11 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;is this something that depends more on Woocommerce developers that on your theme?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured Image in Blog not showing"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-blog-not-showing#post-82584</link>
			<pubDate>Tue, 06 Nov 2012 21:04:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What elements do you have on the Dynamic Template? Basically, you need to have the Slideshow and the Blog element.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82570</link>
			<pubDate>Tue, 06 Nov 2012 19:26:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mario,&#60;/p&#62;
&#60;p&#62;Please make a backup of all the files we will be modifying first and be prepared to go back to current setup if there is a problem.&#60;/p&#62;
&#60;p&#62;1) Please open file woocommerce-hooks.php inside the wocommerce plugin that's inside the wordpress plugins directory and find line 161 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_attributes_panel&#38;#39;, 20 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;please *copy line 161* (do not lose copy we need in next step) and then put // in front of line 161 so that it looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_attributes_panel&#38;#39;, 20 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;save and close the file. Now please open config.php in the /propulsion/config-woocommerce/ directory of the theme and find line 125 that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//add_action( &#38;#39;woocommerce_product_thumbnails&#38;#39;, &#38;#39;avia_woocommerceproduct_prev_image_after&#38;#39;, 1000 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;please paste line 161 that we copied from woocommerce-hooks.php *before* line 125 into the config.php file so that lines 123-125 will look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;avia_add_to_cart&#38;#39;, &#38;#39;woocommerce_template_single_add_to_cart&#38;#39;, 30, 2 );
add_action( &#38;#39;woocommerce_product_tab_panels&#38;#39;, &#38;#39;woocommerce_product_attributes_panel&#38;#39;, 20 );
//add_action( &#38;#39;woocommerce_product_thumbnails&#38;#39;, &#38;#39;avia_woocommerceproduct_prev_image_after&#38;#39;, 1000 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The middle line above is the line from other file. Now save this file&#60;/p&#62;
&#60;p&#62;Please add this to quick css code in the admin area of the theme under Propulsion &#38;gt; Theme Options &#38;gt; Styling on the bottom of that page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div table.shop_attributes th {width: initial}
table.shop_attributes th {width: initial}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;***Please be aware that when you update WooCommerce plugin this customization will be overwritten and you will need to redo it again***&#60;/p&#62;
&#60;p&#62;Please let us know how it worked out.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Featured Image in Blog not showing"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-blog-not-showing#post-82564</link>
			<pubDate>Tue, 06 Nov 2012 18:43:55 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Uppps sorry that was not the website... was this one :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://magikando.es/blog/&#34; rel=&#34;nofollow&#34;&#62;http://magikando.es/blog/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Featured Image in Blog not showing"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-blog-not-showing#post-82520</link>
			<pubDate>Tue, 06 Nov 2012 13:47:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mario,&#60;/p&#62;
&#60;p&#62;Which page is the blog/dynamic template on at your link? &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Show Attributes of each products in product listing (see screenshot)"</title>
			<link>http://www.kriesi.at/support/topic/show-attributes-of-each-products-in-product-listing-see-screenshot#post-82519</link>
			<pubDate>Tue, 06 Nov 2012 13:45:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Mario,&#60;/p&#62;
&#60;p&#62;I'm checking with another support member on this and your other question on moving the attributes over. From what I can tell, there isn't a hook available with WooCommerce to just grab the product attributes and display them somewhere else. Not completely sure yet so still checking :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Featured Image in Blog not showing"</title>
			<link>http://www.kriesi.at/support/topic/featured-image-in-blog-not-showing#post-82503</link>
			<pubDate>Tue, 06 Nov 2012 13:17:19 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a Blog using Dynamic Template. And I want the Featured Image to fill the whole width of the left column. When I upload an image and insert it as featured image, the image does not show at all in the blog entry.&#60;/p&#62;
&#60;p&#62;My website: &#60;a href=&#34;http://envivoo.com&#34; rel=&#34;nofollow&#34;&#62;http://envivoo.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Show Attributes of each products in product listing (see screenshot)"</title>
			<link>http://www.kriesi.at/support/topic/show-attributes-of-each-products-in-product-listing-see-screenshot#post-82495</link>
			<pubDate>Tue, 06 Nov 2012 12:39:00 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Like here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://livemyadventure.zenfolio.com/p141447269/h4a6339be#h4a6339be&#34; rel=&#34;nofollow&#34;&#62;http://livemyadventure.zenfolio.com/p141447269/h4a6339be#h4a6339be&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Actually I want certain information (attributes, category or tags) to be displayed under product listings on every productos. &#60;/p&#62;
&#60;p&#62;We show events and sell event tickets, so we want to display under the product image, information like: city, category of event, a short description and so on.&#60;/p&#62;
&#60;p&#62;Is there any way to do this?&#60;/p&#62;
&#60;p&#62;My website envivoo.com&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82482</link>
			<pubDate>Tue, 06 Nov 2012 09:24:49 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;sorry, I didn't know that :)&#60;/p&#62;
&#60;p&#62;Here my website:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.envivoo.com&#34; rel=&#34;nofollow&#34;&#62;http://www.envivoo.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82358</link>
			<pubDate>Mon, 05 Nov 2012 18:12:43 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In order for us to help you , please post a link to a development website where this actual page is located. It is difficult to help you since that theme can be customized any number of ways without seeing the tags&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dontforgetmario on "Moving Attributes in Product description to the left column under Price"</title>
			<link>http://www.kriesi.at/support/topic/moving-attributes-in-product-description-to-the-left-column-under-price#post-82337</link>
			<pubDate>Mon, 05 Nov 2012 17:12:02 +0000</pubDate>
			<dc:creator>dontforgetmario</dc:creator>
			<guid isPermaLink="false">82337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'd like to do this... look at the screenshot please:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://livemyadventure.zenfolio.com/p141447269/h4a415ef6#h4a415ef6&#34; rel=&#34;nofollow&#34;&#62;http://livemyadventure.zenfolio.com/p141447269/h4a415ef6#h4a415ef6&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks :)&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
