<?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: Featured images</title>
		<link>http://www.kriesi.at/support/topic/featured-images-2</link>
		<description>Support Forum - Topic: Featured images</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 14:31:35 +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/featured-images-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90916</link>
			<pubDate>Thu, 10 Jan 2013 10:07:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi nvd80,&#60;/p&#62;
&#60;p&#62;Try to change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_banner&#38;#39;))
{
	function avia_banner($position)
	{
		$extraClass = &#38;quot;&#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);
		if($position) $extraClass = &#38;#39;relative_pos&#38;#39;;

		$output .= &#38;#39;&#38;lt;div class=&#38;quot;container_wrap info_text_header&#38;quot; id=&#38;quot;shop_header&#38;quot;&#38;gt;&#38;lt;div class=&#38;quot;container&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
		echo $output;
	}
}&#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>nvd80 on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90881</link>
			<pubDate>Thu, 10 Jan 2013 01:16:16 +0000</pubDate>
			<dc:creator>nvd80</dc:creator>
			<guid isPermaLink="false">90881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael,&#60;/p&#62;
&#60;p&#62;I'm using propulsion and this is the function that u might be referring to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_banner&#38;#39;))
{
	function avia_banner($position)
	{
		$extraClass = &#38;quot;&#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);
		if($position) $extraClass = &#38;#39;relative_pos&#38;#39;;

		if(!empty($_COOKIE[$cookieName])) $cookieHash = $_COOKIE[$cookieName];

		$output .= &#38;quot;&#38;lt;div class=&#38;#39;$extraClass container_wrap info_text_header&#38;#39; id=&#38;#39;info_text_header&#38;#39; data-hash=&#38;#39;$bannerHash&#38;#39; data-cookiename=&#38;#39;$cookieName&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;container no_css_transition&#38;#39;&#38;gt;&#38;quot;;
		if(trim($bannerText) != &#38;quot;&#38;quot; &#38;amp;&#38;amp; $bannerHash != $cookieHash)
		{
			$output .= &#38;quot;&#38;lt;div class=&#38;#39;infotext&#38;#39;&#38;gt;$bannerText &#38;lt;a class=&#38;#39;close_info_text rounded&#38;#39; href=&#38;#39;#close&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;close&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
		}

		$output .= &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
		echo $output;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any clue on how to fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90740</link>
			<pubDate>Wed, 09 Jan 2013 06:48:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Did you make the changes on the code located in wp-content/themes/angular/functions.php? You need to change minimized to maximized.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvd80 on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90739</link>
			<pubDate>Wed, 09 Jan 2013 06:09:50 +0000</pubDate>
			<dc:creator>nvd80</dc:creator>
			<guid isPermaLink="false">90739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael. Thanks for the link but i still couldn't find a way to close the infobox. I'm sure this is not set by default but what could cause it? Any help on ways to solve this particular problem in Propulsion?&#60;/p&#62;
&#60;p&#62;As for the Thumbnail, I decided to leave it as it is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90494</link>
			<pubDate>Tue, 08 Jan 2013 08:33:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90494@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi nvd80,&#60;/p&#62;
&#60;p&#62;For the 1st question, can you post a link to your site specifically the post where the featured media becomes a thumbnail and a big image.&#60;/p&#62;
&#60;p&#62;For the 2nd question, Check this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/infobox-always-closed&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/infobox-always-closed&#60;/a&#62;&#60;br /&#62;
(the one in the thread is using angular, but it can be used on propulsion)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvd80 on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90482</link>
			<pubDate>Tue, 08 Jan 2013 07:53:39 +0000</pubDate>
			<dc:creator>nvd80</dc:creator>
			<guid isPermaLink="false">90482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In my case, I only upload 1 image. It does become thumbnail but it also display it as a very big image in my post. Also I got another problem whereby the Top banner message keep on appearing on every page i open though after click close. you can have a look here &#60;a href=&#34;http://ybstenaga.com/ybs&#34; rel=&#34;nofollow&#34;&#62;http://ybstenaga.com/ybs&#60;/a&#62;. Hope to get some solution.&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90467</link>
			<pubDate>Tue, 08 Jan 2013 05:52:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi nvd80,&#60;/p&#62;
&#60;p&#62;Just upload 1 image on your Featured Media and it will function like the Featured Image. It will become a slider if the Featured Media contains more than 1 image.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvd80 on "Featured images"</title>
			<link>http://www.kriesi.at/support/topic/featured-images-2#post-90459</link>
			<pubDate>Tue, 08 Jan 2013 04:08:34 +0000</pubDate>
			<dc:creator>nvd80</dc:creator>
			<guid isPermaLink="false">90459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I would like to display a thumbnail images for my featured post but i dont want the picture to appear a slider in my post. Is there a way to enable back the featured image button instead?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
