<?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 Module Set To Auto Expand But Are Closed As Page Load</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 15:22:15 +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-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23408</guid>
					<title><![CDATA[Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23408</link>
					<pubDate>Wed, 14 Oct 2015 01:15:44 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>I have created an FAQ page (<a href="http://fladvisors.wpengine.com/faq/" rel="nofollow">http://fladvisors.wpengine.com/faq/</a>) and used the accordion module. I have set each accordion item to be Open By Default, however, when the page loads, they are only open for a second or two and then they all close. I don&#8217;t know if it&#8217;s a bug or if I&#8217;m missing a step but how do I set them to all be open on the page?</p>
<p>Thanks for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23419</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23419</link>
					<pubDate>Wed, 14 Oct 2015 09:03:35 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alex,</p>
<p>It&#8217;s more like a Feature what you are describing not a bug really. Currently accordions are intended to have 1 item open at a time, that&#8217;s the reason. </p>
<p>Commenting out those 2 lines in your js/common.js file will make all accordions independent of eachother:</p>
<p>		$(this).parent(&#8216;.acc_item&#8217;).siblings().children(&#8220;.accordion_content&#8221;).not($(this).siblings(&#8220;.accordion_content&#8221;)).slideUp(400,&#8217;easeInOutExpo&#8217;);<br />
$(this).parent(&#8216;.acc_item&#8217;).siblings().children(&#8220;.accordion&#8221;).not($(this)).removeClass(&#8220;active_acc&#8221;);</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23580</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23580</link>
					<pubDate>Fri, 16 Oct 2015 17:53:10 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>Can you please point me to where that file would be? I am looking for it in the js_composer plugin directory but can&#8217;t seem to locate it to make this change. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23587</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23587</link>
					<pubDate>Fri, 16 Oct 2015 20:47:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s in your js/common.js, in the root of the theme&#8230; <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-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23599</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23599</link>
					<pubDate>Fri, 16 Oct 2015 22:27:56 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>Excellent. It worked perfectly. Now how do I make sure it doesn&#8217;t get overwritten when I update the theme since it&#8217;s in the theme files?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23604</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23604</link>
					<pubDate>Sat, 17 Oct 2015 09:07:09 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You may need to duplicate your common.js in your Child theme, then dequeue the main theme one and enque your child theme one in your functions.php (of the Child theme).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23620</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23620</link>
					<pubDate>Sat, 17 Oct 2015 20:53:28 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m not sure how to make that happen so I may just leave that alone. Is it an option that can be added in a future release (show all or show single item in accordion settings)?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23627</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23627</link>
					<pubDate>Sun, 18 Oct 2015 09:08:36 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Will add this to the list of future dev features. <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-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23645</guid>
					<title><![CDATA[Reply To: Accordion Module Set To Auto Expand But Are Closed As Page Load]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accordion-module-set-to-auto-expand-but-are-closed-as-page-load/#post-23645</link>
					<pubDate>Mon, 19 Oct 2015 01:19:45 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>You guys rock. Thanks for your outstanding support and attention</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

