<?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: How to disable display image title when hovering over image</title>
		<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image</link>
		<description>Support Forum - Topic: How to disable display image title when hovering over image</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 16:20:25 +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/how-to-disable-display-image-title-when-hovering-over-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-97793</link>
			<pubDate>Thu, 21 Feb 2013 09:20:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi JNYB,&#60;/p&#62;
&#60;p&#62;Thanks for sharing the solution. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JNYB on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-97787</link>
			<pubDate>Thu, 21 Feb 2013 08:57:06 +0000</pubDate>
			<dc:creator>JNYB</dc:creator>
			<guid isPermaLink="false">97787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Correction: Using the above line only fixed the title display on link through images. Including a second line of code with just 'img' being used solved the problem for the images in the slider as well.&#60;/p&#62;
&#60;p&#62;This is what I used for the final solution:&#60;/p&#62;
&#60;p&#62;jQuery('a img').attr('title','');&#60;br /&#62;
jQuery('img').attr('title','');
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JNYB on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-97785</link>
			<pubDate>Thu, 21 Feb 2013 08:52:21 +0000</pubDate>
			<dc:creator>JNYB</dc:creator>
			<guid isPermaLink="false">97785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Neither the of these was working for me either but adding an img after the a in the solution found here: &#60;a href=&#34;http://www.kriesi.at/support/topic/title-tag-how-to-disable&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/title-tag-how-to-disable&#60;/a&#62;  ended up doing the trick! &#60;/p&#62;
&#60;p&#62;What I ended up using:&#60;/p&#62;
&#60;p&#62;jQuery('a img').attr('title','');
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-84034</link>
			<pubDate>Thu, 15 Nov 2012 07:12:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can add it to js/avia.js - insert the code at the very top after/below following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-83953</link>
			<pubDate>Wed, 14 Nov 2012 18:56:06 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83953@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Sorry to leap into this post. I need to try the same for my site too. In which file should I add the code? .CSS?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-83863</link>
			<pubDate>Wed, 14 Nov 2012 12:28:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not aware of another solution. Obviously there're better solutions (eg &#60;a href=&#34;http://forum.jquery.com/topic/hiding-title-and-alt-tooltips&#34; rel=&#34;nofollow&#34;&#62;http://forum.jquery.com/topic/hiding-title-and-alt-tooltips&#60;/a&#62; or &#60;a href=&#34;http://stackoverflow.com/questions/3885920/jquery-hide-title-attribute-but-not-remove-it&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/3885920/jquery-hide-title-attribute-but-not-remove-it&#60;/a&#62; ) but they're all based on the same jquery function and if it doesn't work with the code I posted above it won't work with these solutions too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-83738</link>
			<pubDate>Tue, 13 Nov 2012 20:40:41 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">83738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i have tried this as well and it does not work - the title is still coming up on the slider images for the featured media - is there another way of doing this?&#60;/p&#62;
&#60;p&#62;here is what i have:&#60;/p&#62;
&#60;p&#62;/* this prevents dom flickering, needs to be outside of dom.ready event: */&#60;br /&#62;
document.documentElement.className += 'js_active';&#60;br /&#62;
/*end dom flickering =) */&#60;/p&#62;
&#60;p&#62;//global path: avia_framework_globals.installedAt&#60;/p&#62;
&#60;p&#62;jQuery.noConflict();&#60;br /&#62;
jQuery(document).ready(function(){&#60;br /&#62;
	jQuery('a img').attr('title','');&#60;/p&#62;
&#60;p&#62;	jQuery(window).resize(avia_menu_align);&#60;br /&#62;
	setTimeout(avia_menu_align,150);&#60;/p&#62;
&#60;p&#62;	setTimeout(function(){&#60;/p&#62;
&#60;p&#62;		if(jQuery.fn.avia_base_slider)&#60;br /&#62;
		{&#60;br /&#62;
			jQuery('.fade_slider').avia_base_slider({transition:'fade', globalDelay:150});&#60;br /&#62;
			jQuery('.move_slider').avia_base_slider({globalDelay:150});&#60;br /&#62;
			jQuery('.slideshow').avia_base_control_hide();&#60;br /&#62;
			jQuery('.slideshow').avia_external_controls();&#60;br /&#62;
		}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-56120</link>
			<pubDate>Tue, 15 May 2012 06:08:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try following code instead. Add it to js/avia.js after the document.ready line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;a img&#38;#39;).removeAttr(&#38;#39;title&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;#39;img&#38;#39;).removeAttr(&#38;#39;title&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ismasans on "How to disable display image title when hovering over image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-disable-display-image-title-when-hovering-over-image#post-55536</link>
			<pubDate>Thu, 10 May 2012 14:43:15 +0000</pubDate>
			<dc:creator>ismasans</dc:creator>
			<guid isPermaLink="false">55536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I dont want to display the title of the image when mouse is over an image.&#60;/p&#62;
&#60;p&#62;I have try doing this: &#60;a href=&#34;http://www.kriesi.at/support/topic/title-tag-how-to-disable&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/title-tag-how-to-disable&#60;/a&#62;&#60;br /&#62;
But it doesn't work in Angular theme&#60;/p&#62;
&#60;p&#62;How can I disable this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
