<?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: Portfolio Issues</title>
		<link>http://www.kriesi.at/support/topic/portfolio-issues</link>
		<description>Support Forum - Topic: Portfolio Issues</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 00:33:56 +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/portfolio-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>jselnick on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18343</link>
			<pubDate>Tue, 03 May 2011 16:44:20 +0000</pubDate>
			<dc:creator>jselnick</dc:creator>
			<guid isPermaLink="false">18343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey James,&#60;/p&#62;
&#60;p&#62;You are the man. I got it up and working. Thank you so much!&#60;/p&#62;
&#60;p&#62;For all you brightbox users who read this post, here is the correct code that should replace: &#60;/p&#62;
&#60;p&#62;echo '&#60;a href=&#34;'. get_permalink().'&#34;&#62;'.__('Read more','avia_framework').'&#60;/a&#62;';&#60;/p&#62;
&#60;p&#62;Replace with:&#60;/p&#62;
&#60;p&#62;if (get_post_meta($post-&#38;gt;ID, 'website', true) != ''){&#60;br /&#62;
echo '&#60;a&#62;ID, 'website', true).'&#34;&#38;gt;'.__('Visit the site','avia_framework').'&#60;/a&#62;';&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18314</link>
			<pubDate>Tue, 03 May 2011 08:53:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">18314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;In order to enable Custom Fields in the Portfolio section, this must first be added to the Custom Post Type options set when registering the Portfolio section.&#60;/p&#62;
&#60;p&#62;Open up &#60;strong&#62;/includes/admin/register-portfolio.php&#60;/strong&#62; and find this code on line 31:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;#39;supports&#38;#39; =&#38;gt; array(&#38;#39;title&#38;#39;,&#38;#39;thumbnail&#38;#39;,&#38;#39;excerpt&#38;#39;,&#38;#39;editor&#38;#39;,&#38;#39;comments&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;#39;supports&#38;#39; =&#38;gt; array(&#38;#39;title&#38;#39;,&#38;#39;thumbnail&#38;#39;,&#38;#39;excerpt&#38;#39;,&#38;#39;editor&#38;#39;,&#38;#39;comments&#38;#39;,&#38;#39;custom-fields&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The Custom Fields box, by default, is hidden. You can enable it on the portfolio page by checking the &#34;Screen Options&#34; bo on the top right of the page and checking the custom fields box.&#60;/p&#62;
&#60;p&#62;The bug that the Visit The Site link appears on every post seems to be that the Read More text was replaced with Visit The Site; the links actually point to the Portfolio Items' individual page.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jselnick on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18280</link>
			<pubDate>Mon, 02 May 2011 16:46:59 +0000</pubDate>
			<dc:creator>jselnick</dc:creator>
			<guid isPermaLink="false">18280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As of right now, its showing the button on all of my posts, regardless of meta data. &#60;a href=&#34;http://redbottlecreative.redbottledev.com/work-design&#34; rel=&#34;nofollow&#34;&#62;http://redbottlecreative.redbottledev.com/work-design&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jselnick on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18278</link>
			<pubDate>Mon, 02 May 2011 16:37:23 +0000</pubDate>
			<dc:creator>jselnick</dc:creator>
			<guid isPermaLink="false">18278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hmm. Im not seeing the custom field option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18275</link>
			<pubDate>Mon, 02 May 2011 15:45:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You don't need shortcodes - the code I posted above should only display the website button if you set a custom field. I changed it a bit - please try it again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jselnick on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18272</link>
			<pubDate>Mon, 02 May 2011 14:40:19 +0000</pubDate>
			<dc:creator>jselnick</dc:creator>
			<guid isPermaLink="false">18272@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply. Unfortunately, this adds the button to all of the portfolio pages. I only want to be able to add it to some of the portfolio posts. How can I get the excerpt section of the portfolio to accept short codes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18266</link>
			<pubDate>Mon, 02 May 2011 07:53:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Replace following code to loop-portfolio.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
if (get_post_meta($post-&#38;gt;ID, &#38;#39;website&#38;#39;, true) != &#38;#39;&#38;#39;){
echo &#38;#39;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;.get_post_meta($post-&#38;gt;ID, &#38;#39;website&#38;#39;, true).&#38;#39;&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Visit the site&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add custom fields to your portfolio entries, name them &#34;website&#34; and enter the url to the website as value.&#60;/p&#62;
&#60;p&#62;2) I'll report this to Kriesi. Maybe it's a bug. I don't think you can implement this easily without changing some files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jselnick on "Portfolio Issues"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-issues#post-18257</link>
			<pubDate>Mon, 02 May 2011 05:35:57 +0000</pubDate>
			<dc:creator>jselnick</dc:creator>
			<guid isPermaLink="false">18257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had a couple more questions / issues:&#60;/p&#62;
&#60;p&#62;1) How can I get a button to show up in the portfolio excerpt? I want to add a button that says &#34;visit the site&#34; and links to an external page in another window.&#60;/p&#62;
&#60;p&#62;2) In the portfolio page with one column, the slide controls aren't showing up when I have multiple images. How can I add the scroll controls to the portfolio page?&#60;br /&#62;
I tried adding to loop-portfolio.php on line 52:&#60;br /&#62;
echo '&#38;lt;div class=&#34;slidecontrolls&#34; style=&#34;visibility:visible; opacity:1 &#34;&#38;gt;';&#60;br /&#62;
Which worked, but the unclosed &#38;lt;div&#38;gt; tag causes issues with the footer.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
