<?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>Place the &quot;Essential Grid&quot; direct above or below Masthead &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 05:27:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-79552</guid>
					<title><![CDATA[Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-79552</link>
					<pubDate>Thu, 07 Aug 2014 09:33:40 +0000</pubDate>
					<dc:creator>Chris H</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have installed X-Theme now with Ethos and want to place the &#8220;Essential Grid&#8221; (plugin) fullwith direct above the Masthead &#8211; like &#8220;Post Carousel&#8221; would be, or below the Masthead. Where must I place the shortcode to do this.</p>
<p>Thanks</p>
<p>Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-79562</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-79562</link>
					<pubDate>Thu, 07 Aug 2014 09:45:26 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Chris,</p>
<p>You will want to add your code in <strong>wp-header.php</strong> located in <strong>wp-content\themes\x\framework\views\ethos</strong>. Place your code above </p>
<p><code>&lt;?php x_get_view( &#039;ethos&#039;, &#039;_post&#039;, &#039;carousel&#039; ); ?&gt;</code></p>
<p>or below </p>
<p><code>&lt;?php x_get_view( &#039;global&#039;, &#039;_navbar&#039; ); ?&gt;</code></p>
<p>Try to experiment on the location. If you&#8217;re using a child theme, copy the modified file in the same directory in your child theme&#8217;s folder.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81166</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81166</link>
					<pubDate>Sat, 09 Aug 2014 11:43:33 +0000</pubDate>
					<dc:creator>Chris H</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>Thanks for your reply. I dont know how to integrate the shortcode for my &#8220;Essential Grid&#8221;. What is the exact syntax I have to write in my &#8220;wp-header.php&#8221;?<br />
&#8230; the shortcode which I would enter in a page is: [ess_grid alias=&#8221;featured_events&#8221;]</p>
<p>Thanks in advance</p>
<p>Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81199</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81199</link>
					<pubDate>Sat, 09 Aug 2014 13:00:10 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chris, </p>
<p>Please create a Child theme using <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" rel="nofollow">THIS GUIDE</a>, then add the wp-header.php from x/framework/views/ethos/wp-header.php to YOUR CHILD THEME/framework/views/ethos/wp-header.php. You can follow <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">THIS LINK</a> for more information.</p>
<p>Then open up the newly added wp-header.php file and add your plugin shortcode into the file using do_shortcode function.<br />
Please <a href="http://codex.wordpress.org/Function_Reference/do_shortcode" rel="nofollow">CLICK HERE</a> for more information on that.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81667</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81667</link>
					<pubDate>Sun, 10 Aug 2014 14:36:27 +0000</pubDate>
					<dc:creator>Greg W</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>The following do_shortcode function is great for displayng one shortcode (ex. Google map) across all pages. However, is it possible to insert a different map on select pages? </p>
<p>For example: State map on home page, city maps on interior pages, and district maps on posts.</p>
<p>= = = = = MY CHILD THEME/framework/views/ethos/wp-header.php = = = = = </p>
<p>&lt;?php x_get_view( &#8216;global&#8217;, &#8216;_header&#8217; ); ?&gt;</p>
<p>  &lt;?php x_get_view( &#8216;global&#8217;, &#8216;_slider-revolution-above&#8217; ); ?&gt;</p>
<p>  &lt;header class=&#8221;&lt;?php x_masthead_class(); ?&gt;&#8221; role=&#8221;banner&#8221;&gt;<br />
    &lt;?php x_get_view( &#8216;ethos&#8217;, &#8216;_post&#8217;, &#8216;carousel&#8217; ); ?&gt;<br />
    &lt;?php x_get_view( &#8216;global&#8217;, &#8216;_topbar&#8217; ); ?&gt;<br />
    &lt;?php x_get_view( &#8216;global&#8217;, &#8216;_navbar&#8217; ); ?&gt;</p>
<p>&lt;?php echo do_shortcode( &#8216;[google-map-shortcode-example]&#8217; ) ?&gt;</p>
<p>    &lt;?php x_get_view( &#8216;ethos&#8217;, &#8216;_breadcrumbs&#8217; ); ?&gt;<br />
  &lt;/header&gt;</p>
<p>  &lt;?php x_get_view( &#8216;global&#8217;, &#8216;_slider-revolution-below&#8217; ); ?&gt;<br />
  &lt;?php x_get_view( &#8216;ethos&#8217;, &#8216;_landmark-header&#8217; ); ?&gt;</p>
<p>= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81681</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81681</link>
					<pubDate>Sun, 10 Aug 2014 15:52:47 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Greg, </p>
<p>Well actually you can use <a href="http://codex.wordpress.org/Function_Reference/get_the_ID" target="_blank" rel="nofollow">THIS FUNCTION</a> and use if statement to decide where to add your shortcode using that do_shortcode function.</p>
<p>You can find the ID of your page or post using <a href="http://theme.co/x/member/kb/how-to-locate-post-ids/" target="_blank" rel="nofollow">THIS</a> guis.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81698</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81698</link>
					<pubDate>Sun, 10 Aug 2014 16:28:17 +0000</pubDate>
					<dc:creator>Greg W</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81707</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-81707</link>
					<pubDate>Sun, 10 Aug 2014 16:58:28 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Your&#8217;e welcome 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-123822</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-123822</link>
					<pubDate>Sun, 12 Oct 2014 17:33:34 +0000</pubDate>
					<dc:creator>Damirres</dc:creator>

					<description>
						<![CDATA[
						<p>Hi X Team,</p>
<p>first of all GREAT WORK!!!</p>
<p>Im really enjoying working with the Integrity.</p>
<p>Question:</p>
<p>I would like to show Essential Grid only on certain page above header and cant figure it out how. I followed above steps and managed to integrate Essential Grid above Header but its shown on all pages.</p>
<p>Here is php:</p>
<p>&lt;?php</p>
<p>// =============================================================================<br />
// VIEWS/INTEGRITY/WP-HEADER.PHP<br />
// &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
// Header output for Integrity.<br />
// =============================================================================</p>
<p>?&gt;</p>
<p>&lt;?php x_get_view( &#8216;global&#8217;, &#8216;_header&#8217; ); ?&gt;</p>
<p>&lt;?php x_get_view( &#8216;global&#8217;, &#8216;_slider-revolution-above&#8217; ); ?&gt;</p>
<p>&lt;?php echo do_shortcode(&#8216;[ess_grid alias=&#8221;Style 2 &#8211; Even Grid&#8221;]&#8217;) ?&gt;</p>
<p>  &lt;header class=&#8221;&lt;?php x_masthead_class(); ?&gt;&#8221; role=&#8221;banner&#8221;&gt;<br />
    &lt;?php x_get_view( &#8216;global&#8217;, &#8216;_topbar&#8217; ); ?&gt;<br />
    &lt;?php x_get_view( &#8216;global&#8217;, &#8216;_navbar&#8217; ); ?&gt;<br />
    &lt;?php x_get_view( &#8216;integrity&#8217;, &#8216;_breadcrumbs&#8217; ); ?&gt;<br />
  &lt;/header&gt;</p>
<p>  &lt;?php x_get_view( &#8216;global&#8217;, &#8216;_slider-revolution-below&#8217; ); ?&gt;<br />
  &lt;?php x_get_view( &#8216;integrity&#8217;, &#8216;_landmark-header&#8217; ); ?&gt;</p>
<p>Please help,</p>
<p>Regards,</p>
<p>Damir</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-124128</guid>
					<title><![CDATA[Reply To: Place the &quot;Essential Grid&quot; direct above or below Masthead]]></title>
					<link>https://theme.co/archive/forums/topic/place-the-essential-grid-direct-above-or-below-masthead/#post-124128</link>
					<pubDate>Mon, 13 Oct 2014 11:13:55 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Damir,</p>
<p>Please refer to this post <a href="http://theme.co/x/member/forums/topic/essential-grid-above-header-on-certain-page-only/" rel="nofollow">http://theme.co/x/member/forums/topic/essential-grid-above-header-on-certain-page-only/</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

