<?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: Override Sidebar Position For Shop Pages (Part III)</title>
		<link>http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-iii</link>
		<description>Support Forum - Topic: Override Sidebar Position For Shop Pages (Part III)</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 06:08:40 +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/override-sidebar-position-for-shop-pages-part-iii" rel="self" type="application/rss+xml" />

		<item>
			<title>michaelspencer on "Override Sidebar Position For Shop Pages (Part III)"</title>
			<link>http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-iii#post-87092</link>
			<pubDate>Sat, 08 Dec 2012 16:21:23 +0000</pubDate>
			<dc:creator>michaelspencer</dc:creator>
			<guid isPermaLink="false">87092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After adding &#34;!important&#34; to the float statement, it worked. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Override Sidebar Position For Shop Pages (Part III)"</title>
			<link>http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-iii#post-86979</link>
			<pubDate>Fri, 07 Dec 2012 18:44:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.template-shop.sidebar_left.content {
float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelspencer on "Override Sidebar Position For Shop Pages (Part III)"</title>
			<link>http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-iii#post-86936</link>
			<pubDate>Fri, 07 Dec 2012 12:17:55 +0000</pubDate>
			<dc:creator>michaelspencer</dc:creator>
			<guid isPermaLink="false">86936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter, &#60;/p&#62;
&#60;p&#62;Thank you. &#60;/p&#62;
&#60;p&#62;The combination of is_woocommerce() and is_search() did not work. However, removing is_search() and only checking for is_woocommerce() did force the correct class to be added to the Div (e.g. sidebar_left). Unfortunately, despite that we are now including the correct class, the sidebar is still appearing on the right. Can't understand why.&#60;/p&#62;
&#60;p&#62;Perhaps you could take a look here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://oboralux.com/beta/?s=scarf&#38;amp;post_type=product&#34; rel=&#34;nofollow&#34;&#62;http://oboralux.com/beta/?s=scarf&#38;amp;post_type=product&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The correct placement left-side placement of the sidebar can be seen on another page here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://oboralux.com/beta/shop-catalog/product-category/new-in/&#34; rel=&#34;nofollow&#34;&#62;http://oboralux.com/beta/shop-catalog/product-category/new-in/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't see any obvious difference in the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Override Sidebar Position For Shop Pages (Part III)"</title>
			<link>http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-iii#post-86906</link>
			<pubDate>Fri, 07 Dec 2012 07:36:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; All woocommerce specific conditional tags are listed here: &#60;a href=&#34;http://wcdocs.woothemes.com/codex/theming/conditional-tags/&#34; rel=&#34;nofollow&#34;&#62;http://wcdocs.woothemes.com/codex/theming/conditional-tags/&#60;/a&#62; - eg you can try is_woocommerce() &#38;amp;&#38;amp; is_search() &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelspencer on "Override Sidebar Position For Shop Pages (Part III)"</title>
			<link>http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-iii#post-86865</link>
			<pubDate>Fri, 07 Dec 2012 00:52:11 +0000</pubDate>
			<dc:creator>michaelspencer</dc:creator>
			<guid isPermaLink="false">86865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is a continuation of a closed post found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-ii&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/override-sidebar-position-for-shop-pages-part-ii&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The solution described in the previous post (Part II) worked well to force a left sidebar on shop product category pages when the theme's default sidebar is right.&#60;/p&#62;
&#60;p&#62;The solution worked by detecting that the user is on a product category page using is_product_category() and then forcing the left sidebar accordingly.&#60;/p&#62;
&#60;p&#62;Unfortunately, this solution is not working on the shop product search results page because the system is correctly detecting that the user is NOT on a product category page and so the default right sidebar is shown.&#60;/p&#62;
&#60;p&#62;My question is: how can I detect that the user is on the shop product search results page so that I can force a left sidebar for this page as well? Is there a function like is_product_search() that I can also test for?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
