<?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>Revolution Slider below masthead in Portfolio Item &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 02:36:36 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338096</guid>
					<title><![CDATA[Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338096</link>
					<pubDate>Thu, 23 Jul 2015 10:18:45 +0000</pubDate>
					<dc:creator>Fabio M</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
using Cornerstone I added a revolution within the portfolio item slider as you can see <a href="http://kinno.altervista.org/?x-portfolio=marilyn" rel="nofollow">here</a></p>
<p>What I want is for the revolution slider is inserted below the masthead and centered keeping all other sections. it&#8217;s possible? I am attaching a screenshot to help you understand. <img decoding="async" src="http://i57.tinypic.com/103iv7k.jpg" alt="slider" /></p>
<p>Thank You! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338128</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338128</link>
					<pubDate>Thu, 23 Jul 2015 11:13:44 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Fabia,</p>
<p>Thanks for writing in!</p>
<p>In that case, you can use <strong>Below Masthead Slider</strong> instead. Please watch our video walkthrough on <a href="https://theme.co/x/member/kb/sliders/" rel="nofollow">sliders</a> for setup instructions.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338140</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338140</link>
					<pubDate>Thu, 23 Jul 2015 11:38:06 +0000</pubDate>
					<dc:creator>Fabio M</dc:creator>

					<description>
						<![CDATA[
						<p>Ehm&#8230;the options Below and Above Masthead are available only on pages! But not in a Portfolio Item&#8230;so if a click Portfolio -&gt; Add New Item i cannot set a Below Masthead Slider&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338192</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338192</link>
					<pubDate>Thu, 23 Jul 2015 12:42:38 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Regretfully this isn&#8217;t possible with portfolio items. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338198</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338198</link>
					<pubDate>Thu, 23 Jul 2015 12:51:20 +0000</pubDate>
					<dc:creator>Fabio M</dc:creator>

					<description>
						<![CDATA[
						<p>Hello guys,</p>
<p>I found this old post <a href="https://community.theme.co//forums/topic/revolution-slider-above-masthead-in-portfolio-with-ethos/" rel="nofollow">https://community.theme.co//forums/topic/revolution-slider-above-masthead-in-portfolio-with-ethos/</a> where you suggested to the boy who asked for a solution to the same problem to use a code that you have written the same post. I tried to use the same code with some changes:</p>
<p>First of all i&#8217;ve added the classes .wpb_revslider_element.wpb_content_element to the raw containing the revolution slider, then</p>
<p>for the JQUERY i&#8217;ve used:</p>
<p>jQuery( document ).ready(function() {<br />
  jQuery( &#8220;.wpb_revslider_element.wpb_content_element&#8221; ).insertAfter( &#8220;.single-x-portfolio .masthead&#8221; );<br />
});</p>
<p>and for the CSS:</p>
<p>.single-x-portfolio .wpb_revslider_element.wpb_content_element {<br />
    display: block;<br />
    margin: 0 auto;<br />
    width: 1200px;<br />
}</p>
<p>This is the result:</p>
<p><img decoding="async" src="http://i61.tinypic.com/2m7aq0o.png" alt="almostok" /></p>
<p>can you help me to center the slider starting from the code I used above?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338337</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338337</link>
					<pubDate>Thu, 23 Jul 2015 16:05:56 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>Kindly replace your CSS code with the following CSS under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>:</p>
<pre><code>.single-x-portfolio .wpb_revslider_element.wpb_content_element {
display: block;
margin: 0 auto;
width: 100% !important;
}</code></pre>
<p>Let us know how it goes.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338410</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338410</link>
					<pubDate>Thu, 23 Jul 2015 17:25:32 +0000</pubDate>
					<dc:creator>Fabio M</dc:creator>

					<description>
						<![CDATA[
						<p>Oh yes! Thank you so mutch, it worked like a charm!</p>
<p>Now i&#8217;m trying to insert a Scroll Bottom Anchor pasting the code below in a layer of the revolution slider:</p>
<pre><code>&lt;a href=&quot;#&quot; class=&quot;x-slider-scroll-bottom below bottom center&quot;&gt;
          &lt;i class=&quot;x-icon-angle-down&quot; data-x-icon=&quot;&quot;&gt;&lt;/i&gt;
        &lt;/a&gt;</code></pre>
<p>icon appears but when clicked nothing happens.<br />
What am I doing wrong?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338619</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338619</link>
					<pubDate>Thu, 23 Jul 2015 20:38:47 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>To assist you with this issue, we&#8217;ll first need you to provide us with your URL to the page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338622</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338622</link>
					<pubDate>Thu, 23 Jul 2015 20:44:20 +0000</pubDate>
					<dc:creator>Fabio M</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338859</guid>
					<title><![CDATA[Reply To: Revolution Slider below masthead in Portfolio Item]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-below-masthead-in-portfolio-item/#post-338859</link>
					<pubDate>Fri, 24 Jul 2015 01:56:29 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.</p>
<p>Thanks for understanding.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

