<?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 problems and news ticker woes &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 24 Oct 2025 14:51:08 +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-problems-and-news-ticker-woes/#post-159539</guid>
					<title><![CDATA[mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-159539</link>
					<pubDate>Sat, 06 Dec 2014 21:39:15 +0000</pubDate>
					<dc:creator>alarmallama</dc:creator>

					<description>
						<![CDATA[
						<p>Hey, just a couple of things.</p>
<p>I wanted pictures for my menu bars so I used the &#8220;Nav Menu Images&#8221; plugin which looks pretty cool, I have dancing llamas hopping all over the buttons which is nice. Only problem is, when I shrink it down to view it in &#8220;mobile mode&#8221;, the whole menu disappears. It used to turn into that neat little box, but now there&#8217;s nothing, not even words. </p>
<p>Is there anyway to get the mobile menu back without removing the plugin?</p>
<p>Other issue is with the &#8220;Ditty News Ticker&#8221; &#8211; I didn&#8217;t like it halfway down the page. So I slightly tweaked the page.php so now there&#8217;s </p>
<p>?&gt;<br />
&lt;?php if(function_exists(&#8216;ditty_news_ticker&#8217;)){ditty_news_ticker(206);} ?&gt;<br />
&lt;?php x_get_view( x_get_stack(), &#8216;wp&#8217;, &#8216;page&#8217; ); ?&gt;</p>
<p>which is cool, I like it scrolling away right at the top. Only problem is the text loads before the rest of the page &#8211; when you visit my site there&#8217;s a long list of text before the rest of the site loads up. It just looks messy and unprofessional and not in a good way.</p>
<p>Where can I put the code so it loads with the rest of the site? Or is there anyway I can add the topbar and put the code in there? </p>
<p>Thanks in advance!</p>
<p>FYI I&#8217;m all up-to-date with my WordPress version and plug-in versions, my URL is <a href="alarmallama.com" target="_blank" rel="nofollow">alarmallama.com</a> but you probably won&#8217;t see much because it&#8217;s in maintainence mode.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-159748</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-159748</link>
					<pubDate>Sun, 07 Dec 2014 09:19:57 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Your site is in maintenance mode,so i couldn&#8217;t check it.Please provide us with login credential.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-159780</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-159780</link>
					<pubDate>Sun, 07 Dec 2014 11:30:50 +0000</pubDate>
					<dc:creator>alarmallama</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160014</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160014</link>
					<pubDate>Mon, 08 Dec 2014 03:04:56 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for posting in.</p>
<p>Add this css at your customizer&#8217;s custom css.</p>
<pre><code>.x-btn-navbar, .x-btn-navbar.collapsed {
font-size: 30px;
}</code></pre>
<p>Then remove this <code>&lt;?php if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(206);} ?&gt;</code>, instead, follow this.</p>
<p>Because this requires a template change, I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released. After your child theme is setup, please review how we recommend making template changes in <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">Customization Best Practices</a>.</p>
<p>Add this code at your child theme&#8217;s functions.php</p>
<pre><code>add_action(&#039;x_before_view_global__topbar&#039;, &#039;your_awesome_code&#039;);

function your_awesome_code() {
if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(206);}
}</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160180</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160180</link>
					<pubDate>Mon, 08 Dec 2014 09:39:58 +0000</pubDate>
					<dc:creator>alarmallama</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the speedy reply but it&#8217;s no bueno &#8211; I deleted the code in the X theme, added the custom CSS bit, already had a Renew child theme set up so I added that code straight into the functions.php, but now theres a bar running along the top that just says </p>
<p>add_action(&#8216;x_before_view_global__topbar&#8217;, &#8216;your_awesome_code&#8217;); function your_awesome_code() { if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(206);} }</p>
<p>I tried deleting the middle bit just to see what would happen and then the whole site disappeared it was funny.</p>
<p>I managed to get it all back through FTP, but I think I&#8217;ve proven to myself that I don&#8217;t have a clue what I&#8217;m doing.</p>
<p>&#8230;</p>
<p>Also is there anything I can do about the mobile menu disappearing? </p>
<p>Thanks,<br />
Emma</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160263</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160263</link>
					<pubDate>Mon, 08 Dec 2014 11:45:48 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Emma,</p>
<p>Thanks for posting in!</p>
<p>Unfortunately, I cannot check the <strong>functions.php</strong> file in your website as the given access doesn&#8217;t have admin rights. Would you mind providing us the FTP credentials so that we can take a closer look to the issue?</p>
<p>Please don&#8217;t forget to select <strong>Set as private reply</strong> to ensure your data remains hidden from other users. </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160398</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160398</link>
					<pubDate>Mon, 08 Dec 2014 14:40:45 +0000</pubDate>
					<dc:creator>alarmallama</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160458</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160458</link>
					<pubDate>Mon, 08 Dec 2014 15:55:55 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Would you try this :</p>
<pre><code>add_action(&#039;x_before_view_global__topbar&#039;, &#039;your_awesome_code&#039;);

function your_awesome_code() {
if(function_exists(&#039;ditty_news_ticker&#039;)){ditty_news_ticker(206);}
}</code></pre>
<p>There seems to be syntax mistake.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160470</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160470</link>
					<pubDate>Mon, 08 Dec 2014 16:04:30 +0000</pubDate>
					<dc:creator>alarmallama</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>That&#8217;s exactly the same code I already tried and it hasn&#8217;t made a difference. </p>
<p>Thanks,<br />
Emma</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160598</guid>
					<title><![CDATA[Reply To: mobile menu problems and news ticker woes]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-problems-and-news-ticker-woes/#post-160598</link>
					<pubDate>Mon, 08 Dec 2014 18:37:35 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Emma,</p>
<p>Thanks for writing in!</p>
<p>Upon checking, it seems you&#8217;ve overwritten the previous code in the <strong>functions.php</strong> file with the one provided above (see:<a href="http://prntscr.com/5emdvg" rel="nofollow">http://prntscr.com/5emdvg</a>), it was supposed to be inserted at the end of the file. However, I&#8217;ve updated the code, please replace your code in <strong>functions.php</strong> file with following under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>&lt;?php

// =============================================================================
// FUNCTIONS.PHP
// -----------------------------------------------------------------------------
// Overwrite or add your own custom functions to X in this file.
// =============================================================================

add_action(&#039;x_before_view_global__topbar&#039;, &#039;your_awesome_code&#039;);

function your_awesome_code() {
   if(function_exists(&#039;ditty_news_ticker&#039;)){ditty_news_ticker(206);}
}
</code></pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

