<?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: Collapse Main Menu on Home Page</title>
		<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page</link>
		<description>Support Forum - Topic: Collapse Main Menu on Home Page</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 19:33:00 +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/collapse-main-menu-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Mortus on "Collapse Main Menu on Home Page"</title>
			<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page#post-73500</link>
			<pubDate>Wed, 29 Aug 2012 15:54:08 +0000</pubDate>
			<dc:creator>Mortus</dc:creator>
			<guid isPermaLink="false">73500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you, Samantha :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sgilbride on "Collapse Main Menu on Home Page"</title>
			<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page#post-73482</link>
			<pubDate>Wed, 29 Aug 2012 15:07:39 +0000</pubDate>
			<dc:creator>sgilbride</dc:creator>
			<guid isPermaLink="false">73482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Mortus, I just posted this question and came up with a solution although it seems to have one bug for me. Take a look at the last two entries on this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/customizing-box-shape-of-menu-and-content-area-hiding-menu-on-landing-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/customizing-box-shape-of-menu-and-content-area-hiding-menu-on-landing-page&#60;/a&#62;&#60;br /&#62;
Maybe it will work for you.&#60;/p&#62;
&#60;p&#62;Samantha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mortus on "Collapse Main Menu on Home Page"</title>
			<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page#post-73269</link>
			<pubDate>Tue, 28 Aug 2012 16:13:52 +0000</pubDate>
			<dc:creator>Mortus</dc:creator>
			<guid isPermaLink="false">73269@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Imma bring life to this thread, as it covers exaclty what im trying to do..BUT...is it possible to achieve that Menu bar dissapears ONLY on Home page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Collapse Main Menu on Home Page"</title>
			<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page#post-43252</link>
			<pubDate>Thu, 23 Feb 2012 21:49:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can add the code a second time and use an higher delay value (e.g. 5000ms = 5 seconds)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michelecorty on "Collapse Main Menu on Home Page"</title>
			<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page#post-42734</link>
			<pubDate>Tue, 21 Feb 2012 15:37:05 +0000</pubDate>
			<dc:creator>michelecorty</dc:creator>
			<guid isPermaLink="false">42734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude -&#60;/p&#62;
&#60;p&#62;That works perfectly.. exactly what I wanted! &#60;/p&#62;
&#60;p&#62;Would you know if there is a way to also put a delay, so that the menu reappears after 5 seconds or so. Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Collapse Main Menu on Home Page"</title>
			<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page#post-42692</link>
			<pubDate>Tue, 21 Feb 2012 09:12:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42692@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can add a jquery trigger event for this task. It's not a perfect solution because you need to use a static time interval and this can cause issues (e.g. if the client js code processing is too slow, etc.) but better than nothing.  Open up js/avia.js and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;avia_item_fade({items: &#38;#39;.preview_image&#38;#39;, hover: &#38;#39;.post-entry&#38;#39;});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;avia_item_fade({items: &#38;#39;.preview_image&#38;#39;, hover: &#38;#39;.post-entry&#38;#39;});

	setTimeout(function () {
		jQuery(&#38;#39;.hide_content&#38;#39;).trigger(&#38;#39;click&#38;#39;);
	}, 600);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace 600 with an higher or lower value - however lower values may cause problems (because the gallery function requires some time for the initialisation).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michelecorty on "Collapse Main Menu on Home Page"</title>
			<link>http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page#post-42676</link>
			<pubDate>Tue, 21 Feb 2012 08:00:50 +0000</pubDate>
			<dc:creator>michelecorty</dc:creator>
			<guid isPermaLink="false">42676@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When the home page is loaded, I want the main navigational menu to be in the collapsed mode (as if the user had already clicked the “hide sidebar and content” link). They can always go and click the expand button, but I’d like the site to load with the menu collapsed. Is this possible?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
