<?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: Linking to Tabs</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/linking-to-tabs/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/linking-to-tabs/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 17:29:34 +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/linking-to-tabs/#post-22675</guid>
					<title><![CDATA[Linking to Tabs]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/linking-to-tabs/#post-22675</link>
					<pubDate>Thu, 17 Sep 2015 18:39:13 +0000</pubDate>
					<dc:creator>Catalpha</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to link a menu item to a tab on a page?</p>
<p>I am trying &#8220;/solutions/food/#tab3&#8243; as a custom menu link.</p>
<p>But the link will not have #tab3 visible when you navigate to the page. The first tab in the stack is always the visible one.</p>
<p>Ideally: &#8220;/solutions/food/#tab3&#8243; will open the &#8220;food&#8221; page with Tab3 visible.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/linking-to-tabs/#post-22683</guid>
					<title><![CDATA[Reply To: Linking to Tabs]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/linking-to-tabs/#post-22683</link>
					<pubDate>Fri, 18 Sep 2015 08:20:40 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Not out of the box, I can surely help you achieve it though.<br />
Add this to your aqua.common.js file:</p>
<pre><code>	if(window.location.hash) {
	  var hash = window.location.hash.substring(1); //Puts hash in variable, and removes the # character
	  $(&quot;.tabs&quot;).children().each(function(){	
			if($(this).attr(&quot;href&quot;) == &quot;#&quot;+hash) {
				$(this).click();
			}
	  });
	}</code></pre>
<p>after this line:</p>
<p><code>$(&#039;.tabs a&#039;).tabs();</code></p>
<p>That should do the trick, now linking like this should work &#8211; /solutions/food/#tab3</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

