<?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: Disable tooltip for specific categories</title>
		<link>http://www.kriesi.at/support/topic/disable-tooltip-for-specific-categories</link>
		<description>Support Forum - Topic: Disable tooltip for specific categories</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 06:25:24 +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/disable-tooltip-for-specific-categories" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Disable tooltip for specific categories"</title>
			<link>http://www.kriesi.at/support/topic/disable-tooltip-for-specific-categories#post-31775</link>
			<pubDate>Sun, 13 Nov 2011 03:08:13 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good to see you've got it to work :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gencoweb on "Disable tooltip for specific categories"</title>
			<link>http://www.kriesi.at/support/topic/disable-tooltip-for-specific-categories#post-31738</link>
			<pubDate>Sat, 12 Nov 2011 15:48:16 +0000</pubDate>
			<dc:creator>gencoweb</dc:creator>
			<guid isPermaLink="false">31738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i hacked it this way in the header and it's working&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
	if ( is_home() &#124;&#124; in_category(1) ) {&#60;br /&#62;
    ?&#38;gt;&#60;br /&#62;
	&#38;lt;style type=&#34;text/css&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;!--&#60;br /&#62;
	.tooltip{&#60;br /&#62;
	display: none !important;&#60;br /&#62;
	}&#60;br /&#62;
--&#38;gt;&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;br /&#62;
	&#38;lt;?php } ?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gencoweb on "Disable tooltip for specific categories"</title>
			<link>http://www.kriesi.at/support/topic/disable-tooltip-for-specific-categories#post-31702</link>
			<pubDate>Fri, 11 Nov 2011 15:31:31 +0000</pubDate>
			<dc:creator>gencoweb</dc:creator>
			<guid isPermaLink="false">31702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, it did what i though, a litle blank (white box) opened. like a 20px square.&#60;/p&#62;
&#60;p&#62;do you have a idea how to call .tooltip display: none only in the selected category?&#60;/p&#62;
&#60;p&#62;	.category-1 .item_big, .tooltip{&#60;br /&#62;
	display: none !important;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;Maybe if there's not any way, i can call this css only in the category i want in php in the header&#60;/p&#62;
&#60;p&#62;	.tooltip{&#60;br /&#62;
	display: none !important;&#60;br /&#62;
	}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Disable tooltip for specific categories"</title>
			<link>http://www.kriesi.at/support/topic/disable-tooltip-for-specific-categories#post-31685</link>
			<pubDate>Fri, 11 Nov 2011 06:51:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I thin the easiest way is to use css to hide the tooltip/big preview image. Use a code like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.category-15 .item_big{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- i.e. this will hide all tooltip images for the category with the id &#34;15&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gencoweb on "Disable tooltip for specific categories"</title>
			<link>http://www.kriesi.at/support/topic/disable-tooltip-for-specific-categories#post-31664</link>
			<pubDate>Thu, 10 Nov 2011 21:06:16 +0000</pubDate>
			<dc:creator>gencoweb</dc:creator>
			<guid isPermaLink="false">31664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i want to disable tooltips for some category,&#60;br /&#62;
Any tips to doing that?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
