<?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: Menu pointer (.menu_pointer)</title>
		<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer</link>
		<description>Support Forum - Topic: Menu pointer (.menu_pointer)</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:52:21 +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/menu-pointer-menu_pointer" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98714</link>
			<pubDate>Wed, 27 Feb 2013 16:52:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Interesting hack, but I'm glad you were able to find a solution that works for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>domchocolate on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98711</link>
			<pubDate>Wed, 27 Feb 2013 16:34:22 +0000</pubDate>
			<dc:creator>domchocolate</dc:creator>
			<guid isPermaLink="false">98711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and use &#60;/p&#62;
&#60;p&#62;.main_menu ul &#38;gt; li:first-child + li + li + li + li &#38;gt; a {&#60;br /&#62;
    display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;to get around shitey microsoft
&#60;/p&#62;</description>
		</item>
		<item>
			<title>domchocolate on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98705</link>
			<pubDate>Wed, 27 Feb 2013 16:14:12 +0000</pubDate>
			<dc:creator>domchocolate</dc:creator>
			<guid isPermaLink="false">98705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is a fix - do as I said above and put all pages not wanted in the nav in a 5th menu item in the main nav. Then add this to the style sheet.&#60;/p&#62;
&#60;p&#62;.main_menu ul &#38;gt; li:nth-child(5) &#38;gt; a {&#60;br /&#62;
    display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;If it is the 6th menu item then change to&#60;/p&#62;
&#60;p&#62;.main_menu ul &#38;gt; li:nth-child(6) &#38;gt; a {&#60;br /&#62;
    display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;etc etc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>domchocolate on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98699</link>
			<pubDate>Wed, 27 Feb 2013 15:47:49 +0000</pubDate>
			<dc:creator>domchocolate</dc:creator>
			<guid isPermaLink="false">98699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmmm, that solution isn't so cool after all as the trick also activates its active parent item which defeats the object.&#60;/p&#62;
&#60;p&#62;Is there a way of making all other pages not meant to be in the main navigation live under their own parent (eg called &#34;other&#34;) as, say, the 5th item in the main/primary menu and then hide that 5th item using fifth-child or something?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98669</link>
			<pubDate>Wed, 27 Feb 2013 13:23:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .menu li ul li ul {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .menu li ul li ul {
    visibility: hidden;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>domchocolate on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98654</link>
			<pubDate>Wed, 27 Feb 2013 10:15:46 +0000</pubDate>
			<dc:creator>domchocolate</dc:creator>
			<guid isPermaLink="false">98654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;I have found that one way is to make sure that those pages are in the main navigation menu and if you put them into a third level/second child then they should be hidden from the main navigation as the theme only supports one child. The issue with this is that the third level/second child appears on rollover off to the right of the page in &#34;no mans land&#34; outside the main wrapper. &#60;/p&#62;
&#60;p&#62;Perhaps a solution is to add code to hide the third level /second child?&#60;/p&#62;
&#60;p&#62;Any thoughts if that is a good fix and how to do that?&#60;/p&#62;
&#60;p&#62;Dominic
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98596</link>
			<pubDate>Tue, 26 Feb 2013 21:10:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dominic,&#60;/p&#62;
&#60;p&#62;Not that I know of, though let me tag the rest of the support crew in case anyone else has an idea.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>domchocolate on "Menu pointer (.menu_pointer)"</title>
			<link>http://www.kriesi.at/support/topic/menu-pointer-menu_pointer#post-98572</link>
			<pubDate>Tue, 26 Feb 2013 19:07:27 +0000</pubDate>
			<dc:creator>domchocolate</dc:creator>
			<guid isPermaLink="false">98572@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using the Eunoia theme at &#60;a href=&#34;http://www.truthfinding.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.truthfinding.co.uk&#60;/a&#62;. I was wondering if there was a way to get the sliding menu pointer (css class .menu_pointer) to slide under the navigation when first landing on the home page or a page that is not under the master navigation. ie. it works fine here &#60;a href=&#34;http://www.truthfinding.co.uk/in-short-we-find-out-the-truth/&#34; rel=&#34;nofollow&#34;&#62;http://www.truthfinding.co.uk/in-short-we-find-out-the-truth/&#60;/a&#62; but doesn't slide into place here &#60;a href=&#34;http://www.truthfinding.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.truthfinding.co.uk&#60;/a&#62; or when navigating to a page that is accessed from outside the main navigation eg. &#60;a href=&#34;http://www.truthfinding.co.uk/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.truthfinding.co.uk/contact-us/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;/p&#62;
&#60;p&#62;Dominic
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
