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

		<item>
			<title>markbeck on "Closing Ribbon"</title>
			<link>http://www.kriesi.at/support/topic/closing-ribbon#post-93589</link>
			<pubDate>Sun, 27 Jan 2013 06:48:53 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">93589@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Closing Ribbon"</title>
			<link>http://www.kriesi.at/support/topic/closing-ribbon#post-93506</link>
			<pubDate>Sat, 26 Jan 2013 09:06:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp-content/themes/propulsion/js/avia.js and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery.fn.avia_hide_info_text)
	jQuery(&#38;quot;#info_text_header&#38;quot;).avia_hide_info_text();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery.fn.avia_hide_info_text)
	jQuery(&#38;quot;#info_text_header&#38;quot;).avia_hide_info_text();
	setTimeout( function(){ jQuery(&#38;quot;#info_text_header .infotext .close_info_text&#38;quot;).trigger(&#38;#39;click&#38;#39;); } ,6000 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace 6000 with any other value. 6000 stands for 6000ms (6 seconds countdown before the ribbon will close automatically).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbeck on "Closing Ribbon"</title>
			<link>http://www.kriesi.at/support/topic/closing-ribbon#post-93468</link>
			<pubDate>Fri, 25 Jan 2013 22:10:16 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">93468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to have the ribbon at the top of the page automatically close after a set amount of time? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maustnes on "Top Banner Message close"</title>
			<link>http://www.kriesi.at/support/topic/top-banner-message-close#post-85595</link>
			<pubDate>Tue, 27 Nov 2012 17:06:09 +0000</pubDate>
			<dc:creator>maustnes</dc:creator>
			<guid isPermaLink="false">85595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect! Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Top Banner Message close"</title>
			<link>http://www.kriesi.at/support/topic/top-banner-message-close#post-85498</link>
			<pubDate>Tue, 27 Nov 2012 07:30:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85498@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case you need to remove some other code from avia.js - open up the file and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(container.is(&#38;#39;.firstcall&#38;#39;))
				{
				setTimeout(function()
				{
					container.trigger(&#38;#39;click&#38;#39;);
					$.cookie(container.data(&#38;#39;cookiename&#38;#39;), &#38;#39;firstcall&#38;#39;, { expires: 365, path: &#38;#39;/&#38;#39; });
					container.removeClass(&#38;#39;firstcall&#38;#39;);

				},2000); }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>maustnes on "Top Banner Message close"</title>
			<link>http://www.kriesi.at/support/topic/top-banner-message-close#post-85493</link>
			<pubDate>Tue, 27 Nov 2012 07:23:11 +0000</pubDate>
			<dc:creator>maustnes</dc:creator>
			<guid isPermaLink="false">85493@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, Dude. &#60;/p&#62;
&#60;p&#62;I don't want to remove the banner area/text. I just want it to be closed as a default and possible to open if wanted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Top Banner Message close"</title>
			<link>http://www.kriesi.at/support/topic/top-banner-message-close#post-85488</link>
			<pubDate>Tue, 27 Nov 2012 07:06:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; In angular/js/avia.js delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(jQuery.fn.avia_hide_info_text)
	jQuery(&#38;quot;#info_text_header&#38;quot;).avia_hide_info_text();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to get rid of the banner area/text. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maustnes on "Top Banner Message close"</title>
			<link>http://www.kriesi.at/support/topic/top-banner-message-close#post-85355</link>
			<pubDate>Mon, 26 Nov 2012 09:20:42 +0000</pubDate>
			<dc:creator>maustnes</dc:creator>
			<guid isPermaLink="false">85355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;br /&#62;
I've customized the top banner message to always be closed. This is the code that I used:&#60;br /&#62;
function avia_banner($padding = 0)&#60;br /&#62;
	{&#60;br /&#62;
		$extraClass = &#34;maximized&#34;;&#60;br /&#62;
		$output = &#34;&#34;;&#60;br /&#62;
		$cookieHash = &#34;&#34;;&#60;br /&#62;
		$bannerText = avia_get_option('banner');&#60;br /&#62;
		$cookieName = THEMENAME.'_avia_banner';&#60;br /&#62;
		$bannerHash = md5($bannerText);&#60;br /&#62;
		$padding = $padding * 43;&#60;/p&#62;
&#60;p&#62;		if(!trim($bannerText)) return;&#60;/p&#62;
&#60;p&#62;		if( empty($_COOKIE[$cookieName])) $extraClass = &#34;maximized firstcall&#34;;&#60;br /&#62;
		if(!empty($_COOKIE[$cookieName])) $cookieHash = $_COOKIE[$cookieName];&#60;br /&#62;
		if(!empty($_COOKIE[$cookieName]) &#38;amp;&#38;amp; $bannerHash != $cookieHash) $extraClass = &#34;minimized&#34;;&#60;/p&#62;
&#60;p&#62;Still, the top banner message is open when I delet the cookie and reload the page. Any idea what I'm doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maustnes on "Infobox always closed"</title>
			<link>http://www.kriesi.at/support/topic/infobox-always-closed#post-85035</link>
			<pubDate>Thu, 22 Nov 2012 21:10:45 +0000</pubDate>
			<dc:creator>maustnes</dc:creator>
			<guid isPermaLink="false">85035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Infobox always closed"</title>
			<link>http://www.kriesi.at/support/topic/infobox-always-closed#post-84924</link>
			<pubDate>Thu, 22 Nov 2012 01:56:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi maustnes,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content/themes/angular/functions.php and find this code block:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_banner($padding = 0)
	{
		$extraClass = &#38;quot;minimized&#38;quot;;
		$output = &#38;quot;&#38;quot;;
		$cookieHash = &#38;quot;&#38;quot;;
		$bannerText = avia_get_option(&#38;#39;banner&#38;#39;);
		$cookieName = THEMENAME.&#38;#39;_avia_banner&#38;#39;;
		$bannerHash = md5($bannerText);
		$padding = $padding * 43;

		if(!trim($bannerText)) return;

		if( empty($_COOKIE[$cookieName])) $extraClass = &#38;quot;minimized firstcall&#38;quot;;
		if(!empty($_COOKIE[$cookieName])) $cookieHash = $_COOKIE[$cookieName];
		if(!empty($_COOKIE[$cookieName]) &#38;amp;&#38;amp; $bannerHash != $cookieHash) $extraClass = &#38;quot;maximized&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace all minimized to maximized and maximized to minimized, or you can just copy this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_banner($padding = 0)
	{
		$extraClass = &#38;quot;maximized&#38;quot;;
		$output = &#38;quot;&#38;quot;;
		$cookieHash = &#38;quot;&#38;quot;;
		$bannerText = avia_get_option(&#38;#39;banner&#38;#39;);
		$cookieName = THEMENAME.&#38;#39;_avia_banner&#38;#39;;
		$bannerHash = md5($bannerText);
		$padding = $padding * 43;

		if(!trim($bannerText)) return;

		if( empty($_COOKIE[$cookieName])) $extraClass = &#38;quot;maximized firstcall&#38;quot;;
		if(!empty($_COOKIE[$cookieName])) $cookieHash = $_COOKIE[$cookieName];
		if(!empty($_COOKIE[$cookieName]) &#38;amp;&#38;amp; $bannerHash != $cookieHash) $extraClass = &#38;quot;minimized&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maustnes on "Infobox always closed"</title>
			<link>http://www.kriesi.at/support/topic/infobox-always-closed#post-84843</link>
			<pubDate>Wed, 21 Nov 2012 09:01:46 +0000</pubDate>
			<dc:creator>maustnes</dc:creator>
			<guid isPermaLink="false">84843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello.&#60;br /&#62;
I'm want the infotext at the top of the page to be close be default - with an option to open. How do I do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Missing boxes from the defualt line"</title>
			<link>http://www.kriesi.at/support/topic/missing-boxes-from-the-defualt-line#post-62335</link>
			<pubDate>Tue, 26 Jun 2012 21:41:57 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">62335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Zorrrrro,&#60;/p&#62;
&#60;p&#62;They appear for me. For example, when I click on 2012 I see the -, + and x at the top right. Can you send a screenshot of what you see?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Missing boxes from the defualt line"</title>
			<link>http://www.kriesi.at/support/topic/missing-boxes-from-the-defualt-line#post-61548</link>
			<pubDate>Thu, 21 Jun 2012 21:46:26 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">61548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;I do mean those buttons. They don't load at all even after reloading the portfolio.&#60;/p&#62;
&#60;p&#62;You can see it here &#60;a href=&#34;http://bit.ly/Ljcyym&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/Ljcyym&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Cheers&#60;/p&#62;
&#60;p&#62;Zorrrrro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Missing boxes from the defualt line"</title>
			<link>http://www.kriesi.at/support/topic/missing-boxes-from-the-defualt-line#post-61504</link>
			<pubDate>Thu, 21 Jun 2012 18:52:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Asiertxu,&#60;/p&#62;
&#60;p&#62;The next, previous and close buttons will only appear when using the ajax styled portfolio where the portfolio loads into the page. If you mean something else, can you provide a link to the page?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Asiertxu on "Missing boxes from the defualt line"</title>
			<link>http://www.kriesi.at/support/topic/missing-boxes-from-the-defualt-line#post-61409</link>
			<pubDate>Thu, 21 Jun 2012 11:16:40 +0000</pubDate>
			<dc:creator>Asiertxu</dc:creator>
			<guid isPermaLink="false">61409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry guys but the three little boxes that appear at the top hand right of the default line, when you click on a portfolio item, have disappeared.&#60;/p&#62;
&#60;p&#62;How can I get them back?&#60;/p&#62;
&#60;p&#62;Cheers.&#60;/p&#62;
&#60;p&#62;Zorrrrrp
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Single Entry"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-entry#post-50110</link>
			<pubDate>Thu, 05 Apr 2012 07:05:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; See &#60;a href=&#34;http://www.kriesi.at/support/topic/closing-portfolio-item-when-clicking-on-sortable-filters&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/closing-portfolio-item-when-clicking-on-sortable-filters&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joolz on "Portfolio Single Entry"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-entry#post-50057</link>
			<pubDate>Wed, 04 Apr 2012 23:52:55 +0000</pubDate>
			<dc:creator>Joolz</dc:creator>
			<guid isPermaLink="false">50057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd be happy to get a bit more precise tip. Please someone. help. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antisyphus on "Portfolio Single Entry"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-entry#post-43594</link>
			<pubDate>Mon, 27 Feb 2012 08:27:05 +0000</pubDate>
			<dc:creator>antisyphus</dc:creator>
			<guid isPermaLink="false">43594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;indeed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template/page/2#post-43310</link>
			<pubDate>Fri, 24 Feb 2012 08:15:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - all users with a rss feed reader (or eg Firefox users because Firefox comes with a basic rss reader out of the box) will see your rss feed and can read it without problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "Portfolio Single Entry"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-entry#post-43265</link>
			<pubDate>Thu, 23 Feb 2012 22:29:39 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43265@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can anybody provide a step by step of exactly which codes goes where?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template/page/2#post-43249</link>
			<pubDate>Thu, 23 Feb 2012 21:39:35 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the response Devin. This is rather overwhelming since I'm learning basic coding, WP and the theme all at once, and it's only been 3 weeks. I will make future posts next time for new topics and then close them as resolved.&#60;/p&#62;
&#60;p&#62;Can I suggest that in future updates the text and portfolio items have more customization? (so that the description alone can be place under the image?)&#60;/p&#62;
&#60;p&#62;so if I understand correctly, if x person has an RSS feed program installed or configured, as soon as they would press my RSS feed icon on my webpage, they could follow me? So I only had the error because I don't have an RSS feed installed on my computer?&#60;/p&#62;
&#60;p&#62;I'm in the process of re-uploading the framework folder and I checked my website again, seems to be running better but there are still a few photos that are a bit odd and not working well in the thumbnail unhover/hover
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template/page/2#post-43246</link>
			<pubDate>Thu, 23 Feb 2012 21:21:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43246@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Jessipoo,&#60;/p&#62;
&#60;p&#62;In regards to updating, I wouldn't suggest just updating some of the files based on modified dates. Sometimes the theme folders are changed (structure, where files are located etc) as well so then when we look to see if the version number is correct in the CSS, we might not be able to actually diagnose a problem.&#60;/p&#62;
&#60;p&#62;As long as your modifications to the theme are in the Quick CSS or the custom.css, completely overwriting the theme folder won't cause any changes in your site. If you make changes to the core files you will need to look over the version log to see if any changes were done to those pages that will cause a conflict. If so, you will need to re-add those changes to the php, css or js files.&#60;/p&#62;
&#60;p&#62;You can always look at the version.rtf located in the zip file you download from themeforest. Kriesi puts notes on which version you just downloaded and the various changes for each version.&#60;/p&#62;
&#60;p&#62;Re: Interesting links - Just add any widget to the Footer - column 1 widget area in your Widgets admin. The default footer text/information is only there until you replace it with your own widgets.&#60;/p&#62;
&#60;p&#62;Re: Text under portfolio -  I don't know of an non-complicated way to move the text below the image for the portfolio inline view. Its a bit out of the scope support can do.&#60;/p&#62;
&#60;p&#62;Re: RSS Feed - That is your wordpress RSS feed. You can use a service like feedburner to allow easy subscription to your content: See &#60;a href=&#34;http://support.google.com/feedburner/bin/answer.py?hl=en&#38;amp;answer=79408&#34; rel=&#34;nofollow&#34;&#62;http://support.google.com/feedburner/bin/answer.py?hl=en&#38;amp;answer=79408&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can disable it from being viewed by adding the following to your Quick CSS or custom.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .rss{
display:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure what you mean about the portfolio images. &#60;/p&#62;
&#60;p&#62;Please make future questions in a new thread, its very difficult to keep track of questions in older posts that span pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template/page/2#post-43245</link>
			<pubDate>Thu, 23 Feb 2012 21:19:08 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been searching on the forums for hours. I solved the RSS problem (by hiding the icon). I figured how to change the &#34;besides are some interesting links&#34;&#60;/p&#62;
&#60;p&#62;1)I've seen solutions with quickCSS to put all the text on the bottom of the photo (when you select a portfolio item), however, I want to keep the TITLE on top, the META to the sides and have my description ONLY on the bottom, without column restriction.HOw do I this?&#60;/p&#62;
&#60;p&#62;2) Still having issues with the resizing of thumbnail images... please see &#60;a href=&#34;http://jessicama.co.cc/&#34; rel=&#34;nofollow&#34;&#62;http://jessicama.co.cc/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help me solve these 2 problems. Thank you very much. (I'd like to point out this only happened AFTER the update)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "Portfolio Single Entry"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-single-entry#post-43241</link>
			<pubDate>Thu, 23 Feb 2012 20:42:48 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not clear on what the solution is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template/page/2#post-43204</link>
			<pubDate>Thu, 23 Feb 2012 17:45:01 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I change the footer content of &#34;besides are some interesting links&#34;. I know where I can change the number of columns but the footer.php file affects the footer of the entire webpage which is the &#34;copyright&#34; stuff.&#60;/p&#62;
&#60;p&#62;The portfolio grayscaled items are displaying in full size within the portfolio &#34;square&#34;. When I hover my mouse it resizes properly and goes in color. I've regenerated all the thumbnails but it's still not working...&#60;br /&#62;
the plugin in says:&#60;/p&#62;
&#60;p&#62;Total Images: 20&#60;br /&#62;
Images Resized: 0&#60;br /&#62;
Resize Failures: 20&#60;/p&#62;
&#60;p&#62;then 20X&#60;br /&#62;
function (){if(c){var a=c.length;m(arguments),i?k=c.length:e&#38;amp;&#38;amp;e!==!0&#38;amp;&#38;amp;(j=a,n(e[0],e[1]))}return this}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template/page/2#post-43201</link>
			<pubDate>Thu, 23 Feb 2012 17:32:18 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43201@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The RSS feed next to my linkedin button is there by default. When I click it, it sends me to a page with codes and with the following title: This &#34;XML file does not appear to have any style information associated with it. The document tree is shown below.&#34;&#60;/p&#62;
&#60;p&#62;Can I fix this or delete the RSS icon somehow?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template/page/2#post-43188</link>
			<pubDate>Thu, 23 Feb 2012 16:30:30 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm re-downloaded the template and it seems to be the correct one. I'm going into each folder and seeing which files have been modified at a later date and uploading them to their respective places. Unless I didn't see it, I would suggest having versions somewhere in the theme or name of the theme zip file so we know which is newer.&#60;/p&#62;
&#60;p&#62;As per my previous unanswered question,  is there a way for the description to appear UNDER the photos and not next to them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template#post-43013</link>
			<pubDate>Wed, 22 Feb 2012 19:58:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jessipoo,&#60;/p&#62;
&#60;p&#62;My mistake! Version 1.1.1. was released and is available on themeforest for download. Editing the original post so their isn't any confusion.&#60;/p&#62;
&#60;p&#62;Changelog:&#60;/p&#62;
&#60;p&#62;Version 1.1.1&#60;br /&#62;
Added a linkedin social media button at the top right media bar&#60;br /&#62;
further improved javascript performance&#60;br /&#62;
fixed some css bugs&#60;br /&#62;
fixed a bug with the email autoresponder
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template#post-43009</link>
			<pubDate>Wed, 22 Feb 2012 19:35:17 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin, is there a way for the description to appear UNDER the photos and not next to them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "couple of questions about the template"</title>
			<link>http://www.kriesi.at/support/topic/couple-of-questions-about-the-template#post-43008</link>
			<pubDate>Wed, 22 Feb 2012 19:34:39 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">43008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Will the update be free?&#60;br /&#62;
What other improvements can we expect to see?&#60;br /&#62;
Any ideas on a release date?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
