<?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: product category - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/product-category</link>
		<description>Support Forum - Tag: product category - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 18:11:06 +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/product-category" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "single column product-category page"</title>
			<link>http://www.kriesi.at/support/topic/single-column-product-category-page#post-81184</link>
			<pubDate>Fri, 26 Oct 2012 15:42:41 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you look at Woocommerce Settings  &#38;gt; Pages (Tab on Top) , and look at the bottom of that page, you can set a different number of columns for products from 3-5. You need 1 column. To overcome that you can paste either the 1st or the 2nd piece of code below (but not both at once) into your functions.php file (anywhere, just not in middle of some other function).&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter ( &#38;#39;woocommerce_product_thumbnails_columns&#38;#39;, &#38;#39;zz_thumb_cols&#38;#39; );
 function zz_thumb_cols() {
     return 1; //Change the 1 to reflect how many columns you need
 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function aan0n0_woo() {
//Number of columns in Woocommerce Loop

global $woocommerce_loop;
$woocommerce_loop[&#38;#39;columns&#38;#39;] = 1;
}
aan0n0_woo();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Reference:&#60;br /&#62;
&#60;a href=&#34;http://chromeorange.co.uk/woocommerce-set-number-of-thumbnail-columns/&#34; rel=&#34;nofollow&#34;&#62;http://chromeorange.co.uk/woocommerce-set-number-of-thumbnail-columns/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://snipt.net/ivan747/control-number-of-columns-in-woocommerce-catalog/&#34; rel=&#34;nofollow&#34;&#62;https://snipt.net/ivan747/control-number-of-columns-in-woocommerce-catalog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once you have that out of the way, the rest is just styling that I am certain can easily be accomplished by searching Google, since this is probably a popular configuration.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "single column product-category page"</title>
			<link>http://www.kriesi.at/support/topic/single-column-product-category-page#post-81182</link>
			<pubDate>Fri, 26 Oct 2012 15:34:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">81182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey nallyps,&#60;/p&#62;
&#60;p&#62;Unfortunately you'll be looking at completely re-doing how the theme outputs products or if you only want it for certain pages, creating a php file that makes the calls for the product category and pulls the data exactly as you want it. Either way will take quite a bit of writing of new code.&#60;/p&#62;
&#60;p&#62;If you want to re-do the way the theme styles the products, everything is in the theme files&#38;gt;woocommerce-config. Hooks, filters and the functions the theme uses to remove and add new features are in config.php within that folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nallyps on "single column product-category page"</title>
			<link>http://www.kriesi.at/support/topic/single-column-product-category-page#post-80915</link>
			<pubDate>Wed, 24 Oct 2012 17:39:40 +0000</pubDate>
			<dc:creator>nallyps</dc:creator>
			<guid isPermaLink="false">80915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
First off thanks for having such great support. I couldnt find anything in the support for this hopefully you guys could help. This is for the abundance theme. I am trying to set up a single-column(multiple row) product-category page. For instance, for each individual product I would like to have the product image on the left, then on the right side of the column have the product title, short description(based on number of characters), product tags, price, then buttons for add to cart and see details. I found a random site that has it structured visually the way id like: &#60;a href=&#34;http://www.reverebooksonline.com/advSearchResults.php?action=search&#38;amp;category_id=0&#38;amp;authorField=Vonnegut,%20Kurt&#34; rel=&#34;nofollow&#34;&#62;http://www.reverebooksonline.com/advSearchResults.php?action=search&#38;amp;category_id=0&#38;amp;authorField=Vonnegut,%20Kurt&#60;/a&#62;&#60;br /&#62;
Any help or a point in the right direction is much appreciated!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Different product layouts for different categories"</title>
			<link>http://www.kriesi.at/support/topic/different-product-layouts-for-different-categories#post-73505</link>
			<pubDate>Wed, 29 Aug 2012 16:05:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">73505@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good luck in getting it set up that way! Always great to see deep customization even if we aren't always able to help with them.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Simon on "Different product layouts for different categories"</title>
			<link>http://www.kriesi.at/support/topic/different-product-layouts-for-different-categories#post-73217</link>
			<pubDate>Tue, 28 Aug 2012 08:53:46 +0000</pubDate>
			<dc:creator>Simon</dc:creator>
			<guid isPermaLink="false">73217@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK thanks Devin... think i'm onto a solution using bespoke taxonomy templates for the higher level categories... may speak to the woo-boys about a possible idea/enhancement&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Si
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Different product layouts for different categories"</title>
			<link>http://www.kriesi.at/support/topic/different-product-layouts-for-different-categories#post-72728</link>
			<pubDate>Fri, 24 Aug 2012 18:42:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Simon,&#60;/p&#62;
&#60;p&#62;I'm actually not even sure if this is possible. As far as I know Woo Commerce doesn't differentiate between child levels of products so the only thing I can think of would be to use shortcodes for specific product categories and then attempt to style those pages specifically with css.&#60;/p&#62;
&#60;p&#62;It wouldn't be accessible through the Shop&#38;gt;product&#38;gt;subproduct breadscrum structure but you could create your own structure via the menus manager and the various pages.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Simon on "Different product layouts for different categories"</title>
			<link>http://www.kriesi.at/support/topic/different-product-layouts-for-different-categories#post-72557</link>
			<pubDate>Thu, 23 Aug 2012 18:22:31 +0000</pubDate>
			<dc:creator>Simon</dc:creator>
			<guid isPermaLink="false">72557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I am using abundance for a site that has 3 levels of categories. I have been trying to get the layout of the categories to be different for the different levels without success. For example, I have many grandchild categories, which I;d liek to have the archive page display as a list - title, price, and possible excerpt (no thumbnails). The next level up of child categories needs to display in the standard 4 column layout, and the top level parent category in the 3 column layout - this is because the type of products listed are actually quite different (its cars, makes, then models).&#60;/p&#62;
&#60;p&#62;Is this possible, and if so can you please give me some pointers? &#60;/p&#62;
&#60;p&#62;Any help greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Simon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fruitfulcode on "Left Sidebar on the Product Category pages"</title>
			<link>http://www.kriesi.at/support/topic/left-sidebar-on-the-product-category-pages#post-67571</link>
			<pubDate>Wed, 25 Jul 2012 12:41:58 +0000</pubDate>
			<dc:creator>fruitfulcode</dc:creator>
			<guid isPermaLink="false">67571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem left sidebar is not display on category page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-61177</link>
			<pubDate>Wed, 20 Jun 2012 17:20:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi  Florent,&#60;/p&#62;
&#60;p&#62;You'll need to do something like an: if category name, echo banner html. Its not something that we can do as support unfortunately since it requires a good bit of customization for your specific needs.&#60;/p&#62;
&#60;p&#62;If you aren't comfortable with php and html, I would recommend looking into a freelance web developer. I would guess the whole thing could be done in under 2 hours so it should be very expensive to have modified.&#60;/p&#62;
&#60;p&#62;When you do future updates, you'll just need to save copies of the file so that you can re-add in your changes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fraize on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-60705</link>
			<pubDate>Mon, 18 Jun 2012 08:22:00 +0000</pubDate>
			<dc:creator>fraize</dc:creator>
			<guid isPermaLink="false">60705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, thanks for your answer&#60;/p&#62;
&#60;p&#62;And in the next update even if i proceed to modification in config.php page, it will disappear ? &#60;/p&#62;
&#60;p&#62;And if i make this modification, my banner will display in all of &#34;categories page&#34; ? &#60;/p&#62;
&#60;p&#62;How can i put my banner in only one&#34; product categories pages &#34; ? not for all &#60;/p&#62;
&#60;p&#62;Kind regards,&#60;/p&#62;
&#60;p&#62;Florent
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-60630</link>
			<pubDate>Mon, 18 Jun 2012 02:42:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;This is not an easy fix but you can open woocommerce-config folder and look for config.php. Find this line.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo avia_breadcrumbs();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can echo a new div on top of that containing the code for the new banner. You may have to find a solution on how to upload category images.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fraize on "add banner in top of product category page"</title>
			<link>http://www.kriesi.at/support/topic/menu-different-color-for-1-category-banner-in-category-product-page#post-60591</link>
			<pubDate>Sun, 17 Jun 2012 17:41:27 +0000</pubDate>
			<dc:creator>fraize</dc:creator>
			<guid isPermaLink="false">60591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all&#60;/p&#62;
&#60;p&#62;I would like to integrate a banner in the top of category product page (sales category) (see screenshot: &#60;a href=&#34;http://jmpsave.free.fr/img/how-can-i-add-pix.jpg&#34; rel=&#34;nofollow&#34;&#62;http://jmpsave.free.fr/img/how-can-i-add-pix.jpg&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;how can I do please? Thanks !&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Florent
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Product category and tag fatal errors"</title>
			<link>http://www.kriesi.at/support/topic/product-category-and-tag-fatal-errors#post-57491</link>
			<pubDate>Fri, 25 May 2012 02:08:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">57491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pollymac on "Product category and tag fatal errors"</title>
			<link>http://www.kriesi.at/support/topic/product-category-and-tag-fatal-errors#post-57095</link>
			<pubDate>Tue, 22 May 2012 20:50:13 +0000</pubDate>
			<dc:creator>pollymac</dc:creator>
			<guid isPermaLink="false">57095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;Just realizing that the product category and tag links (accessed from either the individual product page or the product category widget) are leading to a fatal error message:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function get_woocommerce_term_meta() in /home/content/21/8368621/html/wp-content/themes/abundance/woocommerce-config/config.php on line 236&#60;/p&#62;
&#60;p&#62;Any advice on how to fix?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Font size in prouct category"</title>
			<link>http://www.kriesi.at/support/topic/font-size-in-prouct-category#post-45551</link>
			<pubDate>Fri, 09 Mar 2012 23:08:13 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">45551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Thanks:-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Font size in prouct category"</title>
			<link>http://www.kriesi.at/support/topic/font-size-in-prouct-category#post-45435</link>
			<pubDate>Fri, 09 Mar 2012 18:05:04 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey!&#60;/p&#62;
&#60;p&#62;add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at flashlight-&#38;gt;styling:&#60;/p&#62;
&#60;pre&#62;
#top .post-title .term_description{
font-size: 11px;
line-height: 1.6em;
font-weight: normal;
text-transform: none;
}
&#60;/pre&#62;
&#60;p&#62;this should fix the problem ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Font size in prouct category"</title>
			<link>http://www.kriesi.at/support/topic/font-size-in-prouct-category#post-45422</link>
			<pubDate>Fri, 09 Mar 2012 17:25:32 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">45422@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think that is because the demo doesn't show any descriptive text to the category for the shop items.&#60;/p&#62;
&#60;p&#62;If you make a new product category and put some text into the description area, it wil be output as large as the heading font and in all caps.&#60;br /&#62;
Have a look at this sceenshot here:&#60;br /&#62;
&#60;a href=&#34;http://bolder.no/bilder/description.jpg&#34; rel=&#34;nofollow&#34;&#62;http://bolder.no/bilder/description.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Font size in prouct category"</title>
			<link>http://www.kriesi.at/support/topic/font-size-in-prouct-category#post-45411</link>
			<pubDate>Fri, 09 Mar 2012 17:05:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Thoddi,&#60;/p&#62;
&#60;p&#62;I'm not quite sure of the exact text you mean. Just checking out the default Flashlight them I don't see any all caps styles for product category.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Font size in prouct category"</title>
			<link>http://www.kriesi.at/support/topic/font-size-in-prouct-category#post-45375</link>
			<pubDate>Fri, 09 Mar 2012 15:17:27 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">45375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'd like to use the description area in the product category to show a couple of paragraphs with text about each product category. But the size of the font and also it being in all caps is making this look very cluttered. I guess it is an easy CSS fix to choose a new font size and remove the caps?&#60;/p&#62;
&#60;p&#62;Could you help me with a CSS code to put into the custom.css for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madecommunity on "Left Sidebar on the Product Category pages"</title>
			<link>http://www.kriesi.at/support/topic/left-sidebar-on-the-product-category-pages#post-44596</link>
			<pubDate>Sun, 04 Mar 2012 15:57:56 +0000</pubDate>
			<dc:creator>madecommunity</dc:creator>
			<guid isPermaLink="false">44596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to set the WooCommerce section of my Abundance site to have the widgets appearing on the left. I have added all my widgets into the Shop Overview Page (left) area in the Widgets section. There is nothing added to Shop Overview Page (right) area. This works perfectly on my main shop page, here: &#60;a href=&#34;http://madecommunity.com/our-shop&#34; rel=&#34;nofollow&#34;&#62;http://madecommunity.com/our-shop&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But when I view the product-category pages, it seems to be forcing a sidebar_right instead, ending up with a default type page-listing in the right sidebar -- example: &#60;a href=&#34;http://madecommunity.com/our-shop/product-category/jewelry/&#34; rel=&#34;nofollow&#34;&#62;http://madecommunity.com/our-shop/product-category/jewelry/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I was under the impression that product-category pages would follow the same widget set-up as the main shop. Am I missing an important step?&#60;br /&#62;
How can I fix this to have a correct sidebar_left on product_category pages?&#60;/p&#62;
&#60;p&#62;I thought I had solved this earlier, but I hadn't.&#60;/p&#62;
&#60;p&#62;Please help.&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43871</link>
			<pubDate>Tue, 28 Feb 2012 16:29:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Lyse,&#60;/p&#62;
&#60;p&#62;Glad they are working now :) &#60;/p&#62;
&#60;p&#62;I'm going to mark this thread as resolved since I think the original posters question was answered as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43825</link>
			<pubDate>Tue, 28 Feb 2012 12:18:59 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">43825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I was able to get the images displayed.&#60;/p&#62;
&#60;p&#62;Thank you for helping&#60;br /&#62;
Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43824</link>
			<pubDate>Tue, 28 Feb 2012 12:18:25 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">43824@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I was able to get the images displayed.&#60;/p&#62;
&#60;p&#62;Thank you for helping&#60;br /&#62;
Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43341</link>
			<pubDate>Fri, 24 Feb 2012 13:18:33 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">43341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I noticed that your example links to my localhost and the image gets displayed (too big, but it's there). However, when on my server,, the image still does not display even though I have the location of the website and the image correct.  &#60;/p&#62;
&#60;p&#62;Question though, why is it that your path for the image points to the CACHE folder?&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43330</link>
			<pubDate>Fri, 24 Feb 2012 12:15:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Lyse,&#60;/p&#62;
&#60;p&#62;I created a new menu called Mega Menu with an example. Hope this helps :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43323</link>
			<pubDate>Fri, 24 Feb 2012 10:48:59 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">43323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Sent the info and thank you!&#60;/p&#62;
&#60;p&#62;Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43270</link>
			<pubDate>Fri, 24 Feb 2012 00:01:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can send the login details to devinvinson(at)gmail.com . I can create an example for you on the site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43267</link>
			<pubDate>Thu, 23 Feb 2012 22:53:04 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">43267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I do have provided both locations:   &#60;code&#62;&#38;lt;a href=&#38;quot;http://featherfactorycanada.com/shop/dark-ginger-grizzly-feathers&#38;quot;&#38;gt;&#38;lt;img /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I you would like to look at it on my menu, let me know and I will be more than happy to provide you with login details.&#60;/p&#62;
&#60;p&#62;Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-43050</link>
			<pubDate>Wed, 22 Feb 2012 22:58:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lyse,&#60;/p&#62;
&#60;p&#62;Please see: &#60;a href=&#34;http://www.w3schools.com/tags/tag_img.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/tags/tag_img.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You are only putting in a hyperlink and not putting in an image properly. So for your example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://localhost/wordpress/shop/dark-ginger-grizzly-feathers&#38;quot;&#38;gt;&#38;lt;img /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
You need to actually make it:&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;quot;http://localhost/wordpress/shop/dark-ginger-grizzly-feathers&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://yourimage.com/location.jpg&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The &#34;http://yourimage.com/location.jpg&#34; is the location of the image. If you don't provide that, the image won't display because the browser has not been told to do that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Adding Product Categories to Shop Menu (with images)"</title>
			<link>http://www.kriesi.at/support/topic/adding-product-categories-to-shop-menu-with-images#post-42946</link>
			<pubDate>Wed, 22 Feb 2012 12:45:32 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">42946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thank you Chris, however, I was only displaying text, not a real link. My website is not yet live. I simply wanted to have my HTML element examined.&#60;/p&#62;
&#60;p&#62;Here it is again - I still don't get the image:&#60;br /&#62;
&#60;code&#62;&#38;quot; &#38;lt;a href=&#38;quot;http://localhost/wordpress/shop/dark-ginger-grizzly-feathers&#38;quot;&#38;gt;&#38;lt;img /&#38;gt;&#38;lt;/a&#38;gt; &#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lyse
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
