<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: slider caption - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/slider-caption</link>
		<description>Support Forum - Tag: slider caption - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 09:04:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/slider-caption" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-78277</link>
			<pubDate>Tue, 02 Oct 2012 18:56:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi newspotlightconsulting,&#60;/p&#62;
&#60;p&#62;We'll need to see the specific page you are trying to modify the slideshow caption are on. That way its customized to only effect that specific page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newspotlightconsulting on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-78079</link>
			<pubDate>Mon, 01 Oct 2012 13:13:44 +0000</pubDate>
			<dc:creator>newspotlightconsulting</dc:creator>
			<guid isPermaLink="false">78079@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just noticed it does change!&#60;/p&#62;
&#60;p&#62;I just found the first photo on my frontpage slide shows the caption on different width!!  but not the second photo.&#60;/p&#62;
&#60;p&#62;My specific need now is to change the width/height of the caption on the slide on a different webpage.  The slide has only one photo.&#60;/p&#62;
&#60;p&#62;Thank you again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newspotlightconsulting on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-78078</link>
			<pubDate>Mon, 01 Oct 2012 13:10:05 +0000</pubDate>
			<dc:creator>newspotlightconsulting</dc:creator>
			<guid isPermaLink="false">78078@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Ismael,&#60;br /&#62;
Is it possible to custom the caption title's size and width or height for a specific webpage's slide?&#60;br /&#62;
I added this &#60;/p&#62;
&#60;p&#62;#top .caption_supersize .slideshow_caption {&#60;br /&#62;
   width: 60% !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;in my custom.css, but nothing seems to have been changed.&#60;/p&#62;
&#60;p&#62;Thank you very much for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-72020</link>
			<pubDate>Tue, 21 Aug 2012 03:42:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Glad that we could help. For the slide caption width, you can add this to your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .caption_supersize .slideshow_caption {
   width: 60% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the width. The default width is 50%. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cbivins on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-71973</link>
			<pubDate>Mon, 20 Aug 2012 21:17:22 +0000</pubDate>
			<dc:creator>cbivins</dc:creator>
			<guid isPermaLink="false">71973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! That worked great! I'm also interested in changing the size and width of the slide caption.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-71307</link>
			<pubDate>Thu, 16 Aug 2012 05:10:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71307@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;You can add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.template-dynamic-frontpage .dynamic_textarea_p p {
   font-size: 24px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the code doesn't work, try to use this one instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.template-dynamic-frontpage .dynamic_textarea_p p {
   font-size: 24px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the font-size value. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cbivins on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-71285</link>
			<pubDate>Thu, 16 Aug 2012 00:23:56 +0000</pubDate>
			<dc:creator>cbivins</dc:creator>
			<guid isPermaLink="false">71285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Sorry about that. I meant to include the link. It's &#60;a href=&#34;http://www.bkb-law.com/wp&#34; rel=&#34;nofollow&#34;&#62;http://www.bkb-law.com/wp&#60;/a&#62;. I added the above code to the custom css but it didn't seem to have an effect.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-71246</link>
			<pubDate>Wed, 15 Aug 2012 21:43:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71246@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a link on your website?&#60;/p&#62;
&#60;p&#62;Are you talking about the callout area? You can put this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .callout p {
font-size: 48px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cbivins on "Homepage font customization"</title>
			<link>http://www.kriesi.at/support/topic/homepage-font-customization#post-71201</link>
			<pubDate>Wed, 15 Aug 2012 16:25:44 +0000</pubDate>
			<dc:creator>cbivins</dc:creator>
			<guid isPermaLink="false">71201@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I would like to change a couple of fonts on the homepage. I would like to change the text area that says &#34;attorneys at law&#34; to a larger font. I've also changed the font style in the theme options to eb garamond, but it's not having any effect on the home page. I like to change to font size and width of the slide captions as well to a larger font with less width.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "slider caption"</title>
			<link>http://www.kriesi.at/support/topic/slider-caption#post-27754</link>
			<pubDate>Sun, 25 Sep 2011 07:56:17 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">27754@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad to see you've got it to work :) Thanks for the links, I'm sure many people will enjoy it =]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "slider caption"</title>
			<link>http://www.kriesi.at/support/topic/slider-caption#post-27691</link>
			<pubDate>Sat, 24 Sep 2011 07:20:01 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;here is the whole documentation - have fun&#60;br /&#62;
&#60;a href=&#34;http://www.progressivered.com/cu3er/docs/&#34; rel=&#34;nofollow&#34;&#62;http://www.progressivered.com/cu3er/docs/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "slider caption"</title>
			<link>http://www.kriesi.at/support/topic/slider-caption#post-27681</link>
			<pubDate>Fri, 23 Sep 2011 23:55:32 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wow, one should read:&#60;br /&#62;
&#60;a href=&#34;http://www.progressivered.com/cu3er/docs/quick_start.html&#34; rel=&#34;nofollow&#34;&#62;http://www.progressivered.com/cu3er/docs/quick_start.html&#60;/a&#62; and&#60;br /&#62;
&#60;a href=&#34;http://www.progressivered.com/cu3er/docs/xml_reference.html&#34; rel=&#34;nofollow&#34;&#62;http://www.progressivered.com/cu3er/docs/xml_reference.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the slideshow is so much more customizable than with the display menu.&#60;br /&#62;
astonishing!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "slider caption"</title>
			<link>http://www.kriesi.at/support/topic/slider-caption#post-27468</link>
			<pubDate>Wed, 21 Sep 2011 10:19:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use the config.xml file (located in display/slideshow folder) to add captions/descriptions to your images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "slider caption"</title>
			<link>http://www.kriesi.at/support/topic/slider-caption#post-27357</link>
			<pubDate>Mon, 19 Sep 2011 23:39:56 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">27357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, how can i add a caption for pictures in the slider.&#60;br /&#62;
i saw its possible &#60;a href=&#34;http://bauverlag.at/&#34; rel=&#34;nofollow&#34;&#62;http://bauverlag.at/&#60;/a&#62; but cannot figure it out in the backend
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
