<?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: Open an Accordion item with button hyperlink</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 17:42:41 +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/open-an-accordion-item-with-button-hyperlink/#post-32493</guid>
					<title><![CDATA[Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32493</link>
					<pubDate>Tue, 30 Jan 2018 17:39:30 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

					<description>
						<![CDATA[
						<p>I have a 1 page navigation website <a href="http://test.corvetteclubsantabarbara.com" rel="nofollow">http://test.corvetteclubsantabarbara.com</a> and I would like to use a hyperlink from a button to an Accordion tab.  Does this require some Java code?  I did find this code on StackOverflow below but I probably need to create a child theme and paste it somewhere or perhaps the Fortuna Theme can handle this already.  I have Row ID&#8217;s already set up for the major sections but hyperlinks don&#8217;t get resolved with #row_id_name when embedded in an Accordion.  Thanks.</p>
<pre><code>$( document ).ready(function() {
 if (window.location.hash) {
   var AccordionSectionNumber = window.location.hash.substring(1);
   AccordionBodyID = $(&quot;.accordion .accordion-group:nth-of-type(&quot; + AccordionSectionNumber + &quot;) .accordion-heading a&quot;).attr(&#039;href&#039;)
      if (! (typeof AccordionBodyID === &quot;undefined&quot;)) {
        $(AccordionBodyID).collapse(&#039;show&#039;);
        return true;
      }
    }
});</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32496</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32496</link>
					<pubDate>Wed, 31 Jan 2018 15:09:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>This code is not within the theme JavaScript&#8217;s context so it&#8217;s not really relevant.<br />
You should be able to achieve this witha a small JS snippet and if you provide your user/pass I would be happy to help (please use a private reply).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32497</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32497</link>
					<pubDate>Wed, 31 Jan 2018 16:44:42 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32498</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32498</link>
					<pubDate>Wed, 31 Jan 2018 17:48:10 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32500</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32500</link>
					<pubDate>Thu, 01 Feb 2018 08:50:08 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Check now.<br />
Basically I added a click event to the Our Board button, that clicks the Out Board tab.<br />
Also added the smooth scroll effect to the button. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
The code is in your First RAW JS element. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32501</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32501</link>
					<pubDate>Thu, 01 Feb 2018 13:45:38 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32560</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32560</link>
					<pubDate>Wed, 14 Feb 2018 16:49:54 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry to re-visit this again but it appears that on this site <a href="http://test.corvetteclubsantabarbara.com" rel="nofollow">http://test.corvetteclubsantabarbara.com</a> using an iPhone with either Safari or Chrome, clicking &#8220;Membership&#8221; button does indeed expand the Accordion (I can see it by scrolling down) but it does not navigate down to the expanded Accordion.  Instead, it goes back to the top of the page.  It works fine on my iPad Pro with either MS Edge or Chrome &#8211; go figure.  The javascript for the Board button is identical to the Membership button and  works exactly as advertised on my iPhone/iPad. </p>
<pre><code>jQuery(function($) {
  jQuery(&quot;.membership_button&quot;).click(function(){
     jQuery(&quot;#membership&quot;).click();
  });
  jQuery(&quot;.membership_button&quot;).attr(&quot;rel&quot;,&quot;smooth_scroll&quot;);
});</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32565</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32565</link>
					<pubDate>Wed, 14 Feb 2018 23:58:29 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

					<description>
						<![CDATA[
						<p>I meant it works fine on my iPad Pro with Safari and on a Windows 10 box with either Chrome or Edge.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32570</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32570</link>
					<pubDate>Thu, 15 Feb 2018 08:33:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>When I look at the source code the element with id of &#8220;membership&#8221; seems to be a rawHTML element &#8230; this seems to possibly create a conflict with the element with id of &#8220;membership&#8221; which would be the TAB that you want clicked. Can you remove that rawHTML and try again?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32574</guid>
					<title><![CDATA[Reply To: Open an Accordion item with button hyperlink]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/open-an-accordion-item-with-button-hyperlink/#post-32574</link>
					<pubDate>Thu, 15 Feb 2018 18:04:21 +0000</pubDate>
					<dc:creator>CCSBAdmin</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks! Membership button had the wrong URL in it so I corrected that problem and it now works on all devices!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

