<?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: Accordion and Safari/Edge page loading</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 17:49:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/#post-32537</guid>
					<title><![CDATA[Accordion and Safari/Edge page loading]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/#post-32537</link>
					<pubDate>Sun, 11 Feb 2018 23:47:47 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

					<description>
						<![CDATA[
						<p>I am using a 1 page site and seem to be having problems when navigating to a section just below the point of the Accordion.  On this site <a href="http://test.corvetteclubsantabarbara.com" rel="nofollow">http://test.corvetteclubsantabarbara.com</a>  when clicking on Newsletters main menu option, the prior section (Pictures) has several Accordions for the different years of club pictures.  Each time there is a request to navigate down to the Newsletter section, it expands the contents of the Accordion ahead of it and forces the Newsletter section to jump down about 100 pixels. I do have &#8220;Open by Default&#8221; checked on the Accordion so that it shows a table of Events rather than a blank section (collapsed Accordion) because we have challenged end users. It works perfectly on Google Chrome on a Windows 10 box without shifting down but not with MS Edge.  Safari and Chrome on any iOS device consistently causes it to jump down. </p>
<p>Is there an initial page load option available to force an Accordion to automatically expand it&#8217;s contents before a user clicks on any navigation link/button?  Once the Accordion has been expanded in the section, navigating around the site doesn&#8217;t seem to cause the jumping issue.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/#post-32541</guid>
					<title><![CDATA[Reply To: Accordion and Safari/Edge page loading]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/#post-32541</link>
					<pubDate>Mon, 12 Feb 2018 14:05:43 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Got it.<br />
We can add a tiny JS that will initiate the opening of the active accordion prior to the scrolling. Try adding this to our previously added Raw JS element (after this <code>jQuery(function($) {</code> )</p>
<pre><code>jQuery(&#039;.acc_is_open&#039;).each(function () {
	if(!$(this).parent(&#039;.accordion&#039;).hasClass(&#039;active_acc&#039;)){
		$(this).click();
	}
}</code></pre>
<p>Let me know if that does it. If not send over your credentials again in a private reply so I can hopefully fix it. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/#post-32542</guid>
					<title><![CDATA[Reply To: Accordion and Safari/Edge page loading]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-and-safariedge-page-loading/#post-32542</link>
					<pubDate>Mon, 12 Feb 2018 17:31:46 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, that did the trick!  It now works properly on MS Edge, Google Chrome and Safari on iOS devices.  I had to resolve some syntax errors but with the help of Chrome Developer I was able to isolate the offending syntax problem.  Thanks again!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

