<?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>Disable animations on mobile &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/disable-animations-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/disable-animations-on-mobile/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 05:09:39 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-160670</guid>
					<title><![CDATA[Disable animations on mobile]]></title>
					<link>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-160670</link>
					<pubDate>Mon, 08 Dec 2014 20:07:40 +0000</pubDate>
					<dc:creator>smithmconnor</dc:creator>

					<description>
						<![CDATA[
						<p>Hello! My testers have recently given me feedback that only the start of the home page loads on mobile and the only way to get around this is to click on one of the one page navigation links, and then the page completely loads w/o animations. I believe this is a problem with animations on mobile. How do I completely disable animations for all mobile devices? Below is my theme and WordPress info.</p>
<p>WordPress Verison: 4.0.1<br />
Theme Version: 3.0.1<br />
Shortcodes Version: Latest<br />
Link: <a href="http://cmscyber.com" rel="nofollow">http://cmscyber.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-160940</guid>
					<title><![CDATA[Reply To: Disable animations on mobile]]></title>
					<link>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-160940</link>
					<pubDate>Tue, 09 Dec 2014 08:01:49 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>Upon testing your website on an iPhone 5, I&#8217;m unable to replicate any issue. However, if you would like to disable the column animations on mobiles, please add following code under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>@media (max-width: 767px) {
   .js .x-column[data-fade=&quot;true&quot;] {
       opacity: 1 !important;
   }

   .js .x-column[data-fade=&quot;true&quot;][data-fade-animation=&quot;in-from-right&quot;] {
       right: 0px !important;
   }

   .js .x-column[data-fade=&quot;true&quot;][data-fade-animation=&quot;in-from-left&quot;] {
       left: 0px !important;
   }
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-777105</guid>
					<title><![CDATA[Reply To: Disable animations on mobile]]></title>
					<link>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-777105</link>
					<pubDate>Wed, 03 Feb 2016 02:47:55 +0000</pubDate>
					<dc:creator>Leanna</dc:creator>

					<description>
						<![CDATA[
						<p>that code worked for me too great job!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-777241</guid>
					<title><![CDATA[Reply To: Disable animations on mobile]]></title>
					<link>https://theme.co/archive/forums/topic/disable-animations-on-mobile/#post-777241</link>
					<pubDate>Wed, 03 Feb 2016 04:29:01 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Happy to hear that. Feel free to ask us again. Have a great day! 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

