<?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: Maintain logo visibility in full screen mode</title>
		<link>http://www.kriesi.at/support/topic/maintain-logo-in-full-screen</link>
		<description>Support Forum - Topic: Maintain logo visibility in full screen mode</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 05:05:22 +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/maintain-logo-in-full-screen" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Maintain logo visibility in full screen mode"</title>
			<link>http://www.kriesi.at/support/topic/maintain-logo-in-full-screen#post-81499</link>
			<pubDate>Tue, 30 Oct 2012 04:02:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Al,&#60;/p&#62;
&#60;p&#62;Glad that Peter helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Al on "Maintain logo visibility in full screen mode"</title>
			<link>http://www.kriesi.at/support/topic/maintain-logo-in-full-screen#post-81482</link>
			<pubDate>Tue, 30 Oct 2012 01:27:37 +0000</pubDate>
			<dc:creator>Al</dc:creator>
			<guid isPermaLink="false">81482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Thank you man ...your the best.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Maintain logo visibility in full screen mode"</title>
			<link>http://www.kriesi.at/support/topic/maintain-logo-in-full-screen#post-81377</link>
			<pubDate>Mon, 29 Oct 2012 08:39:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81377@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Probably the easiest solution would be to add the logo to header.php. Open up header.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;header&#38;#39;&#38;gt;

			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;header&#38;#39;&#38;gt;
			&#38;lt;div class=&#38;quot;headerlogo&#38;quot;&#38;gt;
&#38;lt;?php echo avia_logo(); ?&#38;gt;
&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then use eg following css code to position the logo:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.headerlogo{
display: none;
position: fixed;
left: 20px;
top: 50px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the left &#38;amp; top value if you like. Then open up flashlight\js\avia_fullscreen_slider.js and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;main_mini.animate(animateThis2, duration, transition1, function(){ main_mini.css({zIndex:0}); });&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;main_mini.animate(animateThis2, duration, transition1, function(){ main_mini.css({zIndex:0}); });
jQuery(&#38;#39;.headerlogo&#38;#39;).fadeIn();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;link.fadeIn();
imagecount.fadeOut();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;link.fadeIn();
imagecount.fadeOut();
jQuery(&#38;#39;.headerlogo&#38;#39;).fadeOut();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Al on "Maintain logo visibility in full screen mode"</title>
			<link>http://www.kriesi.at/support/topic/maintain-logo-in-full-screen#post-81372</link>
			<pubDate>Mon, 29 Oct 2012 06:53:40 +0000</pubDate>
			<dc:creator>Al</dc:creator>
			<guid isPermaLink="false">81372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well no answer yet. Still waiting. It's even good if I could get the logo inside the Gallery bar positioned to the far right in a white block. Just need a push in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Al on "Maintain logo visibility in full screen mode"</title>
			<link>http://www.kriesi.at/support/topic/maintain-logo-in-full-screen#post-81322</link>
			<pubDate>Sun, 28 Oct 2012 13:10:46 +0000</pubDate>
			<dc:creator>Al</dc:creator>
			<guid isPermaLink="false">81322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In full screen mode there is nothing that indicates the site is branded with a logo. I would like to either add a top bar to the template with a similar reveal action that contains a logo. Or even add the logo in a similar sized div just above the  &#38;lt; &#124;&#124; &#38;gt; scroll controls. This div could be maintained on the same reveal action.&#60;/p&#62;
&#60;p&#62;How could this be achieved.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
