<?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>Use button to open Widgetbar &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 11:07:10 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13519</guid>
					<title><![CDATA[Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13519</link>
					<pubDate>Tue, 11 Feb 2014 23:35:33 +0000</pubDate>
					<dc:creator>Rob D</dc:creator>

					<description>
						<![CDATA[
						<p>I am using the one page layout and want to assign the functionality to a button that when a user clicks on it the widgetbar opens up revealing the &#8220;Contact Us&#8221; form. Is this possible?  Thanks in advance. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13549</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13549</link>
					<pubDate>Wed, 12 Feb 2014 02:40:40 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Rod,</p>
<p>Thanks for writing in! The following Markup should trigger the widgetbar to open up:</p>
<pre class="prettyprint">&lt;a href="#" class="x-btn-widgetbar-alt collapsed" data-toggle="collapse" data-target=".x-widgetbar"&gt;Contact Us&lt;/a&gt;</pre>
<p>And then the following can be placed in a <strong>&lt;script&gt;</strong> tag to prevent the pound sign from showing up in your URL bar:</p>
<pre class="prettyprint">$('.x-btn-widgetbar-alt').click(function(e) {
  e.preventDefault();
});</pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13572</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13572</link>
					<pubDate>Wed, 12 Feb 2014 05:28:59 +0000</pubDate>
					<dc:creator>Rob D</dc:creator>

					<description>
						<![CDATA[
						<p>I wish I knew what that meant, it&#8217;s all greek to me lol </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13603</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13603</link>
					<pubDate>Wed, 12 Feb 2014 07:26:27 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Haha, we completely understand. 😀 Glad to hear everything is in order.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13704</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13704</link>
					<pubDate>Wed, 12 Feb 2014 15:42:32 +0000</pubDate>
					<dc:creator>Rob D</dc:creator>

					<description>
						<![CDATA[
						<p>We&#8217;ll not that clear as I actually have no idea what you mean.  Is this something I can do in the visual editor or I need to get a programmer type person to make the change?  Thx</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13725</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13725</link>
					<pubDate>Wed, 12 Feb 2014 16:22:47 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Rob,</p>
<p>It is best to have a WordPress Developer do theme customizations for you. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13754</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13754</link>
					<pubDate>Wed, 12 Feb 2014 17:19:10 +0000</pubDate>
					<dc:creator>Rob D</dc:creator>

					<description>
						<![CDATA[
						<p>🙁  Booo</p>
<p>Please consider this functionality for the next version of the Theme. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13773</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-13773</link>
					<pubDate>Wed, 12 Feb 2014 17:59:13 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>We will look into it but can&#8217;t promise anything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-55038</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-55038</link>
					<pubDate>Wed, 11 Jun 2014 15:52:47 +0000</pubDate>
					<dc:creator>Rob D</dc:creator>

					<description>
						<![CDATA[
						<p>The markup above works great however I want to put it in a Button shortcode. Is that possible? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-55434</guid>
					<title><![CDATA[Reply To: Use button to open Widgetbar]]></title>
					<link>https://theme.co/archive/forums/topic/use-button-to-open-widgetbar/#post-55434</link>
					<pubDate>Thu, 12 Jun 2014 08:47:53 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Rob,</p>
<p>That is not possible because you&#8217;ll need to put extra attributes to the link and that is not available in the Button shortcode. You can however watch this quick screencast (<a href="http://screencast.com/t/QqV3iWKPJu" rel="nofollow">http://screencast.com/t/QqV3iWKPJu</a>) on how to get the HTML code of the button and add the necessary attributes.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

