<?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: Smooth Scrolling on Main Page</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 08:07:20 +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/smooth-scrolling-on-main-page/#post-29921</guid>
					<title><![CDATA[Smooth Scrolling on Main Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29921</link>
					<pubDate>Mon, 19 Sep 2016 22:01:31 +0000</pubDate>
					<dc:creator>atpay</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>We tried to implement the smooth scrolling effect on a page with no luck when following the Documentation &gt;&gt; Setup2 samples for the menu or using the button option. In the outputted code the &#8220;rel&#8221; attribute doesn&#8217;t appear and so instead of getting smooth scrolling it just jumps as usual. In the developer console I can see the smooth_scroll file included, but I can access its methods from the jQuery object. I&#8217;m wondering if there&#8217;s a JavaScript Closure missing or a document.ready() call or similar. </p>
<p>Please see the site at: goo.gl/C6V872. Google link added to prevent indexing the site in a support ticket</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29923</guid>
					<title><![CDATA[Reply To: Smooth Scrolling on Main Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29923</link>
					<pubDate>Mon, 19 Sep 2016 23:27:46 +0000</pubDate>
					<dc:creator>atpay</dc:creator>

					<description>
						<![CDATA[
						<p>Update: I believe I was able to get the smooth scroll to work. However, on Chrome the navigation links reload the page and then scroll. Also, the scroll stop point seems to be off. I would like the scroll stopping point to be around the top of the anchored block.</p>
<p>Please advise &#8211; Thanks! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29928</guid>
					<title><![CDATA[Reply To: Smooth Scrolling on Main Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29928</link>
					<pubDate>Tue, 20 Sep 2016 07:58:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Are you speaking of the &#8220;Start Now&#8221;  button?<br />
You seem to have figured it out (the reloading &#8211; only the anchor should be there without the URL).<br />
As for the position &#8211; it&#8217;s the testimonial carousel that breaks the positioning &#8211; the carousel loads/positions itself after page load that&#8217;s why your anchor position is misplaced&#8230;<br />
I would play around with that carousel, experiment with having it in a normal Row (not full width). Stretch the column that holds it etc&#8230; </p>
<p>Another way would be to place an ID that you would eventually anchor a bit below the actual heading that you target.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29939</guid>
					<title><![CDATA[Reply To: Smooth Scrolling on Main Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29939</link>
					<pubDate>Tue, 20 Sep 2016 16:47:36 +0000</pubDate>
					<dc:creator>atpay</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the advice. </p>
<p>After some experimentation, I simply removed the testimonial block to see if that was indeed the issue. The position still seem to be off. </p>
<p>In addition, I have uncovered another issue. If you navigate to security from the Main page, and then would like to see pricing, the smooth scroll takes you all the way to the bottom of the main page and not the pricing anchor? What could be causing that issue?</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29949</guid>
					<title><![CDATA[Reply To: Smooth Scrolling on Main Page]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/smooth-scrolling-on-main-page/#post-29949</link>
					<pubDate>Wed, 21 Sep 2016 14:29:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Yes, it&#8217;s the same issue &#8211; you have a logo carousel above that anchor and other dynamically added elements + full width rows that push the content around in runtime and mess up the positioning. Navigating from another page &#8211; same thing content loads differently so takes you elsewhere. Let&#8217;s see, what if you add a delay to the scroll, find this in your common.js:</p>
<pre><code>smoothScroll.animateScroll( null, window.location.hash, options );
</code></pre>
<p>and replace with this:</p>
<pre><code>setTimeout(function() {
smoothScroll.animateScroll( null, window.location.hash, options );
}, 1000);</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

