<?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 remove image title popup in the portfolio?</title>
		<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio</link>
		<description>Support Forum - Topic: How to remove image title popup in the portfolio?</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 10:10:39 +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-remove-image-title-popup-in-the-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95528</link>
			<pubDate>Wed, 06 Feb 2013 20:59:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Clément,&#60;/p&#62;
&#60;p&#62;The function is working properly though you don't need in both the footer and the avia.js file.&#60;/p&#62;
&#60;p&#62;I'm not sure why you are still seeing the title but I don't know of another way to remove it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Necka on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95413</link>
			<pubDate>Wed, 06 Feb 2013 09:33:30 +0000</pubDate>
			<dc:creator>Necka</dc:creator>
			<guid isPermaLink="false">95413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter!!!&#60;/p&#62;
&#60;p&#62;I clear my browser cache and i have try on several different browser and it still don't work. Because i have put javascript in the footer.php, i success to avoid image title to popup on the home page and in the portfolio archives.&#60;/p&#62;
&#60;p&#62;But when the image in portfolio use  javascript process it's not working, and the image title still popup when you put the mouse on it. The title only popup when the image appear on the top of the page. &#60;/p&#62;
&#60;p&#62;So i think the solution is in the avia.js file but I still don't know what to do.&#60;/p&#62;
&#60;p&#62;I'm sorry for my english and my lack of knowledge i hope you can understand me. Thanks for trying to help me it's very nice.&#60;/p&#62;
&#60;p&#62;Clément
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95406</link>
			<pubDate>Wed, 06 Feb 2013 08:36:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I tested your website with Chrome and it seems to work just fine on my computer. Please try to clear your browser cache. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Necka on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95307</link>
			<pubDate>Tue, 05 Feb 2013 16:50:06 +0000</pubDate>
			<dc:creator>Necka</dc:creator>
			<guid isPermaLink="false">95307@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter for your help,&#60;/p&#62;
&#60;p&#62;But still doesn't work ? Any guess ? I don't know what to do.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Clément
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95197</link>
			<pubDate>Tue, 05 Feb 2013 08:13:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function($){
$(&#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>Necka on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95148</link>
			<pubDate>Mon, 04 Feb 2013 23:39:02 +0000</pubDate>
			<dc:creator>Necka</dc:creator>
			<guid isPermaLink="false">95148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your quick answer Devin,&#60;/p&#62;
&#60;p&#62;I have try what you said by changing the avia.js but it's not working. I'm not really confortable with js so maybe it's because i'm not writing the good thing. I tried a lot of different thing but none working. Like this one:&#60;/p&#62;
&#60;p&#62;jQuery.noConflict();&#60;br /&#62;
jQuery(document).ready(function(){&#60;/p&#62;
&#60;p&#62;jQuery(document).ready(function($){&#60;br /&#62;
$('[title]').removeAttr('title');&#60;br /&#62;
});&#60;/p&#62;
&#60;p&#62;Do you have an other solution ? Thank for trying to help me.&#60;br /&#62;
Sincerely&#60;br /&#62;
Clément
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95107</link>
			<pubDate>Mon, 04 Feb 2013 19:15:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Clément,&#60;/p&#62;
&#60;p&#62;Try adding your javascript to the js&#38;gt;avia.js file in your theme files. Just after the:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery.noConflict();
jQuery(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Necka on "How to remove image title popup in the portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-image-title-popup-in-the-portfolio#post-95006</link>
			<pubDate>Mon, 04 Feb 2013 14:24:38 +0000</pubDate>
			<dc:creator>Necka</dc:creator>
			<guid isPermaLink="false">95006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I try to remove the image title popup tooltip in the portfolio section. In fact i success to do that in the home page by adding to footer.php before &#38;lt;/body&#38;gt;:&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
jQuery('document').ready(function($){&#60;br /&#62;
	$('[title]').removeAttr('title');&#60;br /&#62;
});&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;But it doesn't work with image in the portfolio. In fact i still have an unwanted popup tooltip appears when I hover over an image.&#60;br /&#62;
Can you help me?&#60;/p&#62;
&#60;p&#62;Thank you very much&#60;br /&#62;
Clément
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
