<?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>BlueOwlCreative  &#187;  Topic: Make sidebar drop under rev slider</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:15:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19110</guid>
					<title><![CDATA[Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19110</link>
					<pubDate>Mon, 21 Apr 2014 16:11:03 +0000</pubDate>
					<dc:creator>marcj</dc:creator>

					<description>
						<![CDATA[
						<p>How can I make the sidebar drop beneath the full page (boxed) rev slider?</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19111</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19111</link>
					<pubDate>Mon, 21 Apr 2014 19:00:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!</p>
<p>Are you using a revslider on a page+sidebar templated page? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19112</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19112</link>
					<pubDate>Mon, 21 Apr 2014 21:05:03 +0000</pubDate>
					<dc:creator>marcj</dc:creator>

					<description>
						<![CDATA[
						<p>Yes mate. </p>
<p>[rev_slider slidername]<br />
[heading centered="no" margin_bottom="no" large="no" background="yes"]Welcome to website.[/heading]</p>
<p>No parent, template &#8211; page+sidebar</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19127</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19127</link>
					<pubDate>Tue, 22 Apr 2014 11:27:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You have several options, I think the easiest would be to copy that entire template to a new file (page_sidebar.php), for example (slider_page_sidebar.php), then rename the comments on top of the file. That way you will be able to select it for your pages. Then add the slider you want to use to the template above the:</p>
<p><code>&lt;div class=&quot;row&quot;&gt;</code>  that holds the content and the sidebar. Add it with its code adding, not shortcode (in the slider you can see how to add sliders to the template code). Then simply use this template for your specific page. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19128</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19128</link>
					<pubDate>Tue, 22 Apr 2014 14:43:32 +0000</pubDate>
					<dc:creator>marcj</dc:creator>

					<description>
						<![CDATA[
						<p>Not working &#8211; is my code bust?</p>
<p>&lt;?php<br />
/**<br />
 * Template Name: Sidebar under Slider<br />
 *<br />
 * A Full Width custom page template with sidebar under slider.<br />
 * @package WordPress<br />
 */</p>
<p>get_header(); ?&gt;</p>
<p>&lt;div class=&#8221;content_bgr&#8221;&gt;</p>
<p>&lt;?php	// Shall we display the page heading<br />
		$hide_heading = get_post_meta($post-&gt;ID, &#8216;boc_page_heading_set&#8217;, true);<br />
		if($hide_heading!==&#8217;yes&#8217;) {<br />
?&gt;<br />
	&lt;?php if((is_page() || is_single()) &amp;&amp; !is_front_page()): ?&gt;<br />
		&lt;div class=&#8221;full_container_page_title&#8221;&gt;<br />
			&lt;div class=&#8221;container startNow animationStart&#8221;&gt;<br />
			&lt;?php putRevSlider(&#8220;validhome&#8221;,&#8221;2,10&#8243;) ?&gt;	</p>
<p>				&lt;div class=&#8221;row no_bm&#8221;&gt;<br />
					&lt;div class=&#8221;sixteen columns&#8221;&gt;<br />
						&lt;?php boc_breadcrumbs(); ?&gt;<br />
						&lt;div class=&#8221;page_heading&#8221;&gt;&lt;h1&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;/div&gt;<br />
					&lt;/div&gt;<br />
				&lt;/div&gt;<br />
			&lt;/div&gt;<br />
		&lt;/div&gt;<br />
	&lt;?php endif; ?&gt;</p>
<p>&lt;?php 	} ?&gt;</p>
<p>&lt;div class=&#8221;container animationStart startNow&#8221;&gt;<br />
	&lt;div class=&#8221;row page_sidebar&#8221;&gt;</p>
<p>		&lt;!&#8211; Post &#8211;&gt;<br />
		&lt;div &lt;?php post_class(&#8221;); ?&gt; id=&#8221;post-&lt;?php the_ID(); ?&gt;&#8221; &gt;</p>
<p>			&lt;?php<br />
				// Check where sidebar should be<br />
				$sidebar_left = false;<br />
				if(ot_get_option(&#8216;sidebar_layout&#8217;,'right-sidebar&#8217;)==&#8217;left-sidebar&#8217;){<br />
					$sidebar_left=true;<br />
				}<br />
				// Place sidebar if it&#8217;s left<br />
				($sidebar_left ? get_sidebar() : &#8221;);<br />
			?&gt;	</p>
<p>			&lt;div class=&#8221;twelve columns&#8221;&gt;<br />
				&lt;?php while (have_posts()) : the_post(); ?&gt;<br />
				&lt;?php the_content() ?&gt;<br />
				&lt;?php endwhile; ?&gt;<br />
			&lt;/div&gt;</p>
<p>		&lt;?php // Place sidebar if it&#8217;s right<br />
			  (!$sidebar_left ? get_sidebar() : &#8221;);?&gt;</p>
<p>		&lt;/div&gt;<br />
		&lt;!&#8211; Post :: END &#8211;&gt;</p>
<p>	&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;<br />
&lt;?php get_footer(); ?&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19129</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19129</link>
					<pubDate>Tue, 22 Apr 2014 21:25:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, seems about right, I haven&#8217;t really debugged your code but&#8230; what error do you get?</p>
<p>Shouldn&#8217;t you have a semicolon at the back of the method for the slider, like so:</p>
<p><code>putRevSlider(“validhome”,”2,10″);</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19137</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19137</link>
					<pubDate>Wed, 23 Apr 2014 17:39:24 +0000</pubDate>
					<dc:creator>marcj</dc:creator>

					<description>
						<![CDATA[
						<p>It looks identical to the original. No slider appears.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19177</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19177</link>
					<pubDate>Thu, 24 Apr 2014 08:20:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Did you set the new template for this specific page and do you have your &#8220;validhome&#8221; slider setup?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19189</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19189</link>
					<pubDate>Thu, 24 Apr 2014 09:08:02 +0000</pubDate>
					<dc:creator>marcj</dc:creator>

					<description>
						<![CDATA[
						<p>Yep and yep.</p>
<p>Copied old php &#8211; amended as above, uploaded via FTP (is that an issue?), selected it.</p>
<p>If I use the short code on the page the Revslider appears (to the left of the sidebar) but either way the slider doesn&#8217;t show from the page template.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19201</guid>
					<title><![CDATA[Reply To: Make sidebar drop under rev slider]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/make-sidebar-drop-under-rev-slider/#post-19201</link>
					<pubDate>Thu, 24 Apr 2014 13:39:01 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again, </p>
<p>What&#8217;s your URL, also send me your credentials so I dig into it (mark your reply as private below). </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

