<?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 - Sorting - Reset</title>
		<link>http://www.kriesi.at/support/topic/portfolio-sorting-reset</link>
		<description>Support Forum - Topic: Portfolio - Sorting - Reset</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 01:03:59 +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-sorting-reset" rel="self" type="application/rss+xml" />

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