<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: WP Aid Child Theme Fix</title>
		<link>http://www.themolitor.com/forums/topic/wp-aid-child-theme-fix</link>
		<description>THE MOLITOR FORUMS &#187; Topic: WP Aid Child Theme Fix</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 05:58:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/wp-aid-child-theme-fix" rel="self" type="application/rss+xml" />

		<item>
			<title>whateverrrr on "WP Aid Child Theme Fix"</title>
			<link>http://www.themolitor.com/forums/topic/wp-aid-child-theme-fix#post-22316</link>
			<pubDate>Tue, 30 Jul 2013 04:10:12 +0000</pubDate>
			<dc:creator>whateverrrr</dc:creator>
			<guid isPermaLink="false">22316@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the fix. I had the same problem.<br />
However, for me there was no need to move the specific line to the footer.php. Moving it a few lines down, just below the "wp_enqueue_script" code was enough for it to work.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "WP Aid Child Theme Fix"</title>
			<link>http://www.themolitor.com/forums/topic/wp-aid-child-theme-fix#post-20652</link>
			<pubDate>Tue, 07 May 2013 13:03:05 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20652@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing! :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>e4girl on "WP Aid Child Theme Fix"</title>
			<link>http://www.themolitor.com/forums/topic/wp-aid-child-theme-fix#post-20648</link>
			<pubDate>Tue, 07 May 2013 10:10:17 +0000</pubDate>
			<dc:creator>e4girl</dc:creator>
			<guid isPermaLink="false">20648@http://www.themolitor.com/forums/</guid>
			<description><p>I should note that in step 4 you also need to remove the line.  :)</p>
<p>4. Open "header.php" in your child theme folder and copy the line "&#60;link rel="stylesheet" href="&#60;?php bloginfo('stylesheet_url'); ?&#62;" type="text/css" media="screen" /&#62;".  Delete the line.</p>
<p>And of course, save!
</p></description>
		</item>
		<item>
			<title>e4girl on "WP Aid Child Theme Fix"</title>
			<link>http://www.themolitor.com/forums/topic/wp-aid-child-theme-fix#post-20647</link>
			<pubDate>Tue, 07 May 2013 10:05:17 +0000</pubDate>
			<dc:creator>e4girl</dc:creator>
			<guid isPermaLink="false">20647@http://www.themolitor.com/forums/</guid>
			<description><p>I bought the WP Aid theme quite some time ago and just recently started working with child themes (as recommended).  Sadly, using a child theme with WP Aid doesn't seem to work quite right (the slider won't work in some browsers).</p>
<p>After some research, I found the error was UNCAUGHT ERROR: HIERARCHYREQUESTERROR: DOM EXCEPTION 3.</p>
<p>Basically, this error is because the "scripts.js" needs to be called before the stylesheet.  To fix this issue, you need to copy a few files to your child theme folder.  I hope this solution helps someone else as well!</p>
<p>*Important: You will need a text editor to do this.  Also, make sure the structure in your child theme folder is the same as your parent theme.</p>
<p>1.  Copy "scripts/scripts.js" to your child theme folder.</p>
<p>2.  Copy "header.php" to your child theme folder.</p>
<p>3.  Copy "footer.php" to your child theme folder.     </p>
<p>4.  Open "header.php" in your child theme folder and copy the line "&#60;link rel="stylesheet" href="&#60;?php bloginfo('stylesheet_url'); ?&#62;" type="text/css" media="screen" /&#62;"</p>
<p>5.  Open "footer.php" in your child theme folder and paste the line "&#60;link rel="stylesheet" href="&#60;?php bloginfo('stylesheet_url'); ?&#62;" type="text/css" media="screen" /&#62;" just above "&#60;?php wp_footer(); ?&#62;".</p>
<p>Good luck!</p>
<p>PS.  Always make a backup first!
</p></description>
		</item>

	</channel>
</rss>
