<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: JS Issue</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/js-issue/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/js-issue/feed/</link>
		<description></description>
		<pubDate>Sun, 30 Aug 2026 20:02:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-25450</guid>
					<title><![CDATA[JS Issue]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-25450</link>
					<pubDate>Mon, 07 Dec 2015 22:13:51 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>I am having an issue with my IDX plugin that causes the page to not fully load. My plugin author looked and stated the issue it with the theme. I was told:</p>
<blockquote><p>Yes, <a href="http://fellerealestate.com/wp-content/themes/fortuna/js/libs.min.js" rel="nofollow">http://fellerealestate.com/wp-content/themes/fortuna/js/libs.min.js</a> and it&#8217;s causing the error &#8220;Uncaught TypeError: Cannot read property &#8216;offsetParent&#8217; of null&#8221;. That error is stopping all subsequent Javascript from running on the page, including our widget.</p></blockquote>
<p>You can recreate the issue by trying to load an of the listing on <a href="http://fellerealestate.com/listings/" rel="nofollow">http://fellerealestate.com/listings/</a> in a new tab.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-25462</guid>
					<title><![CDATA[Reply To: JS Issue]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-25462</link>
					<pubDate>Tue, 08 Dec 2015 10:08:42 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kevin,</p>
<p>What is that single listing page trying to do? Are you possibly trying to something with the smoothscroll plugin? As from what I read that&#8217;s what causing it:</p>
<p><a href="https://github.com/cferdinandi/smooth-scroll/issues/125" rel="nofollow">https://github.com/cferdinandi/smooth-scroll/issues/125</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-28733</guid>
					<title><![CDATA[Reply To: JS Issue]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-28733</link>
					<pubDate>Mon, 30 May 2016 05:33:25 +0000</pubDate>
					<dc:creator>solvekey</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!<br />
I&#8217;m having the same problem.<br />
Actually it happens if you pass a hash parameter on the url, you can try it on the demo page<br />
- <a href="http://blueowlcreative.com/wp/fortuna/#hashparam" rel="nofollow">http://blueowlcreative.com/wp/fortuna/#hashparam</a><br />
Is there anyway to avoid this error?<br />
Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-28739</guid>
					<title><![CDATA[Reply To: JS Issue]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-28739</link>
					<pubDate>Mon, 30 May 2016 07:56:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, this is a bug that will be fixed in the upcoming version too, till then, edit your js/common.js file and replace this:</p>
<p><code>smoothScroll.animateScroll( null, window.location.hash, options );</code></p>
<p>with this:</p>
<pre><code>if($(window.location.hash).boc_doesExist()){
	smoothScroll.animateScroll( null, window.location.hash, options );
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-28834</guid>
					<title><![CDATA[Reply To: JS Issue]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/js-issue/#post-28834</link>
					<pubDate>Fri, 03 Jun 2016 05:58:48 +0000</pubDate>
					<dc:creator>solvekey</dc:creator>

					<description>
						<![CDATA[
						<p>And now works fine!<br />
Thanks a lot!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

