<?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>Using Slider to display quotes &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/using-slider-to-display-quotes/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 19 Oct 2025 09:42:09 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81676</guid>
					<title><![CDATA[Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81676</link>
					<pubDate>Sun, 10 Aug 2014 15:31:01 +0000</pubDate>
					<dc:creator>David B</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support, </p>
<p>I am creating a slider on a page to show customer testimonials. I&#8217;ve stored the testimonials as posts using the type quote and want to use a Revolution Slider template to pull this information and show in the slider. To do this I need to know what &#8216;custom meta tags&#8217; to use in the slider for &#8216;The Quote&#8217; and &#8216;Citation&#8217;. Please can you tell me what I should use? I believe this is the format required %meta:somemegatag% if I&#8217;m to add this in the same way as other post data using the Slider template. Thanks for your help!</p>
<p>David.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81740</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81740</link>
					<pubDate>Sun, 10 Aug 2014 19:09:26 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi David,</p>
<p>Thanks for writing in!</p>
<p>Revolution slider does not support post format query, but it does support category filter. You may consider using category for your quotes.</p>
<p>1. Create revolution slider templates, then add one slide with post information.<br />
(with the latest rev. slider, you could use meta tags in layer. <strong>_x_quote_quote</strong> and <strong>_x_quote_cite</strong>)<br />
2. Create revolution slider with source type as posts, then select the category and then select the slider template you created.</p>
<blockquote class="wp-embedded-content" data-secret="YsR6qTuAXq"><p><a href="https://theme.co/archive/kb/sliders/">Sliders</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Sliders&#8221; &#8212; Themeco Community" src="https://theme.co/archive/kb/sliders/embed/#?secret=2x8OwyLNkh#?secret=YsR6qTuAXq" data-secret="YsR6qTuAXq" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81824</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81824</link>
					<pubDate>Sun, 10 Aug 2014 22:40:41 +0000</pubDate>
					<dc:creator>David B</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks guys, great support as always!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81843</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-81843</link>
					<pubDate>Sun, 10 Aug 2014 23:24:07 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re always welcome David!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101277</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101277</link>
					<pubDate>Tue, 09 Sep 2014 08:44:43 +0000</pubDate>
					<dc:creator>Paul Harvey</dc:creator>

					<description>
						<![CDATA[
						<p>This is the same question that I had, but I find the answer a little unsatisfactory, chiefly because %meta:_x_quote_cite% is not recognized.  Has this code been updated in the last month?</p>
<p>Also, your example was missing the CSS etc to make it look pretty, but I dug this up:</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;<br />
.bqstart {<br />
     float: left;<br />
     height: 45px;<br />
     margin-top: 3px;<br />
     padding-top: 45px;<br />
     margin-bottom: -50px;<br />
     font-size: 700%;<br />
     color: #FF0000;<br />
     font-family:Arial;<br />
 }</p>
<p> .bqend {<br />
     float: right;<br />
     height: 25px;<br />
     padding-top:80px;<br />
     font-size: 700%;<br />
     color: #FF0000;<br />
     font-family:Arial;<br />
}<br />
blockquote {<br />
     max-width:80%;<br />
}<br />
.citation {<br />
     font-size:smaller;<br />
     float:right;<br />
     clear:both;<br />
}<br />
&lt;/style&gt;</p>
<blockquote><p>&lt;span class=&#8221;bqstart&#8221;&gt;&#8220;&lt;/span&gt;%meta:_x_quote_quote%&lt;span class=&#8221;bqend&#8221;&gt;&#8221;&lt;/span&gt;</p></blockquote>
<p>&lt;div class=&#8221;citation&#8221;&gt;- %meta:_x_quote_cite%&lt;/div&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101298</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101298</link>
					<pubDate>Tue, 09 Sep 2014 09:06:12 +0000</pubDate>
					<dc:creator>Paul Harvey</dc:creator>

					<description>
						<![CDATA[
						<p>Just figured it out myself.  Can&#8217;t have more than one %meta:&#8230;% tag per layer.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101315</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101315</link>
					<pubDate>Tue, 09 Sep 2014 09:49:53 +0000</pubDate>
					<dc:creator>Paul Harvey</dc:creator>

					<description>
						<![CDATA[
						<p>But, I could use this little tidbit of information:  What&#8217;s the %meta:_x_&#8230;% tag for the featured image?</p>
<p>Trying to include the featured image with the quote.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101390</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-101390</link>
					<pubDate>Tue, 09 Sep 2014 12:49:32 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Paul,</p>
<p>Thank you for writing in!</p>
<p>You can try using <strong>_x_ethos_index_featured_post_layout</strong> for featured image.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-212197</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-212197</link>
					<pubDate>Sun, 22 Feb 2015 13:11:31 +0000</pubDate>
					<dc:creator>Paul Harvey</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry guys, but that tag for the featured image just returns an empty string.<br />
Can you send working sample code?</p>
<p>Also, if I set a featured image for a &#8220;Quote&#8221; type post, the whole background of the image is filled with the featured image, with size &amp; positioning CSS applied directly to the image element.  Where can I change the size &amp; position of the featured image?</p>
<p>Just to fill you in, I&#8217;m really just trying to make a quote slider that shows the photo of the person being quoted on the left of the quote itself.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-212375</guid>
					<title><![CDATA[Reply To: Using Slider to display quotes]]></title>
					<link>https://theme.co/archive/forums/topic/using-slider-to-display-quotes/#post-212375</link>
					<pubDate>Sun, 22 Feb 2015 20:03:50 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Paul,</p>
<p>Featured will be pick by the slider as background image and not part of meta information. Featured image is attachment (another post type for media). So, you can&#8217;t use it as meta. You can only use the reserved post&#8217;s string placeholders provided by the rev. slider. And we have no control over that 🙂</p>
<p>In short, what you&#8217;re trying to do is impossible. But, you can always use some altyernative 🙂</p>
<p>Go to &#8220;Screen Options&#8221; on top of your created post/quote and enable custom field. Then go to custom field section and add new field with name of <strong>x_featured_image</strong> and value as image url  ( eg. <a href="http://domain.com/featured-image.jpg" rel="nofollow">http://domain.com/featured-image.jpg</a> ). Then go back to your slider template and add new layer (not image layer), then insert html content with meta like this.</p>
<p><code>&lt;img src=&quot;%meta:x_featured_image%&quot; /&gt;</code></p>
<p>Hope this helps 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

