<?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: Close first tab on Smartphone</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 22:16:53 +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/close-first-tab-on-smartphone/#post-26337</guid>
					<title><![CDATA[Close first tab on Smartphone]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26337</link>
					<pubDate>Mon, 18 Jan 2016 05:13:03 +0000</pubDate>
					<dc:creator>angelascalisi</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>First of all great theme and a pleasure to work with however for the life of me I cannot figure out how to close the first tab on a smartphone. Please see example for smartphone at <a href="http://www.loewenbergpsarris.ca/our-expertise/" rel="nofollow">http://www.loewenbergpsarris.ca/our-expertise/</a> &#8230; I would like the first tab to be displayed open for the desktop and default closed for the mobile. How would I go about achieving that? Thank you in advance.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26345</guid>
					<title><![CDATA[Reply To: Close first tab on Smartphone]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26345</link>
					<pubDate>Mon, 18 Jan 2016 10:16:43 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>No such option out of the box (setting a tab&#8217;s behavior for mobile).<br />
You could instead add a piece of JS that would imitate a button click on that first tab and would close it once the page loads&#8230;</p>
<p>Another way would be to change an option in your js/common.js:<br />
Find this:</p>
<pre><code>$(this).easyResponsiveTabs({
	type: type,
	width: &#039;auto&#039;,
	fit: true,
	activate: function(e) {
		//console.log($(e.target).attr(&quot;aria-controls&quot;));
	},
});</code></pre>
<p>and sub with this:</p>
<pre><code>$(this).easyResponsiveTabs({
        closed: false,
	type: type,
	width: &#039;auto&#039;,
	fit: true,
	activate: function(e) {
		//console.log($(e.target).attr(&quot;aria-controls&quot;));
	},
});</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26419</guid>
					<title><![CDATA[Reply To: Close first tab on Smartphone]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26419</link>
					<pubDate>Tue, 19 Jan 2016 13:43:56 +0000</pubDate>
					<dc:creator>angelascalisi</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>Thank you for your reply. This works however with the closed option set to true not false but it affects both mobile and desktop. I would like it to be closed only for the mobile portion as the user cannot see the other tabs if the content of the first is very long. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26420</guid>
					<title><![CDATA[Reply To: Close first tab on Smartphone]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26420</link>
					<pubDate>Tue, 19 Jan 2016 14:29:47 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Correct, closed should be true.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26421</guid>
					<title><![CDATA[Reply To: Close first tab on Smartphone]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26421</link>
					<pubDate>Tue, 19 Jan 2016 14:39:20 +0000</pubDate>
					<dc:creator>angelascalisi</dc:creator>

					<description>
						<![CDATA[
						<p>Is there anyway to determine between the mobile and desktop version though?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26429</guid>
					<title><![CDATA[Reply To: Close first tab on Smartphone]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/close-first-tab-on-smartphone/#post-26429</link>
					<pubDate>Wed, 20 Jan 2016 03:02:05 +0000</pubDate>
					<dc:creator>angelascalisi</dc:creator>

					<description>
						<![CDATA[
						<p>Figured it out with a simple if condition. Thank you for your help. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

