<?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: Infobox always closed</title>
		<link>http://www.kriesi.at/support/topic/infobox-always-closed</link>
		<description>Support Forum - Topic: Infobox always closed</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 06:09: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/topic/infobox-always-closed" rel="self" type="application/rss+xml" />

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

	</channel>
</rss>
