<?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 &quot;expand all&quot; and &quot;close all&quot; option &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 15 Oct 2025 15:30:46 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-31557</guid>
					<title><![CDATA[Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-31557</link>
					<pubDate>Wed, 09 Apr 2014 14:57:41 +0000</pubDate>
					<dc:creator>Antonela D</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I want to set the option of &#8220;expand all&#8221; and &#8220;close all&#8221; for the accordions.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-31558</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-31558</link>
					<pubDate>Wed, 09 Apr 2014 14:57:51 +0000</pubDate>
					<dc:creator>Antonela D</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-31762</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-31762</link>
					<pubDate>Wed, 09 Apr 2014 21:37:39 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Antonela,</p>
<p>You could do this by adding this javascript under <strong>Customizer &gt; Custom &gt; Javascript </strong>.</p>
<p>Let say you add expand and collapse all button at your editor</p>
<p><code>&lt;a href=&quot;#&quot; class=&quot;expandall_accord&quot;&gt;Expand All&lt;/a&gt; | &lt;a href=&quot;#&quot; class=&quot;collapseall_accord&quot;&gt;Collapse All&lt;/a&gt;</code> </p>
<pre><code>jQuery(&#039;.expandall_accord&#039;).on(&#039;click&#039;, function(){
jQuery(&#039;.accordion-body&#039;).collapse(&#039;show&#039;);
});

jQuery(&#039;.collapseall_accord&#039;).on(&#039;click&#039;, function(){
jQuery(&#039;.accordion-body&#039;).collapse(&#039;hide&#039;);
});</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-32038</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-32038</link>
					<pubDate>Thu, 10 Apr 2014 14:32:26 +0000</pubDate>
					<dc:creator>Antonela D</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-32134</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-32134</link>
					<pubDate>Thu, 10 Apr 2014 17:35:13 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome! Take care</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-639291</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-639291</link>
					<pubDate>Mon, 26 Oct 2015 00:53:02 +0000</pubDate>
					<dc:creator>sndesign</dc:creator>

					<description>
						<![CDATA[
						<p>Very helpful &#8211; thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-639368</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-639368</link>
					<pubDate>Mon, 26 Oct 2015 02:41:02 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>You’re most welcome!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-873088</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-873088</link>
					<pubDate>Fri, 08 Apr 2016 17:04:55 +0000</pubDate>
					<dc:creator>sndesign</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-873853</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-873853</link>
					<pubDate>Sat, 09 Apr 2016 07:58:53 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please update your javascript code to this,</p>
<pre><code>jQuery ( function($) {
$(&#039;.expandall_accord&#039;).on(&#039;click&#039;, function( e ){
$(&#039;.x-accordion-body&#039;).collapse(&#039;show&#039;);
e.preventDefault();
});

$(&#039;.collapseall_accord&#039;).on(&#039;click&#039;, function( e ){
$(&#039;.x-accordion-body&#039;).collapse(&#039;hide&#039;);
e.preventDefault();
});
} );</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-874250</guid>
					<title><![CDATA[Reply To: Accordion &quot;expand all&quot; and &quot;close all&quot; option]]></title>
					<link>https://theme.co/archive/forums/topic/accordion-expand-all-and-close-all-option/#post-874250</link>
					<pubDate>Sat, 09 Apr 2016 15:52:27 +0000</pubDate>
					<dc:creator>sndesign</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks &#8211; that worked like a charm!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

