<?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 2 level filtering</title>
		<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering</link>
		<description>Support Forum - Topic: Portfolio 2 level filtering</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 01:53:34 +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-2-level-filtering" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15538</link>
			<pubDate>Wed, 23 Mar 2011 15:01:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. Just ask if you've any other questions :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15523</link>
			<pubDate>Wed, 23 Mar 2011 09:41:35 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">15523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, now I've got it, thanks very much Dude for explanation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15476</link>
			<pubDate>Wed, 23 Mar 2011 05:22:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
 I didn't test if it works. As far as I know you must use the portfolio category slug to filter (see message you posted in the forum). Obviously that doesn't help you because you can set i.e. the slug &#34;new&#34; for &#34;Audi&#34; but you can't filter for &#34;used&#34; audi then. This methode of filtering just helps you if you've two static filter criterias (i.e. Print / Lawyer / Webdesign / Court) and ( Creative / Law) - I can set the creative slug for Print + Webdesign and &#34;Law&#34; for Court + Lawyer - in your case it's not possible to set new / used static because you'll have used cars and new cars of every brand....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15364</link>
			<pubDate>Mon, 21 Mar 2011 15:33:32 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">15364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry Dude, it's my mistake with this password protection.&#60;br /&#62;
I have uploaded it once again without password, so please check it out and tell me Your comments.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.codeupload.com/3862&#34; rel=&#34;nofollow&#34;&#62;http://www.codeupload.com/3862&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15360</link>
			<pubDate>Mon, 21 Mar 2011 15:03:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It seems like the codeupload link requires a password. Yes- mea culpa - maybe it's (easily?) possible to integrate a second filter - however because it's a (imho) major customization I didn't check all required code modifications detailed enough. However the solution above doesn't change much because as far as I can see you can still filter one critera only. You can filter ALL by &#34;New&#34; and &#34;Used&#34; or you can filter the cars but can't apply a second filter. Maybe the code from codeupload helps me to understand the problem...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15327</link>
			<pubDate>Mon, 21 Mar 2011 09:45:10 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">15327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I've got some news from the author: Thanks very much Gerardo !!!&#60;/p&#62;
&#60;p&#62;===============================================================&#60;br /&#62;
What I did to add more filter options was to add a few lines in &#34;template_portfolio.php&#34;,&#60;/p&#62;
&#60;p&#62;Guessing that you already have the categories to use to filter your entries you have to look for the &#34;Slug&#34; of each categorie..&#60;/p&#62;
&#60;p&#62;e.g. mine are: basico, medio, avanzado&#60;/p&#62;
&#60;p&#62;Then you have to add the following code to your template_portfolio:&#60;/p&#62;
&#60;p&#62;AFTER this code:&#60;br /&#62;
-------------------------------------&#60;/p&#62;
&#60;p&#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;/p&#62;
&#60;p&#62; $output .= &#34;&#38;lt;span&#38;gt;&#34;.__('Filtrar por tipo:','avisio').&#34;&#38;lt;/span&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62; $output .= &#34;&#60;a href='#'&#62;&#34;.__('Todos','avisio').&#34;&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62; foreach($categories as $category)&#60;/p&#62;
&#60;p&#62; {&#60;/p&#62;
&#60;p&#62; $output .= &#34;&#60;a href='#'&#62;category_nicename.&#34;_sort'&#38;gt;&#34;.$category-&#38;gt;cat_name.&#34;&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62; }&#60;/p&#62;
&#60;p&#62; $output .= &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;------------------------------------&#60;/p&#62;
&#60;p&#62;You have to add a code from link below: (when i tried to paste it here, some words were cut.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.codeupload.com/3861&#34; rel=&#34;nofollow&#34;&#62;http://www.codeupload.com/3861&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;------------------- &#60;/p&#62;
&#60;p&#62;The id for each link should be your categorie slug + &#34;_sort&#34; &#60;/p&#62;
&#60;p&#62;=============================================================&#60;/p&#62;
&#60;p&#62;I've tested this option and can say that partially works for me, but it's better that somebody else would analyze it, because I'm not the coder ;)&#60;/p&#62;
&#60;p&#62;For example: let's say I've got something similar like it's written below&#60;br /&#62;
1 level filter: ALL, AUDI, BMW, HONDA&#60;br /&#62;
2 level filter: NEW, USED&#60;/p&#62;
&#60;p&#62;When I click ALL and next select NEW or USED, everything works perfect !&#60;br /&#62;
But if I click AUDI or BMW or HONDA and choose NEW or USED it doesn't work.&#60;/p&#62;
&#60;p&#62;Dude, what do You think about this code?&#60;br /&#62;
Previously You wrote that it's a major modification, now we have got a few lines which partially work. Would You please test it and say Your opinion about it ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15321</link>
			<pubDate>Mon, 21 Mar 2011 08:13:40 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">15321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yesterday, I have sent a message to the site owner, as soon I will receive an answer, I will write down here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15318</link>
			<pubDate>Mon, 21 Mar 2011 07:41:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe try to contact the site owner directly...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15259</link>
			<pubDate>Sun, 20 Mar 2011 18:00:13 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">15259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's a pity, I thought it would be possible. Topic's author presented a link where 2 filtering methods were used: &#60;a href=&#34;http://www.creatibox.es/?page_id=146&#34; rel=&#34;nofollow&#34;&#62;http://www.creatibox.es/?page_id=146&#60;/a&#62; it looks like they implemented their own solution for 2nd level filtering.&#60;/p&#62;
&#60;p&#62;By the way Dude, would You please help me in another problem related to Avisio ?&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-remove-widgets-section-and-the-area-above-widgets&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-remove-widgets-section-and-the-area-above-widgets&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15258</link>
			<pubDate>Sun, 20 Mar 2011 17:34:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15258@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm sorry but I just saw that you want to filter not sort the content. At the moment it's not possible to apply to filters. It's a major modification I can't help you with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15256</link>
			<pubDate>Sun, 20 Mar 2011 16:51:29 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">15256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using:&#60;br /&#62;
- Avisio 1.1 theme&#60;br /&#62;
- Wordpress 3.1&#60;/p&#62;
&#60;p&#62;I think I need to modify something in template_portfolio.php&#60;br /&#62;
Waiting for Your help, thanks very much in advance Dude !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15236</link>
			<pubDate>Sun, 20 Mar 2011 14:17:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Which template do you use?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-15137</link>
			<pubDate>Fri, 18 Mar 2011 13:44:38 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">15137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I've got the same problem as the author above.&#60;br /&#62;
I followed Dude's instructions but anyway I couldn't replace sorting options (Date, Name) with filtering buttons (Category1 and Category2).&#60;br /&#62;
Would You be so kind to explain what shall I change in code ?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
VoodooPL
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-9693</link>
			<pubDate>Wed, 01 Dec 2010 15:59:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Have a look at this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/sort-by-price-get-it-for&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/sort-by-price-get-it-for&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It describes how to implement a price sort function. You can include other sorting options though
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Altlex on "Portfolio 2 level filtering"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-2-level-filtering#post-9689</link>
			<pubDate>Wed, 01 Dec 2010 14:19:19 +0000</pubDate>
			<dc:creator>Altlex</dc:creator>
			<guid isPermaLink="false">9689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First, compliments on the quality theme.&#60;/p&#62;
&#60;p&#62;We would like to add a second filter level to the portfolio pages.&#60;br /&#62;
Now we can filter on categories and sort the result on date and name.&#60;/p&#62;
&#60;p&#62;We wuold like to;  first filter on categories and then again filter (not sort) on a second criteria (sub-categorie of some kind)&#60;/p&#62;
&#60;p&#62;I found another Avisio site where this functionality has been added,    &#60;a href=&#34;http://creatibox.es/?page_id=146&#34; rel=&#34;nofollow&#34;&#62;http://creatibox.es/?page_id=146&#60;/a&#62;&#60;br /&#62;
They can first select from &#34; flash - cms - html&#34;  and filter down that selection to &#34; Basic - medium - advanced&#34; &#60;/p&#62;
&#60;p&#62;Can you point us in the right direction to add this extra level to the theme?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
Arjan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
