<?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 - Full Width</title>
		<link>http://www.kriesi.at/support/topic/portfolio-full-width</link>
		<description>Support Forum - Topic: Portfolio - Full Width</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 08:28:22 +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-full-width" rel="self" type="application/rss+xml" />

		<item>
			<title>OZeiger on "Portfolio - Full Width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-full-width#post-606</link>
			<pubDate>Sat, 24 Jul 2010 01:03:38 +0000</pubDate>
			<dc:creator>OZeiger</dc:creator>
			<guid isPermaLink="false">606@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yeah!! It works!&#60;/p&#62;
&#60;p&#62;Thank You :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Portfolio - Full Width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-full-width#post-509</link>
			<pubDate>Fri, 23 Jul 2010 11:41:39 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry my mistake, forgot a semi colon:&#60;/p&#62;
&#60;p&#62;that should work better ;)&#60;/p&#62;
&#60;pre&#62;
&#38;lt;div class=&#34;wrapper &#38;lt;?php if( get_post_type() == 'portfolio' ) { echo &#34;fullwidth&#34;; $size= 'XL'; $frame='';}else{$size= 'L'; $frame='framed framed_full_size';} ?&#38;gt;&#34; id='wrapper_main'&#38;gt;
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio - Full Width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-full-width#post-500</link>
			<pubDate>Fri, 23 Jul 2010 11:25:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There's a bug somewhere on or before line 9.&#60;/p&#62;
&#60;p&#62;Can you post the content of single.php to &#60;a&#62;Paste Bin&#60;/a&#62; and link to it here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OZeiger on "Portfolio - Full Width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-full-width#post-445</link>
			<pubDate>Thu, 22 Jul 2010 14:53:14 +0000</pubDate>
			<dc:creator>OZeiger</dc:creator>
			<guid isPermaLink="false">445@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Kriesi,&#60;/p&#62;
&#60;p&#62;thank you for help. I changed the code, but I get a parse error in line 9:&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected '}' in /var/www/web990/html/deutschlandfilm/wp-content/themes/avisio/single.php on line 9&#60;/p&#62;
&#60;p&#62;Is that my fault?&#60;/p&#62;
&#60;p&#62;Oliver
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Portfolio - Full Width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-full-width#post-385</link>
			<pubDate>Thu, 22 Jul 2010 08:05:46 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Oliver. The problem is that the blog posts and portfolio entries share a template file so you would need to do some modifications to single.php:&#60;/p&#62;
&#60;p&#62;open it and change line 9 to read:&#60;/p&#62;
&#60;pre&#62;
&#38;lt;div class=&#34;wrapper &#38;lt;?php if( get_post_type() == 'portfolio' ) { echo &#34;fullwidth&#34;; $size= 'XL'; $frame='';}else{$size= 'L'; $frame='framed framed_full_size'} ?&#38;gt;&#34; id='wrapper_main'&#38;gt;
&#60;/pre&#62;
&#60;p&#62;then&#60;/p&#62;
&#60;p&#62;from line 27 change the call to kriesi_post_thumb to read:&#60;/p&#62;
&#60;pre&#62;
$big_prev_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array($size),
 'wh' =&#38;gt; $k_option['custom']['imgSize'][$size],
 'display_link' =&#38;gt; array('lightbox'),
'linkurl' =&#38;gt; array ('XL','_preview_big')
));
&#60;/pre&#62;
&#60;p&#62;last but not least change line 32 to read:&#60;/p&#62;
&#60;pre&#62;
if($big_prev_image != &#34;&#34;) echo &#34;&#38;lt;span class='$frame'&#38;gt;&#38;lt;span&#38;gt;&#34;.$big_prev_image.&#34;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#34;;
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>OZeiger on "Portfolio - Full Width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-full-width#post-324</link>
			<pubDate>Wed, 21 Jul 2010 14:31:40 +0000</pubDate>
			<dc:creator>OZeiger</dc:creator>
			<guid isPermaLink="false">324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I postet in wrong place. This post is for Avisio-Template.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OZeiger on "Portfolio - Full Width"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-full-width#post-323</link>
			<pubDate>Wed, 21 Jul 2010 14:24:23 +0000</pubDate>
			<dc:creator>OZeiger</dc:creator>
			<guid isPermaLink="false">323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;is it possible to to show the &#34;Read More&#34; - infos in portfolio in full width instead of the blog template?&#60;/p&#62;
&#60;p&#62;Thank you for help.&#60;/p&#62;
&#60;p&#62;Oliver
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
