<?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: Changing layout or template of a single portfolio page</title>
		<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page</link>
		<description>Support Forum - Topic: Changing layout or template of a single portfolio page</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 02:45:23 +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/changing-layout-or-template-of-a-single-portfolio-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Changing layout or template of a single portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page#post-67890</link>
			<pubDate>Fri, 27 Jul 2012 05:26:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you found a solution. I guess I didn't' quite explain it fully before :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Changing layout or template of a single portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page#post-67889</link>
			<pubDate>Fri, 27 Jul 2012 05:18:08 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">67889@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found a solution here: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-add-a-sidebar-to-portfolio-item-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-add-a-sidebar-to-portfolio-item-page&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Changing layout or template of a single portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page#post-67670</link>
			<pubDate>Thu, 26 Jul 2012 01:31:41 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">67670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;thanks for your post. I pasted the snippet where you suggested. Unfortunately, the only effect is that the portfolio items is now displayed twice, the sidebar still missing.&#60;/p&#62;
&#60;p&#62;I then tried to include the sidebar at other locations through loop-portfolio-single.php, as well as single-portfolio.php to make it similar to single.php and template-portfolio.php, where the sidebar is included just above the footer. However, none brought the effect I was hoping for. &#60;/p&#62;
&#60;p&#62;Do you have any other idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing layout or template of a single portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page#post-67602</link>
			<pubDate>Wed, 25 Jul 2012 16:57:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi shutterlag,&#60;/p&#62;
&#60;p&#62;You would need to add:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php get_sidebar( ); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Probably right after:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;four units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Though, I'm not sure how the layout currently looks after the changes from Ismael but this would include the sidebar in the same 4 unit grid that should still be there (unless you removed it).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Changing layout or template of a single portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page#post-67063</link>
			<pubDate>Mon, 23 Jul 2012 01:55:24 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">67063@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael!&#60;/p&#62;
&#60;p&#62;Thanks a lot for the quick response. It worked like a charm. However, I do have a follow-up question now. Can that single portfolio page now also display the sidebar like all my other pages?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing layout or template of a single portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page#post-67037</link>
			<pubDate>Sun, 22 Jul 2012 23:44:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; loop-portfolio-single.php, find this code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;);	?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now, find this code and remove it.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shutterlag on "Changing layout or template of a single portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/changing-layout-or-template-of-a-single-portfolio-page#post-66929</link>
			<pubDate>Sun, 22 Jul 2012 04:37:39 +0000</pubDate>
			<dc:creator>shutterlag</dc:creator>
			<guid isPermaLink="false">66929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Single portfolio page show the content of the item on the right of the featured image slider in a column view. I was wondering if that can be changed towards a display of the content below the image, just like a typical blog post. In the &#34;edit&#34; view of a portfolio item, there is no such thing as a template chooser. &#60;/p&#62;
&#60;p&#62;If that should not be possible without problems, is it possible to deactivate the link in the ajax portfolio view, so that the user will not have the chance to open a single portfolio page?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
