<?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: Curator child theme problem</title>
		<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Curator child theme problem</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 16:28:59 +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/curator-child-theme-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23985</link>
			<pubDate>Fri, 18 Oct 2013 08:29:55 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23985@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>savasumanovic on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23981</link>
			<pubDate>Fri, 18 Oct 2013 02:00:41 +0000</pubDate>
			<dc:creator>savasumanovic</dc:creator>
			<guid isPermaLink="false">23981@http://www.themolitor.com/forums/</guid>
			<description><p>Ok, that did the job.</p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23972</link>
			<pubDate>Thu, 17 Oct 2013 09:54:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23972@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>There does appear to be a bug related to the activity plugin and child themes. I'm not sure where the heart of the issue is, but the easy fix is to just remove or comment out the activity indicator on lines 133-136 of custom.js...</p>
<pre><code>////////////////
//LOADING ANIMATION
////////////////
loadingContainer.activity({segments: 12, width:5.5, space: 6, length: 13, color: &#039;#aaa&#039;});</code></pre>
<p>You could also just use a gif animation as the loading indicator. They can be created here: <a href="http://www.ajaxload.info/" rel="nofollow">http://www.ajaxload.info/</a></p>
<p>Just upload the gif and apply it to the loading container like this...</p>
<pre><code>#loadingContainer {background:url(&#039;PATH-TO-THE-GIF-IMAGE&#039;) no-repeat center;}</code></pre>
<p>Be sure to change <code>PATH-TO-THE-GIF-IMAGE</code> to the actual URL of the image. The above can go in your custom CSS panel on the customize page.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23971</link>
			<pubDate>Thu, 17 Oct 2013 09:37:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23971@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the details. That helps a lot!</p>
<p>I'm looking into this now. Marking "pending review".</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>savasumanovic on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23963</link>
			<pubDate>Thu, 17 Oct 2013 03:11:03 +0000</pubDate>
			<dc:creator>savasumanovic</dc:creator>
			<guid isPermaLink="false">23963@http://www.themolitor.com/forums/</guid>
			<description><p>My style.css is same as yours. All required fields are present in my css.</p>
<p>I have tested yours style.css on Windows, Macintosh and Android, and these are my results:</p>
<p>Doesn't work:<br />
Windows - Google Chrome 30<br />
Macintosh - Google Chrome 32 dev<br />
Macintosh - Safari 7<br />
Android 4.3 - Google Chrome<br />
Windows - Opera 17</p>
<p>Works:<br />
Windows - Firefox 24<br />
Macintosh - Firefox 24<br />
Macintosh - Opera 17<br />
Android 4.3 - Firefox 24</p>
<p>It seems that WebKit is having issues with activity.js.<br />
I have tried to update NETEYE Activity Indicator JQuery plugin, but no luck. Same problem.<br />
Most of my visitors are using Google Chrome (over 70%), so that is a problem for me.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23935</link>
			<pubDate>Wed, 16 Oct 2013 09:18:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23935@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm not having any issues creating a child theme. Here's what my style.css looks like in the child theme...</p>
<pre><code>/*
 Theme Name:     The Curator Child
 Theme URI:      <a href="http://themes.themolitor.com" rel="nofollow">http://themes.themolitor.com</a>
 Description:    Theme intended to test child theme performance for themes.
 Author:         Chris Molitor
 Author URI:     <a href="http://themolitor.com" rel="nofollow">http://themolitor.com</a>
 Template:       curator
 Version:        1.0.0
*/

@import url(&#34;../curator/style.css&#34;);</code></pre>
<p>Remember, Theme Name and Template are required and the template needs to match the directory name of the parent theme. In this case, it's "curator".</p>
<p>Let me know if that helps at all.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>savasumanovic on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23916</link>
			<pubDate>Tue, 15 Oct 2013 05:29:49 +0000</pubDate>
			<dc:creator>savasumanovic</dc:creator>
			<guid isPermaLink="false">23916@http://www.themolitor.com/forums/</guid>
			<description><p>There is two more potential bugs I can report:</p>
<p>1. Curator won't load widgets. I had this problem on previous version of curator I was using (I think it was 1.2). This happens when I remove some default widget after theme install, and after that theme won't display widgets.</p>
<p>2. On Google Chrome (Dev channel or Canary build) there is another error on the same place - activity.js line:150</p>
<pre><code>document.styleSheets[0].insertRule(rule);
Uncaught TypeError: Failed to execute &#039;insertRule&#039; on &#039;CSSStyleSheet&#039;: 2 arguments required, but only 1 present.</code></pre>
<p>This error is not connected with child theme. </p>
<p>You can see those problems on <a href="http://goo.gl/IvGKCu" rel="nofollow">http://goo.gl/IvGKCu</a>
</p></description>
		</item>
		<item>
			<title>savasumanovic on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23909</link>
			<pubDate>Mon, 14 Oct 2013 12:05:45 +0000</pubDate>
			<dc:creator>savasumanovic</dc:creator>
			<guid isPermaLink="false">23909@http://www.themolitor.com/forums/</guid>
			<description><p>Error appears on front page with timeline. Spinner just hangs and articles don't load.<br />
I think you can easily recreate it. Just try to create child theme.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23901</link>
			<pubDate>Mon, 14 Oct 2013 09:53:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23901@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Interesting. Where are you see the error appear? </p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>savasumanovic on "Curator child theme problem"</title>
			<link>http://www.themolitor.com/forums/topic/curator-child-theme-problem#post-23891</link>
			<pubDate>Mon, 14 Oct 2013 03:57:47 +0000</pubDate>
			<dc:creator>savasumanovic</dc:creator>
			<guid isPermaLink="false">23891@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
I'm trying to create curator child theme and I have encountered on a problem on the beginning.<br />
I am using latest v1.4.0 unmodified files, and when I add in child theme style.css line:</p>
<p>@import url("../curator/style.css");</p>
<p>i get an error in file activity.js on line 150: </p>
<pre><code>Uncaught HierarchyRequestError: A Node was inserted somewhere it doesn&#039;t belong.</code></pre>
<p>Can you please fix the problem?</p>
<p>Thanks in advance,<br />
Milos
</p></description>
		</item>

	</channel>
</rss>
