<?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 - Topic: Slider Content Position - Broadscope</title>
		<link>http://www.kriesi.at/support/topic/slider-content-position-broadscope</link>
		<description>Support Forum - Topic: Slider Content Position - Broadscope</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 23:54:57 +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/topic/slider-content-position-broadscope" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Slider Content Position - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/slider-content-position-broadscope#post-84496</link>
			<pubDate>Mon, 19 Nov 2012 03:08:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dave,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavidS72 on "Slider Content Position - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/slider-content-position-broadscope#post-84492</link>
			<pubDate>Mon, 19 Nov 2012 02:17:32 +0000</pubDate>
			<dc:creator>DavidS72</dc:creator>
			<guid isPermaLink="false">84492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THANKS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slider Content Position - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/slider-content-position-broadscope#post-84106</link>
			<pubDate>Thu, 15 Nov 2012 16:43:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dave,&#60;/p&#62;
&#60;p&#62;I played around with it a bit and if you add the following to your custom.css file in your css folder (within your theme files) you can get the caption to do something pretty close to that image.&#60;/p&#62;
&#60;p&#62;I have not tested it in older versions of IE or anything, but it should work on any modern browser:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.feature_excerpt {
    bottom: 120px;
    right: 30%;
    width: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 28px;
}
#featured .feature_excerpt h1 {
    width: 390px;
}
#featured .feature_excerpt .featured_caption {
    width: 390px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The one catch is that since the captions are not hidden on slides without captions, it causes the box to appear without text inside of it on those captions. So you can use a bit more css to hide it specifically on those or just add captions to all your images.&#60;/p&#62;
&#60;p&#62;The css to hide them would be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.featured_container3 .feature_excerpt {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where the featured_container3 is the number of the slide. To further complicate things, it'll all need to be singled out for the specific page you want the change to be on. So if its the home page, you need to add #top.home to all of the css declarations above before the rest of the classes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavidS72 on "Slider Content Position - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/slider-content-position-broadscope#post-83986</link>
			<pubDate>Wed, 14 Nov 2012 22:10:43 +0000</pubDate>
			<dc:creator>DavidS72</dc:creator>
			<guid isPermaLink="false">83986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I just need the content on all slides to sit up like the third fish bowl slide here: &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=broadscope&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=broadscope&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but now I look at that I realise that is part of the image.&#60;/p&#62;
&#60;p&#62;THANKS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slider Content Position - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/slider-content-position-broadscope#post-83920</link>
			<pubDate>Wed, 14 Nov 2012 16:27:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dave,&#60;/p&#62;
&#60;p&#62;Those options are not available with Broadscope and were only introduced with Coherence and those themes that have come afterwards.&#60;/p&#62;
&#60;p&#62;We may be able to help re-position the caption content a bit but it just depends on what you would like to change.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavidS72 on "Slider Content Position - Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/slider-content-position-broadscope#post-83772</link>
			<pubDate>Wed, 14 Nov 2012 01:03:52 +0000</pubDate>
			<dc:creator>DavidS72</dc:creator>
			<guid isPermaLink="false">83772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just want to change the slider content position.&#60;/p&#62;
&#60;p&#62;I found this: &#60;a href=&#34;http://www.kriesi.at/support/topic/different-position-of-caption-in-each-slide-on-home-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/different-position-of-caption-in-each-slide-on-home-page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But I do not see these options.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Dave
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
