<?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: Double menu links in Newscast</title>
		<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast</link>
		<description>Support Forum - Topic: Double menu links in Newscast</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 01:10:13 +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/double-menu-links-in-newscast" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-11360</link>
			<pubDate>Sat, 15 Jan 2011 16:03:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution. Yes I forgot to post a short css code snippet which would have pushed the catnav down :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-11332</link>
			<pubDate>Sat, 15 Jan 2011 08:52:07 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">11332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
thanks for the instructions, I have tried them. The small upper navigation was deleted although the Category Menu jumped up to the top of the page. It was ugly :(&#60;/p&#62;
&#60;p&#62;I found a better solution: I have changed only one word in the above code:&#60;br /&#62;
&#60;code&#62;&#38;#39;echo&#38;#39; =&#38;gt; false&#60;/code&#62;&#60;br /&#62;
It's working!&#60;br /&#62;
Have a good day!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-11266</link>
			<pubDate>Thu, 13 Jan 2011 16:34:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
delete following code in header.php - this will remove the top nav menu:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;nav_wrapper&#38;quot;&#38;gt;
			&#38;lt;!-- Navigation for Pages starts here --&#38;gt;
			&#38;lt;?php
				wp_nav_menu( array( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;First&#38;#39;, &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav&#38;#39;, &#38;#39;echo&#38;#39; =&#38;gt; true,
	&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
	&#38;#39;depth&#38;#39; =&#38;gt; 0, &#38;#39;context&#38;#39; =&#38;gt; &#38;#39;frontend&#38;#39;));

				/* pre wp 3
				if(is_object($k_option[&#38;#39;custom&#38;#39;][&#38;#39;kriesi_menu_pages&#38;#39;]))
								$k_option[&#38;#39;custom&#38;#39;][&#38;#39;kriesi_menu_pages&#38;#39;]-&#38;gt;display(&#38;#39;Menu Manager Pages&#38;#39;,&#38;#39;show_basic&#38;#39;);
				*/
			?&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!-- end nav_wrapper --&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-11234</link>
			<pubDate>Wed, 12 Jan 2011 11:15:12 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">11234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ahhh, just one more thing connected to that: probably the gap between the logo and the Category Menu will be too big if we remove the small upper navigation - would you advise me how to make that smaller? Thank you again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-11233</link>
			<pubDate>Wed, 12 Jan 2011 11:06:28 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">11233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there,&#60;br /&#62;
maybe I do not understand something, please help...&#60;br /&#62;
I would like to have only one Menu on my page at &#60;a href=&#34;http://www.napraforgomag.hu&#34; rel=&#34;nofollow&#34;&#62;http://www.napraforgomag.hu&#60;/a&#62; . The only one I need is the Category Menu and I do not need the small upper navigation (Page Menu) at all. Is it possible to delete it somehow?&#60;/p&#62;
&#60;p&#62;At the moment I have only one menu defined in Appearance/Menus but that one is visible at both places. (At WP-Admin/Appearance/Menus/Theme locations the Top Navigation Menu box is empty and the Main Navigation Menu shows the only Menu I have named Second).&#60;/p&#62;
&#60;p&#62;THANKS A LOT!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6702</link>
			<pubDate>Fri, 15 Oct 2010 06:41:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change this information in your user profil (Admin panel &#38;gt; users)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BusinessAdvisorNetwork on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6699</link>
			<pubDate>Fri, 15 Oct 2010 04:40:04 +0000</pubDate>
			<dc:creator>BusinessAdvisorNetwork</dc:creator>
			<guid isPermaLink="false">6699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
scratch that, i found it in the original zip file. I must have missed it the first time.&#60;/p&#62;
&#60;p&#62;while you are still here, im sure this is a basic level quesiton but i was just wondering how to set the information about the author that appears at the bottom of all posts? things like description and an image of the author, that sort of thing? &#60;/p&#62;
&#60;p&#62;Thanks for all your help,&#60;br /&#62;
Business Advisor Network.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6661</link>
			<pubDate>Thu, 14 Oct 2010 14:16:13 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">6661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The documentation should be included in the ZIP download. When did you download the file from Theme Forest?&#60;/p&#62;
&#60;p&#62;Let me know if the documentation isn't included in the ZIP file available to download now, if so I'll get a copy sent over to you and let Kriesi know to update the ZIP file.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BusinessAdvisorNetwork on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6557</link>
			<pubDate>Wed, 13 Oct 2010 08:03:17 +0000</pubDate>
			<dc:creator>BusinessAdvisorNetwork</dc:creator>
			<guid isPermaLink="false">6557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi everyone, thanks all for that help. &#60;/p&#62;
&#60;p&#62;i managed to get it working finally with the help of g7's link. Cheers mate.&#60;/p&#62;
&#60;p&#62;Just one final question, where do I find the support documentation for Newscast? Im sure that if I could get my hands on that I would be a lot better off. I couldn't see it in the zip file download after purchase?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Business Advisor Network.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6513</link>
			<pubDate>Tue, 12 Oct 2010 07:23:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks g7 for helping us out. The demo content doesn't include the menus as menus can't be exported at the moment. It only includes the fallback menu which is created automatically when you create a page/post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wbracken258 on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6491</link>
			<pubDate>Mon, 11 Oct 2010 22:48:01 +0000</pubDate>
			<dc:creator>wbracken258</dc:creator>
			<guid isPermaLink="false">6491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome. Thanks for finding this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>g7 on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6484</link>
			<pubDate>Mon, 11 Oct 2010 17:59:44 +0000</pubDate>
			<dc:creator>g7</dc:creator>
			<guid isPermaLink="false">6484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;FOUND THE SOLUTION!!!!&#60;/p&#62;
&#60;p&#62;As you may notice from the frustrations I have been having trying to customise this theme, i just didn't give up.&#60;/p&#62;
&#60;p&#62;Now I have found a solution!&#60;/p&#62;
&#60;p&#62;See this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/theme-supports-only-one-menu&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/theme-supports-only-one-menu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Apparently, all you need to do is name the Menus First, Second, etc. Don't try to be too smart with it. Even though it should have given that margin for people to use their intelligence such as naming them Pages, Categories, Main, Sub, etc.&#60;/p&#62;
&#60;p&#62;I hope this help, because it is helping me.&#60;/p&#62;
&#60;p&#62;That is ONE problem out of 10 solved.&#60;/p&#62;
&#60;p&#62;A full demo content would have solved these problems!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>g7 on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6483</link>
			<pubDate>Mon, 11 Oct 2010 17:49:13 +0000</pubDate>
			<dc:creator>g7</dc:creator>
			<guid isPermaLink="false">6483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have been having the same problem, too. That was one MAJOR reason I asked for the demo file, so I could see what is being done in what way.&#60;/p&#62;
&#60;p&#62;I think some of the answers i read here make it look like people are stupid (sorry for my strong language), but this defies an average technically-able person could easily do, and I am no average technically able person, of course, I am not so techie gifted, but I even teach a thing or two to those who have called themselves WP experts in the past.&#60;/p&#62;
&#60;p&#62;So guys - designers and programmers for Kriesi - think about always including demo content in the sales download, those who are technically gifted can just delete the demo content, but it will save people like us a lot of trouble!&#60;/p&#62;
&#60;p&#62;So, you have at least 3 people having this problem. I have been trying to get a solution since Friday.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wbracken258 on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6477</link>
			<pubDate>Mon, 11 Oct 2010 15:56:03 +0000</pubDate>
			<dc:creator>wbracken258</dc:creator>
			<guid isPermaLink="false">6477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a similar situation and not sure how to remedy.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.callmejobs.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.callmejobs.com/blog&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I only created one menu in the menu manager, but showing two lines of menu on the top.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6442</link>
			<pubDate>Mon, 11 Oct 2010 05:50:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6442@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just create only one menu in the menu manager - if you only create one the first layer will be the main menu, if you create two menus then you'll get two layers (category and page menu)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BusinessAdvisorNetwork on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6433</link>
			<pubDate>Mon, 11 Oct 2010 04:33:21 +0000</pubDate>
			<dc:creator>BusinessAdvisorNetwork</dc:creator>
			<guid isPermaLink="false">6433@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Noah,&#60;/p&#62;
&#60;p&#62;The coding that you supplied is already what is being displayed in the header file. How can I change this to remove the double line?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noah Hendrix on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6262</link>
			<pubDate>Fri, 08 Oct 2010 05:52:08 +0000</pubDate>
			<dc:creator>Noah Hendrix</dc:creator>
			<guid isPermaLink="false">6262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In Appearance&#38;gt;Editor (in the Admin Panel) open the file named Header&#60;/p&#62;
&#60;p&#62;Look for these lines and them&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
				wp_nav_menu( array( 'menu' =&#38;gt; 'First', 'menu_class' =&#38;gt; 'nav', 'echo' =&#38;gt; true,&#60;br /&#62;
	'fallback_cb' =&#38;gt; '', 'before' =&#38;gt; '', 'after' =&#38;gt; '', 'link_before' =&#38;gt; '', 'link_after' =&#38;gt; '',&#60;br /&#62;
	'depth' =&#38;gt; 0, 'context' =&#38;gt; 'frontend'));&#60;/p&#62;
&#60;p&#62;				/* pre wp 3&#60;br /&#62;
				if(is_object($k_option['custom']['kriesi_menu_pages']))&#60;br /&#62;
								$k_option['custom']['kriesi_menu_pages']-&#38;gt;display('Menu Manager Pages','show_basic');&#60;br /&#62;
				*/&#60;br /&#62;
			?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Tell me if that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BusinessAdvisorNetwork on "Double menu links in Newscast"</title>
			<link>http://www.kriesi.at/support/topic/double-menu-links-in-newscast#post-6256</link>
			<pubDate>Fri, 08 Oct 2010 00:44:35 +0000</pubDate>
			<dc:creator>BusinessAdvisorNetwork</dc:creator>
			<guid isPermaLink="false">6256@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have recently installed Newscast on our website and we are using the Minimal theme, here is the URL;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.businessadvisor.net.au/blogs/&#34; rel=&#34;nofollow&#34;&#62;http://www.businessadvisor.net.au/blogs/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, there is a double layer of menu bars at the top of the page. They link to the same categories but all the same they look ugly.&#60;br /&#62;
Is there a way of removing the top layer of menu links?&#60;br /&#62;
I admit, I am a very new user of your theme and have a very basic knowledge of WordPress in general.&#60;br /&#62;
Any help would be greatly appreciated. &#60;/p&#62;
&#60;p&#62;Thanks, Business Advisor Network team. &#60;/p&#62;
&#60;p&#62;PS. The Newscast zip file that I downloaded after purchase does not seem to contain any documentation, where abouts can I find the documentation for setting up the theme?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
