<?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: slideshow caption - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/slideshow-caption</link>
		<description>Support Forum - Tag: slideshow caption - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 14:58:26 +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/slideshow-caption" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Change slideshow_caption colour"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow_caption-colour#post-84922</link>
			<pubDate>Thu, 22 Nov 2012 01:47:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pedroPuerto,&#60;/p&#62;
&#60;p&#62;Glad that you fixed it. And thanks for sharing the solution. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Change slideshow_caption colour"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow_caption-colour#post-84859</link>
			<pubDate>Wed, 21 Nov 2012 10:30:10 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found a solution ;-)&#60;/p&#62;
&#60;p&#62;/*caption frame*/&#60;br /&#62;
.caption_framed .slideshow_caption .slideshow_inner_caption{&#60;br /&#62;
background: rgba(255,255,255,0.5);&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Change slideshow_caption colour"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow_caption-colour#post-84842</link>
			<pubDate>Wed, 21 Nov 2012 09:01:37 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I try to change the #000 to #ffff color with opacity in the slider with this css code over custom.css&#60;/p&#62;
&#60;p&#62;.slideshow_caption{&#60;br /&#62;
background: rgba(255, 255, 255, 0.5);&#60;br /&#62;
}&#60;br /&#62;
.slideshow_caption{&#60;br /&#62;
background: #ffffff;&#60;br /&#62;
filter: alpha(opacity = 70);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Don´t work, How can i change the colour?&#60;/p&#62;
&#60;p&#62;tx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Where in the theme is the code for &#039;slideshow_caption&#039;"</title>
			<link>http://www.kriesi.at/support/topic/where-in-the-theme-is-the-code-for-slideshow_caption#post-80791</link>
			<pubDate>Tue, 23 Oct 2012 16:45:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi InterdisciplinaryInnovation,&#60;/p&#62;
&#60;p&#62;That may be a complicated task if you aren't familiar with javascript already. The slideshow function is built in includes&#38;gt;helper-slideshow.php. &#60;/p&#62;
&#60;p&#62;You can add or modify the js in avia.js.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>InterdisciplinaryInnovation on "Where in the theme is the code for &#039;slideshow_caption&#039;"</title>
			<link>http://www.kriesi.at/support/topic/where-in-the-theme-is-the-code-for-slideshow_caption#post-80693</link>
			<pubDate>Mon, 22 Oct 2012 22:23:51 +0000</pubDate>
			<dc:creator>InterdisciplinaryInnovation</dc:creator>
			<guid isPermaLink="false">80693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am attempting to add code that will show/hide the 'slideshow_caption' div on the portfolio thumbnail, but I don't know where in the theme to find the code that builds the slideshow caption and text.  I will be attempting to use the following solution: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stackoverflow.com/questions/2707100/how-to-show-hidden-divs-on-mouseover&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/2707100/how-to-show-hidden-divs-on-mouseover&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;on the below page.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://therealmofpossibility.org/partners/harvardglobalhealthinstitute/&#34; rel=&#34;nofollow&#34;&#62;http://therealmofpossibility.org/partners/harvardglobalhealthinstitute/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In other words, I'm looking to make the caption and its text appear on mouseover and disappear after mouseoff.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
