<?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>Ethos carousel autoplay &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/ethos-carousel-autoplay/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 05:57:34 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-209451</guid>
					<title><![CDATA[Ethos carousel autoplay]]></title>
					<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-209451</link>
					<pubDate>Wed, 18 Feb 2015 18:54:34 +0000</pubDate>
					<dc:creator>KAEC IT Team</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>A few weeks back, I found how to edit .php files to get the Ethos carousel to autoplay, but I can no longer locate said forum thread. I&#8217;m not sure if it was removed because the code is no longer effective, or if I&#8217;m simply having issues with forum search. I only come up with two KB articles on &#8220;Post IDs&#8221; and &#8220;demo content&#8221; when searching for &#8220;carousel&#8221;, &#8220;autoplay&#8221;, and &#8220;ethos&#8221;. Any idea how we would set our post carousel to autoplay?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-209726</guid>
					<title><![CDATA[Reply To: Ethos carousel autoplay]]></title>
					<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-209726</link>
					<pubDate>Thu, 19 Feb 2015 01:09:13 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in.</p>
<p>And I&#8217;m not sure what to look from search either. So I&#8217;ll just repeat it here and be sure you will bookmarked this too. 🙂</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>1. Copy _post-carousel.php from /x/framework/views/ethos/ to /x-child-ethos/framework/views/ethos/</p>
<p>2. Edit your child theme&#8217;s _post-carousel.php and add these options :</p>
<pre><code>autoplay: true,
autoplaySpeed: 2000,</code></pre>
<p>right before this :</p>
<p><code>speed          : 500,</code></p>
<p>So it should be like this :</p>
<pre><code>&lt;script&gt;

    jQuery(document).ready(function() {
      jQuery(&#039;.x-post-carousel&#039;).slick({
        autoplay: true,
        autoplaySpeed: 2000,
        speed          : 500,
        slide          : &#039;li&#039;,
        slidesToShow   : &lt;?php echo x_get_option( &#039;x_ethos_post_carousel_display_count_extra_large&#039;, &#039;5&#039; ); ?&gt;,
        slidesToScroll : 1,
        responsive     : [
          { breakpoint : 1500, settings : { speed : 500, slide : &#039;li&#039;, slidesToShow : &lt;?php echo x_get_option( &#039;x_ethos_post_carousel_display_count_large&#039;, &#039;4&#039; ); ?&gt; } },
          { breakpoint : 1200, settings : { speed : 500, slide : &#039;li&#039;, slidesToShow : &lt;?php echo x_get_option( &#039;x_ethos_post_carousel_display_count_medium&#039;, &#039;3&#039; ); ?&gt; } },
          { breakpoint : 979,  settings : { speed : 500, slide : &#039;li&#039;, slidesToShow : &lt;?php echo x_get_option( &#039;x_ethos_post_carousel_display_count_small&#039;, &#039;2&#039; ); ?&gt; } },
          { breakpoint : 550,  settings : { speed : 500, slide : &#039;li&#039;, slidesToShow : &lt;?php echo x_get_option( &#039;x_ethos_post_carousel_display_count_extra_small&#039;, &#039;1&#039; ); ?&gt; } }
        ]
      });
    });

    &lt;/script&gt;</code></pre>
<p>Hope this helps 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-210069</guid>
					<title><![CDATA[Reply To: Ethos carousel autoplay]]></title>
					<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-210069</link>
					<pubDate>Thu, 19 Feb 2015 13:48:17 +0000</pubDate>
					<dc:creator>KAEC IT Team</dc:creator>

					<description>
						<![CDATA[
						<p>This worked exactly once, and stopped as soon as I shrank my browser window. Any known issues?? I&#8217;m not getting any hard conflicts. Cleared my cache, even tried turning off page compression&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-210089</guid>
					<title><![CDATA[Reply To: Ethos carousel autoplay]]></title>
					<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-210089</link>
					<pubDate>Thu, 19 Feb 2015 14:01:09 +0000</pubDate>
					<dc:creator>KAEC IT Team</dc:creator>

					<description>
						<![CDATA[
						<p>OK, so at full-screen it begins to move again. At smaller sizes it does not. Could this be related to the carousel slides-per-screen setting? My settings in customizer:</p>
<p>Over 1500 pixels: 4<br />
1200-1499 Pixels: 4<br />
979-1199 Pixels: 3<br />
550-978 Pixels: 2<br />
Below 549 Pixels: 1</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-210410</guid>
					<title><![CDATA[Reply To: Ethos carousel autoplay]]></title>
					<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-210410</link>
					<pubDate>Thu, 19 Feb 2015 20:40:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I think it&#8217;s normal to the carousel library, where autoplay won&#8217;t be available on mobile size. And nothing we can&#8217;t do about it but request it as feature enhancement of existing library.</p>
<p>I checked the coding just to confirm it.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-211247</guid>
					<title><![CDATA[Reply To: Ethos carousel autoplay]]></title>
					<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-211247</link>
					<pubDate>Fri, 20 Feb 2015 19:39:08 +0000</pubDate>
					<dc:creator>KAEC IT Team</dc:creator>

					<description>
						<![CDATA[
						<p>Ah well, maybe one day in a future update. It&#8217;s not only &#8220;mobile&#8221;, but also when moving my browser window from literally the entire screen (27&#8243; iMac) to 3/4 or less of the widescreen monitor. It does not work on mobile either though. Thanks for looking into it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-211830</guid>
					<title><![CDATA[Reply To: Ethos carousel autoplay]]></title>
					<link>https://theme.co/archive/forums/topic/ethos-carousel-autoplay/#post-211830</link>
					<pubDate>Sat, 21 Feb 2015 17:21:27 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>You’re welcome.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

