<?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 - Tag: portfolio sortable - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/portfolio-sortable</link>
		<description>Support Forum - Tag: portfolio sortable - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 02:11:06 +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/tags/portfolio-sortable" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Portfolio Sortable &#38; Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-portfolio-items#post-112025</link>
			<pubDate>Fri, 17 May 2013 18:39:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; @liberato_alexandre - I hope the plugin helped you too? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicklynn on "Portfolio Sortable &#38; Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-portfolio-items#post-112009</link>
			<pubDate>Fri, 17 May 2013 18:06:22 +0000</pubDate>
			<dc:creator>nicklynn</dc:creator>
			<guid isPermaLink="false">112009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent, and thanks. In that case, all set and good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Sortable &#38; Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-portfolio-items#post-111968</link>
			<pubDate>Fri, 17 May 2013 16:27:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, you don't need to move the code. However the user above asked another question: &#34; would like to know how and where can I edit the Portfolio Sortable menu in order to move it from the top of the page to the end of the home page, below the Portfolio Thumbnails.&#34; and 2) is the answer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicklynn on "Portfolio Sortable &#38; Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-portfolio-items#post-111966</link>
			<pubDate>Fri, 17 May 2013 16:19:08 +0000</pubDate>
			<dc:creator>nicklynn</dc:creator>
			<guid isPermaLink="false">111966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I used the plugin (Post Types Order) and it worked pretty much awesomely. Question: Should I also cut the PHP you reference, and then insert it below the line beginning with &#34;echo …&#34; ?&#60;/p&#62;
&#60;p&#62;I ask, as the plugin works now, and I just want to make sure I'm all set as future elements get added. One read that I get from the post string above is that I should activate the plugin AND modify the PHP. Can you clarify? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Sortable &#38; Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-portfolio-items#post-111900</link>
			<pubDate>Fri, 17 May 2013 06:38:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111900@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) You can use &#60;a href=&#34;http://wordpress.org/extend/plugins/post-types-order/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/post-types-order/&#60;/a&#62; to order the portfolio items. &#60;/p&#62;
&#60;p&#62;2) Open up wp-content\themes\angular\includes\loop-portfolio.php and cut:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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;
		}
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then insert it below following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;	// end portfolio-sort-container&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>liberato_alexandre on "Portfolio Sortable &#38; Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sortable-portfolio-items#post-111617</link>
			<pubDate>Thu, 16 May 2013 09:24:33 +0000</pubDate>
			<dc:creator>liberato_alexandre</dc:creator>
			<guid isPermaLink="false">111617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Kriesi team,&#60;br /&#62;
I would like to know how and where can I edit the Portfolio Sortable menu in order to move it from the top of the page to the end of the home page, below the Portfolio Thumbnails.&#60;br /&#62;
Also, at the moment the Portfolio Items Thumbnails in the home page are organised alphabetically and I would like to know how can have my personal organisation. I would like to organise them freely but at least I would like to organise them from the oldest to the latest entry.&#60;br /&#62;
Thank you very much for your attention!&#60;br /&#62;
Alex.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-71179</link>
			<pubDate>Wed, 15 Aug 2012 15:27:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71179@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey zemantik,&#60;/p&#62;
&#60;p&#62;I see what you mean with the first video. I have no idea what could be causing that but it does the same for me. Perhaps try and re-upload it with vimeo or check its permissions maybe.&#60;/p&#62;
&#60;p&#62;For the navigation:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_controlls {
right: 31.5%;
top: 31px;
margin-right: -129px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For your new Question 1, there isn't anything we can do to control where an image gets cropped. The only thing you can do is make sure the original is in proportion to what you set to the size in functions.php for the crop (which it looks like you have done).&#60;/p&#62;
&#60;p&#62;Q2: The sortable portfolio will only sort what items are loaded into the page. So if you have more items in a different category that are not shown on the screen it will not load those in. This is a limitation of the code and isn't something that can be changed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zemantik on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-70369</link>
			<pubDate>Thu, 09 Aug 2012 22:42:13 +0000</pubDate>
			<dc:creator>zemantik</dc:creator>
			<guid isPermaLink="false">70369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin:&#60;/p&#62;
&#60;p&#62;Thanks !&#60;/p&#62;
&#60;p&#62;#1 I still have the video Issue: I just copied the link and I click add video to slide show and then when the video should show in the slide show it just go to the video page in vimeo, and is specific with this video, I tryed other links and it works, but there is no way to make it work with this video:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vimeo.com/45880280&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/45880280&#60;/a&#62;&#60;/p&#62;
&#60;p&#62; #2  I solved the size part  ... but now I need to align the ajax portfolio navigation buttons (arrows and close ) to the right, wich css modification should I use ??&#60;/p&#62;
&#60;p&#62;NEW QUESTIONS&#60;/p&#62;
&#60;p&#62;Q1 :  I have an issue with the portfolio thumbnails,&#60;/p&#62;
&#60;p&#62;If you ou go and  check my site:   &#60;a href=&#34;http://palomeradelareeproducciones.com&#34; rel=&#34;nofollow&#34;&#62;http://palomeradelareeproducciones.com&#60;/a&#62;&#60;br /&#62;
you will notice that the thumbnails are cropped and you cant see the face of the people in the picture (and I really need that) &#60;/p&#62;
&#60;p&#62;I install the rebuild and regenerate thumbnails plugins but they don't seem to work for what I need. I tried to change the size of the thumbnails both in wordpres and in the functions.php code but is not working either and I could never found in the css where to change that.&#60;/p&#62;
&#60;p&#62;Can you help me with that ???&#60;/p&#62;
&#60;p&#62;Q:2   I made the portfolio in the homepage filterable, but when I have more than 1 category is not working, if I try to show an specific category works fine, but no when I have all af them  .... Any solution ???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-69016</link>
			<pubDate>Thu, 02 Aug 2012 17:47:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi zemantik,&#60;/p&#62;
&#60;p&#62;1) How are you adding the video to the slideshow?&#60;/p&#62;
&#60;p&#62;2) Open up includes&#38;gt;loop-portfolio-single.php and look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#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 class=&#38;quot;four units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll need the change the grid sizes used for those two divs. As long as the two numbers (eight and four in the above code) equal twelve, you won't have an issue. So something like six and six or seven and five will work. To do the same with the ajax style porfolio, you'll make the change in functions-choices.php and looking for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column two_third first&#38;#39;&#38;gt;&#38;quot;;
				echo $data-&#38;gt;slider;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

				echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry one_third&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where it uses a slightly different grid (two_third and one_third in the above). The full list of possible combinations is in grid.css lines 267-278 under Columns. &#60;/p&#62;
&#60;p&#62;3) This one is a quite a bit more complicated. In the same areas as above, the divs that create those content areas are created. You'll need to create a new div to hold the content and then use a custom field to populate the video. See: &#60;a href=&#34;http://codex.wordpress.org/Custom_Fields&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Custom_Fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zemantik on "Video In Slideshow Not Working + Help with portfolio page in CHOICES"</title>
			<link>http://www.kriesi.at/support/topic/video-in-slideshow-not-working-help-with-portfolio-page-in-choices#post-68515</link>
			<pubDate>Tue, 31 Jul 2012 14:50:48 +0000</pubDate>
			<dc:creator>zemantik</dc:creator>
			<guid isPermaLink="false">68515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello:&#60;/p&#62;
&#60;p&#62;I have 3 questions/problems:&#60;/p&#62;
&#60;p&#62;1- Every time I try to add a video to a portfolio slideshow the theme redirects to the video page in Vimeo or YouTube. How can I fix that ?&#60;/p&#62;
&#60;p&#62;2- How can I resize/reduce  the portfolio big (main ) image on the left and the right column ?&#60;/p&#62;
&#60;p&#62;3- I would like to  use the space under the portafolio image/slideshow  and add a video. How can I do that ??&#60;/p&#62;
&#60;p&#62;Thanks in advance, I really like this theme :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Theme options &#38; Dummy Data &#38; Front page"</title>
			<link>http://www.kriesi.at/support/topic/theme-options-dummy-data-front-page#post-47085</link>
			<pubDate>Tue, 20 Mar 2012 06:03:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes. Otherwise the sort function wouldn't make sense :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a b on "Theme options &#38; Dummy Data &#38; Front page"</title>
			<link>http://www.kriesi.at/support/topic/theme-options-dummy-data-front-page#post-47056</link>
			<pubDate>Mon, 19 Mar 2012 23:52:01 +0000</pubDate>
			<dc:creator>a b</dc:creator>
			<guid isPermaLink="false">47056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Problem is resolved after adding another portfolio category.  So, in order to have the  &#34;portfolio sortable&#34; option working, you need to have at least 2 active categories.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a b on "Theme options &#38; Dummy Data &#38; Front page"</title>
			<link>http://www.kriesi.at/support/topic/theme-options-dummy-data-front-page#post-47055</link>
			<pubDate>Mon, 19 Mar 2012 23:46:15 +0000</pubDate>
			<dc:creator>a b</dc:creator>
			<guid isPermaLink="false">47055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As i was browsing thru previous threads, I found that I need to add images to each portfolio item.  However categories are still not visible after I  added images to all portfolio items.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a b on "Theme options &#38; Dummy Data &#38; Front page"</title>
			<link>http://www.kriesi.at/support/topic/theme-options-dummy-data-front-page#post-46975</link>
			<pubDate>Mon, 19 Mar 2012 16:22:03 +0000</pubDate>
			<dc:creator>a b</dc:creator>
			<guid isPermaLink="false">46975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found that it was an IE issue.  Everything works fine with Chrome...&#60;/p&#62;
&#60;p&#62;Now I have another issue with &#34;Propulsion Theme Options&#34;  &#34;Portfolio Sortable?&#34;  I click &#34;yes&#34; but category options do not appear on portfolio overview page.&#60;/p&#62;
&#60;p&#62;Can you help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Theme options &#38; Dummy Data &#38; Front page"</title>
			<link>http://www.kriesi.at/support/topic/theme-options-dummy-data-front-page#post-45971</link>
			<pubDate>Tue, 13 Mar 2012 08:22:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This sounds like a js error in the backend. Please deactivate all wordpress plugins (maybe they cause conflicts) and reupload the theme files and wordpress core file again (maype one or more files are corrupt).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a b on "Theme options &#38; Dummy Data &#38; Front page"</title>
			<link>http://www.kriesi.at/support/topic/theme-options-dummy-data-front-page#post-45808</link>
			<pubDate>Mon, 12 Mar 2012 07:59:31 +0000</pubDate>
			<dc:creator>a b</dc:creator>
			<guid isPermaLink="false">45808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to install propulsion theme, however i am stuck at the &#34;setting frontpage&#34; level.  &#60;/p&#62;
&#60;p&#62;First I have installed the theme to a demo site for testing.  After activating the theme, when I click &#34;theme options&#34; I do not get any options to edit or when I click on &#34;import dummy data&#34; nothing happens.  &#60;/p&#62;
&#60;p&#62;I can provide you with dashboard login details too if needed.&#60;/p&#62;
&#60;p&#62;thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessicahonikman on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-13076</link>
			<pubDate>Thu, 17 Feb 2011 18:14:30 +0000</pubDate>
			<dc:creator>jessicahonikman</dc:creator>
			<guid isPermaLink="false">13076@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here you go:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/raw.php?i=ayRgr8nZ&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/raw.php?i=ayRgr8nZ&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-13056</link>
			<pubDate>Thu, 17 Feb 2011 11:53:57 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">13056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Without seeing the code you've modified it difficult to figure out what's causing the bug. Can you upload the contents of template_portfolio.php to &#60;a href=&#34;http://pastebin.com&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com&#60;/a&#62; and I'll take a look.&#60;/p&#62;
&#60;p&#62;I can't make any promises about a fix as this is a modification but I'll certainly give it a go.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessicahonikman on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-13031</link>
			<pubDate>Thu, 17 Feb 2011 03:57:41 +0000</pubDate>
			<dc:creator>jessicahonikman</dc:creator>
			<guid isPermaLink="false">13031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there - I'm having the same problem, only the fix above didn't resolve it. Any chance you could take a look or point me to the right place in style.css or css/style3.css where the error may have occurred? I'm sure that I am responsible for this bug, but anything you could do to help me remedy this would be greatly appreciated! You'll notice that I'm attempting to hide the &#34;read more&#34; button as well as the &#34;sort by date&#34; from the portfolio page... perhaps the bug is related to those changes? Thanks! &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://345design.com/wordpress/work/&#34; rel=&#34;nofollow&#34;&#62;http://345design.com/wordpress/work/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-10855</link>
			<pubDate>Mon, 03 Jan 2011 10:46:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tinsterman on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-10837</link>
			<pubDate>Mon, 03 Jan 2011 03:24:25 +0000</pubDate>
			<dc:creator>Tinsterman</dc:creator>
			<guid isPermaLink="false">10837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Silly me! Many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-10788</link>
			<pubDate>Sat, 01 Jan 2011 12:27:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10788@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you changed the padding for the main container in style.css - this modification causes your problem :)&#60;/p&#62;
&#60;p&#62;Change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main{ /*main area, contains all content and sidebars*/
float:left;
/*padding:35px 0 0 0;*/
position:relative;
width:100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main{ /*main area, contains all content and sidebars*/
float:left;
padding:35px 0 0 0;
position:relative;
width:100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and everything should work as expected :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tinsterman on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-10783</link>
			<pubDate>Fri, 31 Dec 2010 17:50:32 +0000</pubDate>
			<dc:creator>Tinsterman</dc:creator>
			<guid isPermaLink="false">10783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure check out the portfolio I am building here: &#60;a href=&#34;http://www.54solutions.co.uk/cms/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.54solutions.co.uk/cms/portfolio/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-10532</link>
			<pubDate>Thu, 23 Dec 2010 06:17:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
do you have a link for us? It can be a css problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tinsterman on "Portfolio - Sorting - Reset"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset#post-10526</link>
			<pubDate>Thu, 23 Dec 2010 01:26:58 +0000</pubDate>
			<dc:creator>Tinsterman</dc:creator>
			<guid isPermaLink="false">10526@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have a 3 Column sortable portfolio. When I click on each portfolio category everything sorts nicely. &#60;/p&#62;
&#60;p&#62;However, when I click on &#34;All&#34; to reset the portfolio back to its original state, portfolio items hide behind each other, and only a few items show. &#60;/p&#62;
&#60;p&#62;Any suggestions? I am using Wordpress 3.0.1
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
