<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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>WPMU DEV Community &#187; Topic: Scholar: how to edit main-nav.php in child theme?</title>
		<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme</link>
		<description>WPMU DEV Community &#187; Topic: Scholar: how to edit main-nav.php in child theme?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 23:54:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="http://premium.wpmudev.org/forums/rss/topic/scholar-how-to-edit-main-navphp-in-child-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>tokyoterri on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-186565</link>
			<pubDate>Sun, 26 Feb 2012 00:14:52 +0000</pubDate>
			<dc:creator>tokyoterri</dc:creator>
			<guid isPermaLink="false">186565@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi David:</p>
<p>Thank you!!!!!</p>
<p>I gave your note to my designer, he did it, and it works. </p>
<p>I can't thank you enough. can't imagine why this is messed up in the theme to begin with, but very glad to see the fix, and hopefully others will as well.</p>
<p>yayyy! :-)</p>
<p>best,</p>
<p>Terri
</p>]]></description>
		</item>
		<item>
			<title>DavidM on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-186541</link>
			<pubDate>Sat, 25 Feb 2012 23:00:50 +0000</pubDate>
			<dc:creator>DavidM</dc:creator>
			<guid isPermaLink="false">186541@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Terri,</p>
<p>Just jumping in here to add a couple things. Taking in a look at the theme's header.php file I notice there's a <a href="http://codex.wordpress.org/Function_Reference/get_template_directory">get_template_directory()</a> function call on line 138 regarding main-navigation.php.</p>
<p>That function will get the parent theme's directory rather than the child theme's directory so WordPress won't be looking for main-navigation.php in the child theme's folder.</p>
<p>What you could perhaps do, though it's a bit of a rough workaround, is place a copy of header.php in your child theme's folder and change in that file, line 138 like so:<br />
<code>&#60;?php load_template (get_stylesheet_directory() . &#39;/includes/main-navigation.php&#39;); ?&#62;</code></p>
<p>You could then place your adjusted copy of main-navigation in an /includes/ folder in your child theme (you'd need to create that folder in your child theme).</p>
<p>I believe that'd work and looking at main-navigation.php, there are references to locate_template(), which should still access the parent theme's folder for other files.</p>
<p>Perhaps that'd do it for ya?</p>
<p>-David
</p>]]></description>
		</item>
		<item>
			<title>tokyoterri on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-186524</link>
			<pubDate>Sat, 25 Feb 2012 21:57:48 +0000</pubDate>
			<dc:creator>tokyoterri</dc:creator>
			<guid isPermaLink="false">186524@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi:</p>
<p>I still don't have an answer to this one: my designer followed the manual and the problem persists: of course, it's going to be a huge problem for the client (and me) when the theme updates, so I'd love to have someone look at this and see what's wrong.</p>
<p>Looking forward to your response,</p>
<p>thanks,<br />
Terri
</p>]]></description>
		</item>
		<item>
			<title>tokyoterri on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-184686</link>
			<pubDate>Wed, 22 Feb 2012 00:35:18 +0000</pubDate>
			<dc:creator>tokyoterri</dc:creator>
			<guid isPermaLink="false">184686@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi:</p>
<p>I let him know, and here's what he said:</p>
<p><em>Terri, I already did this and didn't worked. It seems to be something wrong as there was still used the navigation from parent theme. What I did. I copied the main-navigation.php file from includes folder of parent theme in the includes directory (that I created) in child theme.</em></p>
<p>Can you have a look at the site to see what might be wrong? Or is there perhaps a troubleshooting page for when this happens? I need to get it resolved, but since we're doing it the normal way and it's not working, maybe there's a setting or something that's wonky.</p>
<p>your help will be appreciated.</p>
<p>thanks,<br />
Terri
</p>]]></description>
		</item>
		<item>
			<title>tokyoterri on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-184682</link>
			<pubDate>Wed, 22 Feb 2012 00:18:24 +0000</pubDate>
			<dc:creator>tokyoterri</dc:creator>
			<guid isPermaLink="false">184682@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Thank  you to you both! I'll let him know.</p>
<p>best,<br />
Terri
</p>]]></description>
		</item>
		<item>
			<title>3SixtyEvolve on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-184471</link>
			<pubDate>Tue, 21 Feb 2012 15:38:30 +0000</pubDate>
			<dc:creator>3SixtyEvolve</dc:creator>
			<guid isPermaLink="false">184471@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi tokyoterri</p>
<p>Greetings from the WPMU DEV Support Team and thank you for using the Scholar Theme!</p>
<p>I think riyaku said it very well.  His advice and the BuddyPress Manual should get you sorted.  </p>
<p>I'm resolving this thread, but please do let me know if you're still facing problems with setting up the child theme or if you have more questions related to this thread.  Simply post them below select the 'Mark as Not Resolved (re-open)' box below the post area (otherwise we might miss your follow-up request).</p>
<p>@riyaku<br />
Thank you for being a very helpful WPMU DEV User.  I think it deserves a point - I saw you're 1 short of 700, so here goes!</p>
<p>A great day to both of you!</p>
<p>Gina :: Multiplicity<br />
Trying out as WPMU DEV Support Staff - Let me know how I go
</p>]]></description>
		</item>
		<item>
			<title>riyaku on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-184405</link>
			<pubDate>Tue, 21 Feb 2012 13:06:55 +0000</pubDate>
			<dc:creator>riyaku</dc:creator>
			<guid isPermaLink="false">184405@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Also, you can pass this great article to your designer, <a href="http://premium.wpmudev.org/the-buddypress-manual/what-are-parent-and-child-themes/" target="_blank">http://premium.wpmudev.org/the-buddypress-manual/what-are-parent-and-child-themes/</a><br />
:0)
</p>]]></description>
		</item>
		<item>
			<title>riyaku on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-184403</link>
			<pubDate>Tue, 21 Feb 2012 13:03:04 +0000</pubDate>
			<dc:creator>riyaku</dc:creator>
			<guid isPermaLink="false">184403@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi Terri,<br />
Just copy main-navigation.php from bp-scholar\includes\main-navigation.php<br />
to bp-scholar-child\includes\main-navigation.php<br />
Then start editing main-navigation.php in the child theme folder<br />
:)
</p>]]></description>
		</item>
		<item>
			<title>tokyoterri on "Scholar: how to edit main-nav.php in child theme?"</title>
			<link>http://premium.wpmudev.org/forums/topic/scholar-how-to-edit-main-navphp-in-child-theme#post-184379</link>
			<pubDate>Tue, 21 Feb 2012 11:50:27 +0000</pubDate>
			<dc:creator>tokyoterri</dc:creator>
			<guid isPermaLink="false">184379@http://premium.wpmudev.org/forums/</guid>
			<description><![CDATA[<p>Hi:</p>
<p>I hired a designer, who's not familiar with WPMU themes, but who knows more php and css than I do, to make some custom changes to the theme that I couldn't manage. </p>
<p>site is: <a href="http://few.modernmediajapan.com/" target="_blank">http://few.modernmediajapan.com/</a></p>
<p>I needed some navigation bar changes, which he did, but his question is:</p>
<p>how can main-navigation.php file be edited in child theme and take navigation from there not from parent theme? </p>
<p>of course, everything should be able to be edited in the Child theme, but I'm not sure what to tell him so that he can do it that way. </p>
<p>looking forward to your reply,</p>
<p>thanks,<br />
Terri
</p>]]></description>
		</item>

	</channel>
</rss>