<?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: Custom Portfolio Page</title>
		<link>http://www.kriesi.at/support/topic/custom-portfolio-page</link>
		<description>Support Forum - Topic: Custom Portfolio Page</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 12:25:17 +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/custom-portfolio-page" rel="self" type="application/rss+xml" />

		<item>
			<title>colinjf on "Custom Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/custom-portfolio-page#post-84915</link>
			<pubDate>Wed, 21 Nov 2012 20:51:14 +0000</pubDate>
			<dc:creator>colinjf</dc:creator>
			<guid isPermaLink="false">84915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorted it out. Mistake on my part.&#60;/p&#62;
&#60;p&#62;Thanks so much Ismael for the help and Devin for following up.&#60;/p&#62;
&#60;p&#62;Colin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Custom Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/custom-portfolio-page#post-84171</link>
			<pubDate>Fri, 16 Nov 2012 05:56:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey colinjf,&#60;/p&#62;
&#60;p&#62;Any way we can take a look at what you have now live? Want to make sure I'm working off the same changes and to see how its set up based on Ismael's code.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colinjf on "Custom Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/custom-portfolio-page#post-84032</link>
			<pubDate>Thu, 15 Nov 2012 06:59:27 +0000</pubDate>
			<dc:creator>colinjf</dc:creator>
			<guid isPermaLink="false">84032@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael&#60;/p&#62;
&#60;p&#62;Hugely appreciate this. Did as suggested.  Dead easy, however the portfolio now resides underneath the meta info and body text.&#60;/p&#62;
&#60;p&#62;Suggestions?&#60;/p&#62;
&#60;p&#62;No looks like: &#60;a href=&#34;http://hedleybc.ca/images/modified_portfolio-first_mod.png&#34; rel=&#34;nofollow&#34;&#62;http://hedleybc.ca/images/modified_portfolio-first_mod.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also from what css file does the css you asked me to put in to custom css originate?&#60;/p&#62;
&#60;p&#62;Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Custom Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/custom-portfolio-page#post-82843</link>
			<pubDate>Thu, 08 Nov 2012 09:31:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.eight.units.alpha.min_height_1 {
clear: none;
margin-left: 30px;
}

.four.units.entry-content {
margin-left: 0;
float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open includes &#38;gt; loop-portfolio-single.php.. Remove everything and replace it with this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
global $avia_config, $slider, $post_loop_count; 

$post_class = &#38;quot;post-entry-&#38;quot;.avia_get_the_id();
$slider 	= new avia_slideshow(avia_get_the_id());
$slider		-&#38;gt;setImageSize(&#38;#39;fullsize&#38;#39;); 

do_action( &#38;#39;avia_action_query_check&#38;#39; , &#38;#39;loop-portfolio-single&#38;#39; );

// check if we got posts to display:
if (have_posts()) :

	while (have_posts()) : the_post();	

		?&#38;gt;
		&#38;lt;div class=&#38;#39;post-entry post-entry-type-portfolio &#38;lt;?php echo $post_class; ?&#38;gt;&#38;#39;&#38;gt;

			&#38;lt;span class=&#38;#39;entry-border-overflow extralight-border&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;

			&#38;lt;div class=&#38;quot;twelve units alpha min_height_1&#38;quot;&#38;gt;

					&#38;lt;?php echo avia_title(false, false, &#38;quot;&#38;quot;); ?&#38;gt;

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

			&#38;lt;div class=&#38;quot;four units entry-content&#38;quot;&#38;gt;	

			 &#38;lt;span class=&#38;#39;date-container minor-meta meta-color&#38;#39;&#38;gt;&#38;lt;?php echo get_the_date(); ?&#38;gt;&#38;lt;/span&#38;gt;
				&#38;lt;?php 

				$meta = avia_portfolio_meta(get_the_ID());
				if($meta)
				{

					echo $meta;
					echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);
				}

				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;);				

				if(has_tag() &#38;amp;&#38;amp; is_single())
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;blog-tags minor-meta&#38;quot;&#38;gt;&#38;#39;;
					echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
				}
				?&#38;gt;

				&#38;lt;div class=&#38;#39;blog-inner-meta extralight-border&#38;#39;&#38;gt;

					&#38;lt;div class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php 

						echo &#38;#39;&#38;lt;div class=&#38;quot;like-count minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo avia_facebook_like($id);
						echo &#38;#39;&#38;lt;/div&#38;gt;&#38;lt;span class=&#38;quot;text-sep like-count-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;tweets-count minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo avia_retweet($id);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

						$cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;,&#38;quot;&#38;quot;,&#38;quot;, &#38;quot;,&#38;quot;&#38;quot;);
						if(!empty($cats))
						{
							echo &#38;#39;&#38;lt;span class=&#38;quot;text-sep tweets-count-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;posted in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
							echo $cats;
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;#39;;
						}

						?&#38;gt;

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

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

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

				&#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&#38;gt;&#38;lt;!--end post-entry--&#38;gt;
		&#38;lt;?php

	endwhile;
	else:
?&#38;gt;	

	&#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;
		&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;lt;?php _e(&#38;#39;Nothing Found&#38;#39;, &#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/h1&#38;gt;
		&#38;lt;p&#38;gt;&#38;lt;?php _e(&#38;#39;Sorry, no posts matched your criteria&#38;#39;, &#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/p&#38;gt;
	&#38;lt;/div&#38;gt;

&#38;lt;?php

	endif;

	if(!isset($avia_config[&#38;#39;remove_pagination&#38;#39;] )) echo avia_pagination();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is on Single Portfolio view.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colinjf on "Custom Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/custom-portfolio-page#post-82813</link>
			<pubDate>Thu, 08 Nov 2012 04:08:07 +0000</pubDate>
			<dc:creator>colinjf</dc:creator>
			<guid isPermaLink="false">82813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;No idea how to do this (not really much of wordpress expert) but want a custom portfolio page that allows the heading to extend across the top of the page, portfolio meta info and text to the left underneath heading and image on the right underneath.&#60;/p&#62;
&#60;p&#62;Kind of like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://hedleybc.ca/images/modified-portfolio-page.png&#34; rel=&#34;nofollow&#34;&#62;http://hedleybc.ca/images/modified-portfolio-page.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
