<?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: Products Page Sidebar Removal</title>
		<link>http://www.kriesi.at/support/topic/products-page-sidebar-removal</link>
		<description>Support Forum - Topic: Products Page Sidebar Removal</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 07:27:37 +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/products-page-sidebar-removal" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Products Page Sidebar Removal"</title>
			<link>http://www.kriesi.at/support/topic/products-page-sidebar-removal#post-23208</link>
			<pubDate>Thu, 21 Jul 2011 10:33:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I assume you refer to portfolio pages/entries.&#60;/p&#62;
&#60;p&#62;1) If yes you can follow the tutorial here: &#60;a href=&#34;http://www.kriesi.at/support/topic/i-want-to-display-my-portfolio-entries-or-posts-without-a-sidebar&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-want-to-display-my-portfolio-entries-or-posts-without-a-sidebar&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) If you only want to use fullwidth portfolio items (without option to switch the template):&#60;/p&#62;
&#60;p&#62;Change following code in single.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;wrapper&#38;quot; id=&#38;#39;wrapper_main&#38;#39;&#38;gt;

	&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if( get_post_type() != &#38;#39;portfolio&#38;#39; ) {?&#38;gt;
&#38;lt;div class=&#38;quot;wrapper&#38;quot; id=&#38;#39;wrapper_main&#38;#39;&#38;gt;
	&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;
&#38;lt;?php }else{ ?&#38;gt;
&#38;lt;div class=&#38;quot;wrapper fullwidth&#38;quot; id=&#38;#39;wrapper_main&#38;#39;&#38;gt;
	&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
		$k_option[&#38;#39;showSidebar&#38;#39;] = &#38;#39;blog&#38;#39;;
		get_sidebar(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if( get_post_type() != &#38;#39;portfolio&#38;#39; ) {

		$k_option[&#38;#39;showSidebar&#38;#39;] = &#38;#39;blog&#38;#39;;
		get_sidebar();
} ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>manamedia on "Products Page Sidebar Removal"</title>
			<link>http://www.kriesi.at/support/topic/products-page-sidebar-removal#post-23207</link>
			<pubDate>Thu, 21 Jul 2011 10:06:45 +0000</pubDate>
			<dc:creator>manamedia</dc:creator>
			<guid isPermaLink="false">23207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Team&#60;/p&#62;
&#60;p&#62;Wondering if you can tell me where I can remove the sidebar for the Products Page in the Avisio Theme. Would prefer that the products page have a full width page rather than having a sidebar.&#60;/p&#62;
&#60;p&#62;Thanks as always in advance.&#60;/p&#62;
&#60;p&#62;x Us Down Here
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
