<?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: Make a portfolio item --&#62; page (or another approach)</title>
		<link>http://www.kriesi.at/support/topic/make-a-portfolio-item-page-or-another-approach</link>
		<description>Support Forum - Topic: Make a portfolio item --&gt; page (or another approach)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:23:47 +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/make-a-portfolio-item-page-or-another-approach" rel="self" type="application/rss+xml" />

		<item>
			<title>Aerdvark on "Make a portfolio item --&#62; page (or another approach)"</title>
			<link>http://www.kriesi.at/support/topic/make-a-portfolio-item-page-or-another-approach#post-95879</link>
			<pubDate>Fri, 08 Feb 2013 17:59:23 +0000</pubDate>
			<dc:creator>Aerdvark</dc:creator>
			<guid isPermaLink="false">95879@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the quick reply! It is much appreciated.&#60;br /&#62;
I can get along now and will return in case of new trouble :-)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Aerdvark&#60;/p&#62;
&#60;p&#62;topic may be closed / marked as solved
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Make a portfolio item --&#62; page (or another approach)"</title>
			<link>http://www.kriesi.at/support/topic/make-a-portfolio-item-page-or-another-approach#post-95732</link>
			<pubDate>Thu, 07 Feb 2013 18:20:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You'll need to add a custom link and then use the URL for that menu item.&#60;/p&#62;
&#60;p&#62;You can add categories by turning on that box but not specific portfolio items.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aerdvark on "Make a portfolio item --&#62; page (or another approach)"</title>
			<link>http://www.kriesi.at/support/topic/make-a-portfolio-item-page-or-another-approach#post-95708</link>
			<pubDate>Thu, 07 Feb 2013 15:44:19 +0000</pubDate>
			<dc:creator>Aerdvark</dc:creator>
			<guid isPermaLink="false">95708@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Devin, it is working great!&#60;/p&#62;
&#60;p&#62;Last step is how do I make the portfolio a menu item?&#60;br /&#62;
--&#38;gt; can I add a portfolio item to the menu? A post can be assigned to the menu, so why not the portfolio?&#60;/p&#62;
&#60;p&#62;Or am I missing something in your explaination?&#60;br /&#62;
Thanks in advance, regards,&#60;/p&#62;
&#60;p&#62;Aerdvark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Make a portfolio item --&#62; page (or another approach)"</title>
			<link>http://www.kriesi.at/support/topic/make-a-portfolio-item-page-or-another-approach#post-95674</link>
			<pubDate>Thu, 07 Feb 2013 13:03:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aerdvark,&#60;/p&#62;
&#60;p&#62;You can modify the single portfolio page fairly easily. In the theme files open includes&#38;gt;loop-portfolio-single.php . &#60;/p&#62;
&#60;p&#62;You can make the page have the visual editor content below the slideshow and meta data by following the steps here: &#60;a href=&#34;http://www.kriesi.at/support/topic/add-slideshow-underneath-portfolio-item-page?replies=2#post-95283&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/add-slideshow-underneath-portfolio-item-page?replies=2#post-95283&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The first set of steps in that topic are for the ajax portfolio and the ones I linked to are for the second step.&#60;/p&#62;
&#60;p&#62;If you want to move it all below, you would look for the following in that includes&#38;gt;loop-portfolio-single.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;eight units alpha min_height_1&#38;quot;&#38;gt;

					&#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;

			&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;quot;four units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;twelve units alpha min_height_1&#38;quot;&#38;gt;

					&#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;

			&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;quot;twelve units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aerdvark on "Make a portfolio item --&#62; page (or another approach)"</title>
			<link>http://www.kriesi.at/support/topic/make-a-portfolio-item-page-or-another-approach#post-95524</link>
			<pubDate>Wed, 06 Feb 2013 20:10:14 +0000</pubDate>
			<dc:creator>Aerdvark</dc:creator>
			<guid isPermaLink="false">95524@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there Team Kriesi,&#60;/p&#62;
&#60;p&#62;Just recently purchased the Choices Theme and I am very pleased with it!&#60;br /&#62;
After using a few other Premium Themes I can tell this is the best for me by far.&#60;br /&#62;
So you have my compliments for the good work! &#60;/p&#62;
&#60;p&#62;I had no issues until now;&#60;/p&#62;
&#60;p&#62;In the template builder I have added the portfolio to the homepage.&#60;br /&#62;
Now, on the homepage I have 8 portfolio thumbs wich can be clicked. The image effect is what I like.&#60;br /&#62;
After clicking on one of them, it starts loading and then shows a preview of the post in the homepage.&#60;br /&#62;
This preview contains the image on the left and the text on the right. This is also very cool.&#60;br /&#62;
Once I open the portfolio itself, it is also shown &#34; image left + text right&#34;. Thats a pity to me.&#60;/p&#62;
&#60;p&#62;--&#38;gt; How would I get the portfolio get to look like a normal page? There doesn't seem to be a &#34;full-width-template&#34; for a portfolio.&#60;br /&#62;
--&#38;gt; And once that is solved: can I add a portfolio item to the menu? A post can be assigned to the menu, so why not the portfolio.&#60;/p&#62;
&#60;p&#62;This method uses portfolio items as pages... a full-width image in the slider with text below.&#60;/p&#62;
&#60;p&#62;I could use a post, add it to the menu etc. But that way I have no portfolio on the homepage and also no preview on the home page like I described above.&#60;/p&#62;
&#60;p&#62;Hope you can help me get going!&#60;br /&#62;
Thanks in advance &#34;und bis zum Naechsten Mal&#34;.&#60;/p&#62;
&#60;p&#62;Aerdvark
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
