<?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 - Topic: slider / image at product archive page</title>
		<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page</link>
		<description>Support Forum - Topic: slider / image at product archive page</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 20:31:38 +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/topic/slider-image-at-product-archive-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81916</link>
			<pubDate>Fri, 02 Nov 2012 07:06:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, this code will just add the same image to all shop archive pages. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>superfoods on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81859</link>
			<pubDate>Thu, 01 Nov 2012 21:41:15 +0000</pubDate>
			<dc:creator>superfoods</dc:creator>
			<guid isPermaLink="false">81859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, you put some  ';  after the code? I already tried that :-( , not working. With this code I have on every shop page the same picture? I would like to have a different picture on every shop category. Well, let me know if there is a solution. I also asked WooCommerce, maybe they will come with an answer. I will let you know. Success!&#60;/p&#62;
&#60;p&#62;Anita
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81688</link>
			<pubDate>Wed, 31 Oct 2012 13:21:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I corrected the code :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>superfoods on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81684</link>
			<pubDate>Wed, 31 Oct 2012 13:11:31 +0000</pubDate>
			<dc:creator>superfoods</dc:creator>
			<guid isPermaLink="false">81684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, it does not work, big error. If you can think of something else, please let me know. I think that the shopping pages are a bit boring or monotonous. I appreciate your help, thank you!&#60;/p&#62;
&#60;p&#62;Best regards, Anita
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81540</link>
			<pubDate>Tue, 30 Oct 2012 12:19:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81540@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately it's not easily possible to add a dynamic slideshow or images to the archive pages but you can &#34;hardcode&#34; one image into the archive content container. Open up config-woocommerce/config.php and search for following function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;avia_woocommerce_before_shop_loop()&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
You can insert your image after following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;template-shop content&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- eg replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;template-shop content&#38;#39;&#38;gt;&#38;quot;;
echo &#38;#39;&#38;lt;img src=&#38;quot;http://my-image-url&#38;quot; alt=&#38;quot;alt text&#38;quot; title=&#38;quot;image title&#38;quot; /&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the src, alt and title attribute values.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>superfoods on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81397</link>
			<pubDate>Mon, 29 Oct 2012 11:51:14 +0000</pubDate>
			<dc:creator>superfoods</dc:creator>
			<guid isPermaLink="false">81397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Unfortunately that is not working. The slider  and the right sidebar are not coming up. So I have to use default, than the right side bar is working. If I choose for a normal page instead of a product archive, I will have a slider and right sidebar, but then the price filter will not work. Woocommerce says that the price filter only works in product archives.... Difficult, what to do?&#60;/p&#62;
&#60;p&#62;This is a normal page: &#60;a href=&#34;http://www.superfoodkitchen.nl/categorieen/superfoods-rawfoods/&#34; rel=&#34;nofollow&#34;&#62;http://www.superfoodkitchen.nl/categorieen/superfoods-rawfoods/&#60;/a&#62; (in the top menu)&#60;br /&#62;
This is a products archive: &#60;a href=&#34;http://www.superfoodkitchen.nl/product-categorie/hoofdcategorie/superfoods-rawfoods/&#34; rel=&#34;nofollow&#34;&#62;http://www.superfoodkitchen.nl/product-categorie/hoofdcategorie/superfoods-rawfoods/&#60;/a&#62; (in the right menu when you use the shop page: first &#60;a href=&#34;http://www.superfoodkitchen.nl/shop/)&#34; rel=&#34;nofollow&#34;&#62;http://www.superfoodkitchen.nl/shop/)&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Anita
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81250</link>
			<pubDate>Sat, 27 Oct 2012 02:02:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81250@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to use the Template Builder then supply the template on the shop page. Don't forget to add the post/page content or the Product element.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>superfoods on "slider / image at product archive page"</title>
			<link>http://www.kriesi.at/support/topic/slider-image-at-product-archive-page#post-81218</link>
			<pubDate>Fri, 26 Oct 2012 18:42:48 +0000</pubDate>
			<dc:creator>superfoods</dc:creator>
			<guid isPermaLink="false">81218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to start with a slider or image at a product archive page but nohting worked. &#60;a href=&#34;http://www.superfoodkitchen.nl/shop/&#34; rel=&#34;nofollow&#34;&#62;http://www.superfoodkitchen.nl/shop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you help me? Thanks!&#60;/p&#62;
&#60;p&#62;Best regards, Anita
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
