<?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: Move menu on single product page</title>
		<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page</link>
		<description>Support Forum - Topic: Move menu on single product page</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 07:42:41 +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/move-menu-on-single-product-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Move menu on single product page"</title>
			<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page#post-61515</link>
			<pubDate>Thu, 21 Jun 2012 19:27:24 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">61515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for the alte response, thread must have slippe through:&#60;/p&#62;
&#60;p&#62;I think probably the easist way would be to open single-portfolio.php and page.php, then copy the contents from page.php to single-portfolio.php &#60;/p&#62;
&#60;p&#62;and then modify: &#60;/p&#62;
&#60;pre&#62;
get_template_part( 'includes/loop', 'page' );
&#60;/pre&#62;
&#60;p&#62; ro read: &#60;/p&#62;
&#60;pre&#62;
get_template_part( 'includes/loop', 'portfolio-single' );
&#60;/pre&#62;
&#60;p&#62;you might also want to attach&#60;br /&#62;
&#60;pre&#62;
get_template_part( 'includes/related-portfolio-posts');
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dat98cbr on "Move menu on single product page"</title>
			<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page#post-58665</link>
			<pubDate>Mon, 04 Jun 2012 07:02:35 +0000</pubDate>
			<dc:creator>dat98cbr</dc:creator>
			<guid isPermaLink="false">58665@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Would be fantastic if the developer could comment on this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dat98cbr on "Move menu on single product page"</title>
			<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page#post-58225</link>
			<pubDate>Thu, 31 May 2012 06:45:19 +0000</pubDate>
			<dc:creator>dat98cbr</dc:creator>
			<guid isPermaLink="false">58225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude but this is not what I am trying to accomplish. :)&#60;/p&#62;
&#60;p&#62;I don't want to remove the sidebar. I want to sidebar to show top left. Not under the product image but to the left of it. The exact same place as in all other pages.&#60;/p&#62;
&#60;p&#62;This would make a more consistent layout.&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Move menu on single product page"</title>
			<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page#post-58219</link>
			<pubDate>Thu, 31 May 2012 06:16:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up sidebar.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($subNav &#38;amp;&#38;amp; isset($post) &#38;amp;&#38;amp; is_object($post) &#38;amp;&#38;amp; !empty($post-&#38;gt;ID) &#38;amp;&#38;amp; is_page())&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($subNav &#38;amp;&#38;amp; isset($post) &#38;amp;&#38;amp; is_object($post) &#38;amp;&#38;amp; !empty($post-&#38;gt;ID) &#38;amp;&#38;amp; is_page() &#38;amp;&#38;amp; ! is_product() )&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will remove the page menu from product single pages. I'm not sure if it's possible to create the 3 column structure without some major code changes however I marked this thread for Kriesi - maybe he can provide something.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dat98cbr on "Move menu on single product page"</title>
			<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page#post-57898</link>
			<pubDate>Tue, 29 May 2012 07:47:10 +0000</pubDate>
			<dc:creator>dat98cbr</dc:creator>
			<guid isPermaLink="false">57898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Somebody, please? Sorry to nag.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dat98cbr on "Move menu on single product page"</title>
			<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page#post-57826</link>
			<pubDate>Mon, 28 May 2012 20:42:01 +0000</pubDate>
			<dc:creator>dat98cbr</dc:creator>
			<guid isPermaLink="false">57826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the same issue as &#60;a href=&#34;http://www.kriesi.at/support/topic/sidebar-on-single-product-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/sidebar-on-single-product-page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think many people would really appreciate a solution to this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dat98cbr on "Move menu on single product page"</title>
			<link>http://www.kriesi.at/support/topic/move-menu-on-single-product-page#post-57664</link>
			<pubDate>Sat, 26 May 2012 19:06:10 +0000</pubDate>
			<dc:creator>dat98cbr</dc:creator>
			<guid isPermaLink="false">57664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've chosen to put the menu to the left in theme Propulsion. &#60;/p&#62;
&#60;p&#62;This looks nice on all pages but the single product page. On the Blog page for instance there is a left-hand sidebar with the menu in it, showing the way you would think. &#60;/p&#62;
&#60;p&#62;But on the single product page the product image and the add to cart button is pushing down the sidebar and the menu. I would like the sidebar and menu to show on top on the left column pushing the product image to the right, creating a center column. How can I alter the css to make this happen?&#60;/p&#62;
&#60;p&#62;Many thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
