<?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: Homepage js bug, and 2 more things</title>
		<link>http://www.themolitor.com/forums/topic/homepage-js-bug-and-2-more-things</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Homepage js bug, and 2 more things</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 16:09: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/homepage-js-bug-and-2-more-things" rel="self" type="application/rss+xml" />

		<item>
			<title>royeyal on "Homepage js bug, and 2 more things"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-js-bug-and-2-more-things#post-16052</link>
			<pubDate>Wed, 21 Nov 2012 10:27:00 +0000</pubDate>
			<dc:creator>royeyal</dc:creator>
			<guid isPermaLink="false">16052@http://www.themolitor.com/forums/</guid>
			<description><p>I've fixed the issue using the fix from Stack Overflow.<br />
If you'll search Google for "Uncaught Error: HIERARCHY _REQUEST_ERR: DOM Exception 3" you'll get more than a thousand hits. It's a common bug, and I think you should consider using the line of code that fixes this.</p>
<p>i.e. on line 150 of activity.js switch this<br />
document.styleSheets[0].insertRule(rule);<br />
with this:<br />
document.body.appendChild(document.createElement('div'));</p>
<p>Otherwise, a great theme.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Homepage js bug, and 2 more things"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-js-bug-and-2-more-things#post-16051</link>
			<pubDate>Wed, 21 Nov 2012 10:22:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16051@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm not seeing any issues with the demo site. Can you provide a link to your site so we can review?</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ckelley on "Homepage js bug, and 2 more things"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-js-bug-and-2-more-things#post-15977</link>
			<pubDate>Mon, 19 Nov 2012 05:28:53 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">15977@http://www.themolitor.com/forums/</guid>
			<description><p>marking for molitor
</p></description>
		</item>
		<item>
			<title>royeyal on "Homepage js bug, and 2 more things"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-js-bug-and-2-more-things#post-15962</link>
			<pubDate>Sat, 17 Nov 2012 16:39:20 +0000</pubDate>
			<dc:creator>royeyal</dc:creator>
			<guid isPermaLink="false">15962@http://www.themolitor.com/forums/</guid>
			<description><p>I just found out that the Chrome/Safari bug can be fixed if changing line 150 on activity.js:<br />
document.styleSheets[0].insertRule(rule);<br />
with this:<br />
document.body.appendChild(document.createElement('div'));
</p></description>
		</item>
		<item>
			<title>royeyal on "Homepage js bug, and 2 more things"</title>
			<link>http://www.themolitor.com/forums/topic/homepage-js-bug-and-2-more-things#post-15961</link>
			<pubDate>Sat, 17 Nov 2012 15:12:31 +0000</pubDate>
			<dc:creator>royeyal</dc:creator>
			<guid isPermaLink="false">15961@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there. Such an awesome, unique and beautiful theme, but I have a serious issue.</p>
<p>Bug:<br />
Homepage animation won’t load on Chrome, and all I see is a non-spinning "wheel", instead of the homepage text, but the menu is still down under (happens only on Chrome v24 PC, doesn't happen on Firefox or IE8-10). It throws an error: "Uncaught Error: HIERARCHY _REQUEST_ERR: DOM Exception 3"<br />
on line 150 of activity.js: "document.styleSheets[0].insertRule(rule);"</p>
<p>Translation:<br />
Many strings are missing. For example, I had to replace line 87 on funcntions.php with "$name = __('Home','themolitor');" so I could translate it.<br />
It would be nice if more strings could be translatable.</p>
<p>CSS:<br />
Also, there are several CSS discrepancies. For example, on #menuMenu li there’s both "float:left; float:none;".<br />
Which should be cleared up.</p>
<p>Thanks
</p></description>
		</item>

	</channel>
</rss>
