<?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 Question</title>
		<link>http://www.kriesi.at/support/topic/portfolio-question-1</link>
		<description>Support Forum - Topic: Portfolio Question</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 02:22: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/portfolio-question-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Harruhsun on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-79301</link>
			<pubDate>Wed, 10 Oct 2012 18:46:14 +0000</pubDate>
			<dc:creator>Harruhsun</dc:creator>
			<guid isPermaLink="false">79301@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-79112</link>
			<pubDate>Tue, 09 Oct 2012 15:39:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">79112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Harruhsun,&#60;/p&#62;
&#60;p&#62;Can you create a temporary admin account for me to take a look at how you have the portfolio items set up? It looks like there isn't any images set with the Featured media so I'd look through the items you have set up now and see if that is the case.&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-79058</link>
			<pubDate>Tue, 09 Oct 2012 06:42:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Harruhsun,&#60;/p&#62;
&#60;p&#62;I'm out of ideas as of now. Let me tag the rest of the support to check this issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Harruhsun on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-79036</link>
			<pubDate>Mon, 08 Oct 2012 21:34:54 +0000</pubDate>
			<dc:creator>Harruhsun</dc:creator>
			<guid isPermaLink="false">79036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I put in the code and it still looks the same
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-78898</link>
			<pubDate>Mon, 08 Oct 2012 05:44:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Harruhsun,&#60;/p&#62;
&#60;p&#62;Something is missing in your code, try to replace all the content of loop-portfolio.php with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
* The Loop for portfolio overview pages. Works in conjunction with the file template-portfolio.php and taxonomy-portfolio_entries.php
*/

global $avia_config;
$avia_config[&#38;#39;avia_is_overview&#38;#39;] = true;

if(isset($avia_config[&#38;#39;new_query&#38;#39;])) { query_posts($avia_config[&#38;#39;new_query&#38;#39;]); }

$loop_counter = 1;
// check if we got a page to display:
if (have_posts()) :

	$extraClass = &#38;#39;first&#38;#39;;
	$style = &#38;#39;portfolio-entry-no-description&#38;#39;;

	$grid = &#38;#39;one_fourth&#38;#39;;
	$image_size = &#38;#39;portfolio&#38;#39;;

	switch($avia_config[&#38;#39;portfolio_columns&#38;#39;])
	{
		case &#38;quot;1&#38;quot;: $grid = &#38;#39;fullwidth&#38;#39;;  $image_size = &#38;#39;fullsize&#38;#39;; break;
		case &#38;quot;2&#38;quot;: $grid = &#38;#39;one_half&#38;#39;;   break;
		case &#38;quot;3&#38;quot;: $grid = &#38;#39;one_third&#38;#39;;  break;
		case &#38;quot;4&#38;quot;: $grid = &#38;#39;one_fourth&#38;#39;; break;
	}

	$avia_config[&#38;#39;portfolio_columns_iteration&#38;#39;] = $avia_config[&#38;#39;portfolio_columns&#38;#39;][0];
	if(!isset($avia_config[&#38;#39;remove_portfolio_text&#38;#39;])) $style = &#38;#39;portfolio-entry-description&#38;#39;;

	$includeArray = &#38;quot;&#38;quot;;
	if(isset($avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;tax_query&#38;#39;][0][&#38;#39;terms&#38;#39;])) $includeArray = $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;tax_query&#38;#39;][0][&#38;#39;terms&#38;#39;];

	$args = array(

		&#38;#39;taxonomy&#38;#39;	=&#38;gt; &#38;#39;portfolio_entries&#38;#39;,
		&#38;#39;hide_empty&#38;#39;=&#38;gt; 0,
		&#38;#39;include&#38;#39;	=&#38;gt; $includeArray

	);

	$categories = get_categories($args);
	$container_id = &#38;quot;&#38;quot;;

	if(!isset($avia_config[&#38;#39;portfolio_sorting&#38;#39;]) &#124;&#124; $avia_config[&#38;#39;portfolio_sorting&#38;#39;] == &#38;#39;yes&#38;#39;)
	{
		if(!empty($categories[0]))
		{
			$output = &#38;quot;&#38;lt;div id=&#38;#39;js_sort_items&#38;#39; &#38;gt;&#38;quot;;

			$hide = &#38;quot;hidden&#38;quot;;
			if (isset($categories[1])){ $hide = &#38;quot;&#38;quot;; }

			$output .= &#38;quot;&#38;lt;div class=&#38;#39;sort_by_cat $hide &#38;#39;&#38;gt;&#38;quot;;
			$output .= &#38;quot;&#38;lt;a href=&#38;#39;#&#38;#39; data-filter=&#38;#39;all_sort&#38;#39; class=&#38;#39;all_sort_button active_sort&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;All&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;

			foreach($categories as $category)
			{
				$output .= &#38;quot;&#38;lt;span class=&#38;#39;text-sep &#38;quot;.$category-&#38;gt;category_nicename.&#38;quot;_sort_sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;a href=&#38;#39;#&#38;#39; data-filter=&#38;#39;&#38;quot;.$category-&#38;gt;category_nicename.&#38;quot;_sort&#38;#39; class=&#38;#39;&#38;quot;.$category-&#38;gt;category_nicename.&#38;quot;_sort_button&#38;#39; &#38;gt;&#38;quot;.$category-&#38;gt;cat_name.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
				$container_id .= $category-&#38;gt;term_id;
			}

			$output .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

			$output .= &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

			echo $output;
		}
	}

	//portfolio container
	echo &#38;quot;&#38;lt;div class=&#38;#39;ajax-portfolio-response-wrapper&#38;#39;&#38;gt;&#38;quot;;
	echo 	&#38;quot;&#38;lt;div class=&#38;#39;ajax-control&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;#&#38;#39; class=&#38;#39;ajax-close&#38;#39;&#38;gt;&#38;lt;span&#38;gt;x&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;a href=&#38;#39;#&#38;#39; class=&#38;#39;ajax-next&#38;#39;&#38;gt;&#38;lt;span&#38;gt;+&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;a href=&#38;#39;#&#38;#39; class=&#38;#39;ajax-prev&#38;#39;&#38;gt;&#38;lt;span&#38;gt;-&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
	echo 	&#38;quot;&#38;lt;div class=&#38;#39;ajax-portfolio-response&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

	echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-sort-container &#38;quot;.$avia_config[&#38;#39;portfolio_hover&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
	//iterate over the posts
	while (have_posts()) : the_post();	

	//get the categories for each post and create a string that serves as classes so the javascript can sort by those classes
	$sort_classes = &#38;quot;&#38;quot;;
	$item_categories = get_the_terms( $id, &#38;#39;portfolio_entries&#38;#39; );

	if(is_object($item_categories) &#124;&#124; is_array($item_categories))
	{
		foreach ($item_categories as $cat)
		{
			$sort_classes .= $cat-&#38;gt;slug.&#38;#39;_sort &#38;#39;;
		}
	}

	if(!empty($avia_config[&#38;#39;portfolio_ajax&#38;#39;])) $sort_classes .= &#38;quot; ajax_portfolio&#38;quot;;

?&#38;gt;

		&#38;lt;div data-ajax-id=&#38;#39;&#38;lt;?php echo get_the_ID();?&#38;gt;&#38;#39; class=&#38;#39;post-entry post-entry-&#38;lt;?php echo get_the_ID();?&#38;gt; flex_column all_sort no_margin &#38;lt;?php echo $sort_classes.&#38;#39; &#38;#39;.$grid.&#38;#39; &#38;#39;.$extraClass.&#38;#39; &#38;#39;.$style; ?&#38;gt;&#38;#39;&#38;gt;

			&#38;lt;div class=&#38;#39;inner-entry&#38;#39;&#38;gt;
				&#38;lt;?php 

					echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title portfolio-title&#38;#39;&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;span class=&#38;#39;primary-background title-span&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
					echo &#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;

					$forceSmall = true;
					$slider = new avia_slideshow(get_the_ID());
					$slider -&#38;gt; setImageSize($image_size);
					if(!empty($avia_config[&#38;#39;portfolio_ajax&#38;#39;])) $slider -&#38;gt; set_links(get_permalink());

					echo $slider-&#38;gt;display($forceSmall);

				?&#38;gt;
			&#38;lt;/div&#38;gt;
		&#38;lt;!-- end post-entry--&#38;gt;
		&#38;lt;/div&#38;gt;

	&#38;lt;?php 

	$loop_counter++;
	$extraClass = &#38;quot;&#38;quot;;

	if($loop_counter &#38;gt; $avia_config[&#38;#39;portfolio_columns_iteration&#38;#39;])
	{
		$loop_counter = 1;
		$extraClass = &#38;#39;first&#38;#39;;
	}

	endwhile;

	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;	// end portfolio-sort-container

	if(!isset($avia_config[&#38;#39;remove_pagination&#38;#39;] ))
	{
		echo &#38;quot;&#38;lt;div class=&#38;#39;hr hr_invisible&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
		echo avia_pagination();
	}
	echo &#38;quot;&#38;lt;!-- end --&#38;gt;&#38;quot;; //dont remove
	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;

unset($avia_config[&#38;#39;avia_is_overview&#38;#39;]);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Harruhsun on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-78807</link>
			<pubDate>Sun, 07 Oct 2012 02:55:38 +0000</pubDate>
			<dc:creator>Harruhsun</dc:creator>
			<guid isPermaLink="false">78807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
* The Loop for portfolio overview pages. Works in conjunction with the file template-portfolio.php and taxonomy-portfolio_entries.php&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;global $avia_config;&#60;br /&#62;
$avia_config['avia_is_overview'] = true;&#60;/p&#62;
&#60;p&#62;if(isset($avia_config['new_query'])) { query_posts($avia_config['new_query']); }&#60;/p&#62;
&#60;p&#62;$loop_counter = 1;&#60;br /&#62;
// check if we got a page to display:&#60;br /&#62;
if (have_posts()) :&#60;/p&#62;
&#60;p&#62;	$extraClass = 'first';&#60;br /&#62;
	$style = 'portfolio-entry-no-description';&#60;/p&#62;
&#60;p&#62;	$grid = 'one_fourth';&#60;br /&#62;
	$image_size = 'portfolio';&#60;/p&#62;
&#60;p&#62;	switch($avia_config['portfolio_columns'])&#60;br /&#62;
	{&#60;br /&#62;
		case &#34;1&#34;: $grid = 'fullwidth';  $image_size = 'fullsize'; break;&#60;br /&#62;
		case &#34;2&#34;: $grid = 'one_half';   break;&#60;br /&#62;
		case &#34;3&#34;: $grid = 'one_third';  break;&#60;br /&#62;
		case &#34;4&#34;: $grid = 'one_fourth'; break;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	$avia_config['portfolio_columns_iteration'] = $avia_config['portfolio_columns'][0];&#60;br /&#62;
	if(!isset($avia_config['remove_portfolio_text'])) $style = 'portfolio-entry-description';&#60;/p&#62;
&#60;p&#62;	$includeArray = &#34;&#34;;&#60;br /&#62;
	if(isset($avia_config['new_query']['tax_query'][0]['terms'])) $includeArray = $avia_config['new_query']['tax_query'][0]['terms'];&#60;/p&#62;
&#60;p&#62;	$args = array(&#60;/p&#62;
&#60;p&#62;		'taxonomy'	=&#38;gt; 'portfolio_entries',&#60;br /&#62;
		'hide_empty'=&#38;gt; 0,&#60;br /&#62;
		'include'	=&#38;gt; $includeArray&#60;/p&#62;
&#60;p&#62;	);&#60;/p&#62;
&#60;p&#62;	$categories = get_categories($args);&#60;br /&#62;
	$container_id = &#34;&#34;;&#60;/p&#62;
&#60;p&#62;	if(!isset($avia_config['portfolio_sorting']) &#124;&#124; $avia_config['portfolio_sorting'] == 'yes')&#60;br /&#62;
	{&#60;br /&#62;
		if(!empty($categories[0]))&#60;br /&#62;
		{&#60;br /&#62;
			$output = &#34;&#38;lt;div id='js_sort_items' &#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			$hide = &#34;hidden&#34;;&#60;br /&#62;
			if (isset($categories[1])){ $hide = &#34;&#34;; }&#60;/p&#62;
&#60;p&#62;			$output .= &#34;&#38;lt;div class='sort_by_cat $hide '&#38;gt;&#34;;&#60;br /&#62;
			$output .= &#34;&#60;a href='#'&#62;&#34;.__('All','avia_framework').&#34;&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;			foreach($categories as $category)&#60;br /&#62;
			{&#60;br /&#62;
				$output .= &#34;&#38;lt;span class='text-sep &#34;.$category-&#38;gt;category_nicename.&#34;_sort_sep'&#38;gt;/&#38;lt;/span&#38;gt;&#60;a href='#'&#62;category_nicename.&#34;_sort' class='&#34;.$category-&#38;gt;category_nicename.&#34;_sort_button' &#38;gt;&#34;.$category-&#38;gt;cat_name.&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
				$container_id .= $category-&#38;gt;term_id;&#60;br /&#62;
			}&#60;/p&#62;
&#60;p&#62;			$output .= &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			$output .= &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;			echo $output;&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	//portfolio container&#60;br /&#62;
	echo &#34;&#38;lt;div class='ajax-portfolio-response-wrapper'&#38;gt;&#34;;&#60;br /&#62;
	echo 	&#34;&#38;lt;div class='ajax-control'&#38;gt;&#60;a href='#'&#62;&#38;lt;span&#38;gt;x&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;a href='#'&#62;&#38;lt;span&#38;gt;+&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;a href='#'&#62;&#38;lt;span&#38;gt;-&#38;lt;/span&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
	echo 	&#34;&#38;lt;div class='ajax-portfolio-response'&#38;gt;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
	echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;	echo &#34;&#38;lt;div class='portfolio-sort-container &#34;.$avia_config['portfolio_hover'].&#34;'&#38;gt;&#34;;&#60;br /&#62;
	//iterate over the posts&#60;br /&#62;
	while (have_posts()) : the_post();	&#60;/p&#62;
&#60;p&#62;	//get the categories for each post and create a string that serves as classes so the javascript can sort by those classes&#60;br /&#62;
	$sort_classes = &#34;&#34;;&#60;br /&#62;
	$item_categories = get_the_terms( $id, 'portfolio_entries' );&#60;/p&#62;
&#60;p&#62;	if(is_object($item_categories) &#124;&#124; is_array($item_categories))&#60;br /&#62;
	{&#60;br /&#62;
		foreach ($item_categories as $cat)&#60;br /&#62;
		{&#60;br /&#62;
			$sort_classes .= $cat-&#38;gt;slug.'_sort ';&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	if(!empty($avia_config['portfolio_ajax'])) $sort_classes .= &#34; ajax_portfolio&#34;;&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div data-ajax-id='&#38;lt;?php echo get_the_ID();?&#38;gt;' class='post-entry post-entry-&#38;lt;?php echo get_the_ID();?&#38;gt; flex_column all_sort no_margin &#38;lt;?php echo $sort_classes.' '.$grid.' '.$extraClass.' '.$style; ?&#38;gt;'&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class='inner-entry'&#38;gt;&#60;br /&#62;
				&#38;lt;?php &#60;/p&#62;
&#60;p&#62;					echo &#34;&#38;lt;h1 class='post-title portfolio-title'&#38;gt;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;span class='primary-background title-span'&#38;gt;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
					echo &#34;&#60;a href='&#34;.get_permalink().&#34;' rel='bookmark'&#62;&#34;.get_the_title().&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;/h1&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;					$forceSmall = true;&#60;br /&#62;
					$slider = new avia_slideshow(get_the_ID());&#60;br /&#62;
					$slider -&#38;gt; setImageSize($image_size);&#60;br /&#62;
					if(!empty($avia_config['portfolio_ajax'])) $slider -&#38;gt; set_links(get_permalink());&#60;/p&#62;
&#60;p&#62;					echo $slider-&#38;gt;display($forceSmall);&#60;/p&#62;
&#60;p&#62;				?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;!-- end post-entry--&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php &#60;/p&#62;
&#60;p&#62;	$loop_counter++;&#60;br /&#62;
	$extraClass = &#34;&#34;;&#60;/p&#62;
&#60;p&#62;	if($loop_counter &#38;gt; $avia_config['portfolio_columns_iteration'])&#60;br /&#62;
	{&#60;br /&#62;
		$loop_counter = 1;&#60;br /&#62;
		$extraClass = 'first';&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	endwhile;&#60;/p&#62;
&#60;p&#62;	echo &#34;&#38;lt;/div&#38;gt;&#34;;	// end portfolio-sort-container&#60;/p&#62;
&#60;p&#62;	if(!isset($avia_config['remove_pagination'] ))&#60;br /&#62;
	{&#60;br /&#62;
		echo &#34;&#38;lt;div class='hr hr_invisible'&#38;gt;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
		echo avia_pagination();&#60;br /&#62;
	}&#60;br /&#62;
	echo &#34;&#38;lt;!-- end --&#38;gt;&#34;; //dont remove&#60;br /&#62;
	else:&#60;br /&#62;
?&#38;gt;	&#60;/p&#62;
&#60;p&#62;	&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;h1 class='post-title'&#38;gt;&#38;lt;?php _e('Nothing Found', 'avia_framework'); ?&#38;gt;&#38;lt;/h1&#38;gt;&#60;br /&#62;
		&#38;lt;p&#38;gt;&#38;lt;?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;	endif;&#60;/p&#62;
&#60;p&#62;unset($avia_config['avia_is_overview']);&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Harruhsun on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-78805</link>
			<pubDate>Sun, 07 Oct 2012 02:55:01 +0000</pubDate>
			<dc:creator>Harruhsun</dc:creator>
			<guid isPermaLink="false">78805@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No I didn't change anything in that php file. The only php file that I changed was for the copyright area
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-78768</link>
			<pubDate>Sat, 06 Oct 2012 07:42:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Harruhsun,&#60;/p&#62;
&#60;p&#62;Did you change anything in wp-content\themes\angular\includes\loop-portfolio.php? and can you post the content of your loop-portfolio.php, so I can compare it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Harruhsun on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-78688</link>
			<pubDate>Fri, 05 Oct 2012 16:45:21 +0000</pubDate>
			<dc:creator>Harruhsun</dc:creator>
			<guid isPermaLink="false">78688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok here is the link.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://harruhsun.com/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://harruhsun.com/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I really like the set up of the live demo and that's pretty much the last thing I need to make the site go completely live.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-78478</link>
			<pubDate>Thu, 04 Oct 2012 04:11:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Harruhsun,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? so we can check it further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Harruhsun on "Portfolio Question"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-1#post-78458</link>
			<pubDate>Wed, 03 Oct 2012 23:42:14 +0000</pubDate>
			<dc:creator>Harruhsun</dc:creator>
			<guid isPermaLink="false">78458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have looking around on this forum but I can't seem to find my answer so I'll ask here and now. I'm simply trying to make my portfolio page just like the live demo however I'm busting my head trying to see why it's not doing it. Here's a screenshot of what I have so far&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imageshack.us/a/img195/6960/screenshot20121003at328.png&#34; rel=&#34;nofollow&#34;&#62;http://imageshack.us/a/img195/6960/screenshot20121003at328.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't get the thumbnails to show up at all. Can someone help me? It's probably simple but for whatever reasons I can't figure it out and setting up my portfolio is the last thing I need to do to finish my site up.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
