<?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>Mobile menu buttons clickable area &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 24 Dec 2025 10:17:18 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-232716</guid>
					<title><![CDATA[Mobile menu buttons clickable area]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-232716</link>
					<pubDate>Sun, 22 Mar 2015 07:35:57 +0000</pubDate>
					<dc:creator>Duncan M</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There</p>
<p>On a smartphone/tablet the main menu buttons only expand if you click on the arrows icon on the right.<br />
If users click the button/text it changes colour but doesn&#8217;t expand the menu.</p>
<p>How can I change it so that clicking anywhere on the main buttons expand the menu?</p>
<p>url: ampmgt.co.uk<br />
Wordpress version: 4.1.1<br />
Theme version: 3.2.3<br />
Shortcode plugin: 2.4.0</p>
<p>Best regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-232934</guid>
					<title><![CDATA[Reply To: Mobile menu buttons clickable area]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-232934</link>
					<pubDate>Sun, 22 Mar 2015 20:00:51 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in.</p>
<p>We&#8217;d really love to help you however this is a custom development and it requires an extensive time for this coding.</p>
<p>However, We could guide you to the right direction of doing it. In your site, the menu should be able to have this attribute &#8211; <a href="http://screencast.com/t/3iosmtXS" rel="nofollow">http://screencast.com/t/3iosmtXS</a></p>
<p><code>data-toggle=&quot;collapse&quot; data-target=&quot;classmenutobeshowedwhenclicked&quot;</code></p>
<p>Hope it helps. Thank you for understanding.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-233243</guid>
					<title><![CDATA[Reply To: Mobile menu buttons clickable area]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-233243</link>
					<pubDate>Mon, 23 Mar 2015 08:42:07 +0000</pubDate>
					<dc:creator>Duncan M</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There</p>
<p>I&#8217;m sorry, but do I need to directly edit a file?<br />
If so which one?</p>
<p>I might need a little more help than you&#8217;ve given I&#8217;m afraid&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-233356</guid>
					<title><![CDATA[Reply To: Mobile menu buttons clickable area]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-buttons-clickable-area/#post-233356</link>
					<pubDate>Mon, 23 Mar 2015 13:04:06 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Try adding following code under <strong>Appearance &gt; Customize &gt; Custom &gt; Javascript:</strong></p>
<pre><code>
jQuery(function($) {
  $(&#039;.x-sub-toggle&#039;).parent().on(&#039;click&#039;, function(e) {
    e.preventDefault();
    var target = $(this).find(&#039;.x-sub-toggle&#039;).attr(&#039;data-target&#039;);
    $(this).find(&#039;.x-sub-toggle&#039;).toggleClass(&#039;x-active&#039;);
    $(this).parent().toggleClass(&#039;x-active&#039;);
    $(target).slideToggle();
  });
});
</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

