<?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>Accordion Tabs Jumping &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/accordion-tabs-jumping/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 05 Nov 2025 19:12:02 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302266</guid>
					<title><![CDATA[Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302266</link>
					<pubDate>Mon, 15 Jun 2015 13:02:16 +0000</pubDate>
					<dc:creator>Eileen</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There</p>
<p>I have looked round the forum and there appears to be a bug with JS.  I tried putting this suggested code in:</p>
<p>jQuery( function ( $ ) {</p>
<p>$(document).on(&#8216;click&#8217;, &#8216;.x-accordion-toggle&#8217;, function( e ){<br />
$(&#8216;html, body&#8217;).stop();<br />
});</p>
<p>});</p>
<p>however its not making much of a difference.  The tabs are still jumping or starting halfway down the info of that particular tab.</p>
<p>Can you please advise.</p>
<p>Many thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302267</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302267</link>
					<pubDate>Mon, 15 Jun 2015 13:03:11 +0000</pubDate>
					<dc:creator>Eileen</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302512</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302512</link>
					<pubDate>Mon, 15 Jun 2015 17:08:33 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in.</p>
<p>Could you please send me the link with the Accordion?</p>
<p>I can&#8217;t find them.</p>
<p>Many thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302642</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302642</link>
					<pubDate>Mon, 15 Jun 2015 19:04:28 +0000</pubDate>
					<dc:creator>Eileen</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302970</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-302970</link>
					<pubDate>Tue, 16 Jun 2015 02:26:36 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Eileen,</p>
<p>Thank you for the URL.<br />
The fix for that issue is this code below, unfortunately I can&#8217;t seem to duplicate the issue on my end.</p>
<pre><code>jQuery( function ( $ ) {

$(document).on(&#039;click&#039;, &#039;.x-nav-tabs-item a&#039;, function( e ){
$(&#039;html, body&#039;).stop();
});

});</code></pre>
<p>Can you send us a video screencast of the issue?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303149</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303149</link>
					<pubDate>Tue, 16 Jun 2015 07:14:03 +0000</pubDate>
					<dc:creator>Eileen</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There</p>
<p>I have tried it on several machines and it is exactly the same.  When you first log into the page click on the tab marked Covers and you are taken to halfway down the information under that tab.</p>
<p>Then click on Course Contents and you are taken to below the information for that tab so you cannot see it.  The same for the other tabs.</p>
<p>Not sure why you cannot see that happening.  I do not know how to send a video screencast of the issue but the javascript is definately NOT working.</p>
<p>I have put it in the customiser javascript section &#8211; is there anywhere else where it should go?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303163</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303163</link>
					<pubDate>Tue, 16 Jun 2015 07:44:55 +0000</pubDate>
					<dc:creator>Eileen</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303381</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303381</link>
					<pubDate>Tue, 16 Jun 2015 12:03:08 +0000</pubDate>
					<dc:creator>Eileen</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>I have been trawling through the forum and found this post which had some additional script in and this seems to have worked for me.  </p>
<p><a href="https://community.theme.co//forums/topic/page-scrolls-up-and-down-when-clicking-on-tab-nav-items-and-accordian-items/" rel="nofollow">https://community.theme.co//forums/topic/page-scrolls-up-and-down-when-clicking-on-tab-nav-items-and-accordian-items/</a></p>
<p>Many thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303382</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303382</link>
					<pubDate>Tue, 16 Jun 2015 12:05:05 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Glad you&#8217;ve sorted it out.</p>
<p>If you need anything else, please let us know 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303608</guid>
					<title><![CDATA[Reply To: Accordion Tabs Jumping]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-tabs-jumping/#post-303608</link>
					<pubDate>Tue, 16 Jun 2015 15:14:48 +0000</pubDate>
					<dc:creator>Eileen</dc:creator>

					<description>
						<![CDATA[
						<p>Well I thought I had but the customer is still not happy with the procedure as it is not that smooth</p>
<p>When the description tab is open and I click the next ones in order but whilst leaving the description tab still open, the other 3 following tabs open and shoot down to the bottom of the page fast and then back up to where they should be. But when any other tab is open and then I open others at the same time, they all open smoothly and without shooting down or up.</p>
<p>The ones that do this are the course contents, duration and support and only when the 1st tab is open. The covers seems ok and the last one Q&amp;A also seems ok ish.<br />
My only concern was if that is not right it would be reproduced throughout. It sort of looks ok but feels wrong? As others are smooth and open and close to their exact spots and I looked on another site using accordions and they open precise. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

