<?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: Removing the slider title when hovering over thumbnails</title>
		<link>http://www.kriesi.at/support/topic/removing-the-slider-title-when-hovering-over-thumbnails</link>
		<description>Support Forum - Topic: Removing the slider title when hovering over thumbnails</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 22:51: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/topic/removing-the-slider-title-when-hovering-over-thumbnails" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Removing the slider title when hovering over thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-slider-title-when-hovering-over-thumbnails#post-6163</link>
			<pubDate>Thu, 07 Oct 2010 06:24:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Kriesi could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thegreatdanton on "Removing the slider title when hovering over thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-slider-title-when-hovering-over-thumbnails#post-6116</link>
			<pubDate>Wed, 06 Oct 2010 15:48:45 +0000</pubDate>
			<dc:creator>thegreatdanton</dc:creator>
			<guid isPermaLink="false">6116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Removing the slider title when hovering over thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-slider-title-when-hovering-over-thumbnails#post-5814</link>
			<pubDate>Fri, 01 Oct 2010 15:45:36 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">5814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can remove the titles above the thumbnails by changing your style.css file. search for:&#60;/p&#62;
&#60;pre&#62;
#top .slideThumbTitle {
bottom:80px;
display:none;
left:-35px;
padding-bottom:12px;
position:absolute;
width:160px;
}
&#60;/pre&#62;
&#60;p&#62;and change it to &#60;/p&#62;
&#60;pre&#62;
#top .slideThumbTitle {
bottom:80px;
display:none !important;
left:-35px;
padding-bottom:12px;
position:absolute;
width:160px;
}
&#60;/pre&#62;
&#60;p&#62;To remove the title tags you would need to edit the output of the image displaying function: open framework/helper_functions/kriesi_post_thumb.php and remove every instance of &#60;/p&#62;
&#60;pre&#62;
title=&#34;'.get_the_title().'&#34;
&#60;/pre&#62;
&#60;p&#62;(line 132,150,157,167)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thegreatdanton on "Removing the slider title when hovering over thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-slider-title-when-hovering-over-thumbnails#post-5374</link>
			<pubDate>Thu, 23 Sep 2010 12:10:54 +0000</pubDate>
			<dc:creator>thegreatdanton</dc:creator>
			<guid isPermaLink="false">5374@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'm just wondering how do I remove the slider headings when you hover over the slider thumbnails on the homepage? Also, when you hover over the main slider on the homepage the title appears. How can I remove this?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
