<?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: Scroll back to the top when switching between tabs?</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/feed/</link>
		<description></description>
		<pubDate>Sat, 29 Aug 2026 01:00:09 +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/scroll-back-to-the-top-when-switching-between-tabs/#post-28362</guid>
					<title><![CDATA[Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28362</link>
					<pubDate>Fri, 06 May 2016 08:47:31 +0000</pubDate>
					<dc:creator>andriusk</dc:creator>

					<description>
						<![CDATA[
						<p>Hi guys,</p>
<p>I am using vertical tabs (<a href="http://sitedemo.proreact.dk/ibg-moduler/" rel="nofollow">http://sitedemo.proreact.dk/ibg-moduler/</a>).<br />
When i switch between tabs, can i make it always start from the top? Because if i dont, then i have to manually scroll up each time i open a new tab at the bottom of the screen&#8230;</p>
<p>This is even bigger of an issue when using it on the mobile phone.</p>
<p>Please help, if it&#8217;s possible. Thanks in advance!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28374</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28374</link>
					<pubDate>Mon, 09 May 2016 09:44:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>EDit your common.js file and replace this:</p>
<p><code>//console.log($(e.target).attr(&quot;aria-controls&quot;));</code></p>
<p>with this:</p>
<pre><code>setTimeout(function() {
	$(&#039;.resp-accordion.resp-tab-active&#039;)[0].scrollIntoView();
}, 500);				
</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28419</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28419</link>
					<pubDate>Tue, 10 May 2016 14:02:31 +0000</pubDate>
					<dc:creator>andriusk</dc:creator>

					<description>
						<![CDATA[
						<p>I found the common.js file, but i couldnt find this line:<br />
//console.log($(e.target).attr(&#8220;aria-controls&#8221;));</p>
<p>Is there something that im doing wrong?&#8230;<br />
Thanks a lot for your help and your patience</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28432</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28432</link>
					<pubDate>Wed, 11 May 2016 07:33:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s there, I can see it in your file too:</p>
<p><a href="http://sitedemo.proreact.dk/wp-content/themes/fortuna/js/common.js?ver=4.5.2" rel="nofollow">http://sitedemo.proreact.dk/wp-content/themes/fortuna/js/common.js?ver=4.5.2</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28438</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28438</link>
					<pubDate>Wed, 11 May 2016 09:05:28 +0000</pubDate>
					<dc:creator>andriusk</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the help, we found the file <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>However, we do have a fixed menu so we need an offset added to the scroll. Right now the top of the content is hidden beneath the menu.</p>
<p>Is there any way we have that? please&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28439</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28439</link>
					<pubDate>Wed, 11 May 2016 09:09:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Looks fine to me, it scrolls to the beginning of the tab content&#8230;?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28440</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28440</link>
					<pubDate>Wed, 11 May 2016 09:27:12 +0000</pubDate>
					<dc:creator>andriusk</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>I just tried again (both on Safari and Chrome), and it looks like it scrolls to the beginning of the tab, BUT it doesnt take into account that there&#8217;s a menu on top of it <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>So the end result is that the top of the tab is not visible because of this.<br />
Is it possible to set and offset, or maybe do something else so that the whole tab would be visible?</p>
<p>THANKS guys..  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28445</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28445</link>
					<pubDate>Wed, 11 May 2016 11:31:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You could additionally add some space like so:</p>
<p><code>document.body.scrollTop -= 20;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28487</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28487</link>
					<pubDate>Fri, 13 May 2016 12:49:32 +0000</pubDate>
					<dc:creator>andriusk</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks! I think we&#8217;re almost there <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>that line:<br />
document.body.scrollTop -= 20;</p>
<p>where should i add it?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28497</guid>
					<title><![CDATA[Reply To: Scroll back to the top when switching between tabs?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/scroll-back-to-the-top-when-switching-between-tabs/#post-28497</link>
					<pubDate>Sat, 14 May 2016 07:55:49 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Within the previous code like so:</p>
<pre><code>setTimeout(function() {
	$(&#039;.resp-accordion.resp-tab-active&#039;)[0].scrollIntoView();
        document.body.scrollTop -= 20;
}, 500);</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

