<?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>Make Ethos Post Carousel below Header &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 20: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/make-ethos-post-carousel-below-header/#post-167780</guid>
					<title><![CDATA[Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-167780</link>
					<pubDate>Fri, 19 Dec 2014 18:38:23 +0000</pubDate>
					<dc:creator>Ryanbrown1987</dc:creator>

					<description>
						<![CDATA[
						<p>Hey X Team,<br />
I like the layout of Ethos but I had a couple of problems. I would like to place the post carousel below the logo, header, and navigation bar in Ethos. When you select to display the post carousel, it only ever adds it about all of the content. </p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-168220</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-168220</link>
					<pubDate>Sun, 21 Dec 2014 03:12:03 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Ryan,</p>
<p>Please setup a child theme first. See <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" rel="nofollow">http://theme.co/x/member/kb/how-to-setup-child-themes/</a> for instructions. After that, copy <strong>wp-header.php</strong> located in <strong>wp-content\themes\x\framework\views\ethos</strong> to the same folder in your child theme <strong>wp-content\themes\<em>x-child-ethos</em>\framework\views\ethos</strong>. Open the copied file and look for the line of code</p>
<p><code>&lt;?php x_get_view( &#039;ethos&#039;, &#039;_post&#039;, &#039;carousel&#039; ); ?&gt;</code></p>
<p>Cut and paste it under the line</p>
<p><code>&lt;?php x_get_view( &#039;global&#039;, &#039;_navbar&#039; ); ?&gt;</code></p>
<p>Or, simply replace the whole code with the one below.</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/ETHOS/WP-HEADER.PHP
// -----------------------------------------------------------------------------
// Header output for Ethos.
// =============================================================================

?&gt;

&lt;?php x_get_view( &#039;global&#039;, &#039;_header&#039; ); ?&gt;

  &lt;?php x_get_view( &#039;global&#039;, &#039;_slider-above&#039; ); ?&gt;

  &lt;header class=&quot;&lt;?php x_masthead_class(); ?&gt;&quot; role=&quot;banner&quot;&gt;
    &lt;?php x_get_view( &#039;global&#039;, &#039;_topbar&#039; ); ?&gt;
    &lt;?php x_get_view( &#039;global&#039;, &#039;_navbar&#039; ); ?&gt;
    &lt;?php x_get_view( &#039;ethos&#039;, &#039;_post&#039;, &#039;carousel&#039; ); ?&gt;
    &lt;?php x_get_view( &#039;ethos&#039;, &#039;_breadcrumbs&#039; ); ?&gt;
  &lt;/header&gt;

  &lt;?php x_get_view( &#039;global&#039;, &#039;_slider-below&#039; ); ?&gt;
  &lt;?php x_get_view( &#039;ethos&#039;, &#039;_landmark-header&#039; ); ?&gt;</code></pre>
<p>If that doesn&#8217;t help, please give us access to your WordPress admin and FTP.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-168274</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-168274</link>
					<pubDate>Sun, 21 Dec 2014 07:38:06 +0000</pubDate>
					<dc:creator>Ryanbrown1987</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-168756</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-168756</link>
					<pubDate>Mon, 22 Dec 2014 09:52:54 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Ryan,</p>
<p>I have added the file and the code.<br />
Please check it out.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-172793</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-172793</link>
					<pubDate>Mon, 29 Dec 2014 15:42:07 +0000</pubDate>
					<dc:creator>Ryanbrown1987</dc:creator>

					<description>
						<![CDATA[
						<p>Worked Perfectly, thank you so much X Team!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-172805</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-172805</link>
					<pubDate>Mon, 29 Dec 2014 15:55:40 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome! feel free to contact again anytime, Happy New Year!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174656</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174656</link>
					<pubDate>Thu, 01 Jan 2015 20:07:22 +0000</pubDate>
					<dc:creator>Ryanbrown1987</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174717</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174717</link>
					<pubDate>Thu, 01 Jan 2015 22:48:18 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>HI Ryan,</p>
<p>Done, now please re-setup your carousel again at your customizer.</p>
<p>The carousel will not display, please remove ore disable any plugin or code that is related to digg widgets. As it causing javascript error. And carousel javascript is being affected.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174874</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174874</link>
					<pubDate>Fri, 02 Jan 2015 05:51:44 +0000</pubDate>
					<dc:creator>Ryanbrown1987</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for helping me out again.<br />
I removed all social media related plugins and everything involving Digg, but the carousel still won&#8217;t show and also the customizer freezes on &#8220;updating&#8221; when I try to add it. The only plugin that still has Digg is the Jetpack plugin for wordpress which I disabled and still nothing worked. Can you please assist? Thank you so much!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174905</guid>
					<title><![CDATA[Reply To: Make Ethos Post Carousel below Header]]></title>
					<link>https://theme.co/archive/forums/topic/make-ethos-post-carousel-below-header/#post-174905</link>
					<pubDate>Fri, 02 Jan 2015 07:49:35 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Ryan,</p>
<p>Upon checking, I can see you have not installed the X-shortcode plugin.</p>
<p>Please install that plugin to make the theme work.</p>
<p>You can get the plugin files from within the theme directory.</p>
<p>It&#8217;s located at wp-content/themes/x/framework/plugins</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

