<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: How to disable expand tile on click</title>
		<link>http://www.themolitor.com/forums/topic/how-to-disable-expand-tile-on-click</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How to disable expand tile on click</description>
		<language>en-US</language>
		<pubDate>Wed, 06 May 2026 11:06:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/how-to-disable-expand-tile-on-click" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How to disable expand tile on click"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-disable-expand-tile-on-click#post-18155</link>
			<pubDate>Mon, 04 Feb 2013 13:23:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18155@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Open up custom.js and remove the following on lines 168-176...</p>
<pre><code>//TITLE CLICK
jQuery(&#039;.eventDetails h2&#039;).click(function(){
	if(jQuery(this).hasClass(&#039;close&#039;)){
		jQuery(this).removeClass(&#039;close&#039;).parent().stop(true,true).animate({top:&#34;350px&#34;},300);
	} else {
		jQuery(this).addClass(&#039;close&#039;).parent().stop(true,true).animate({top:&#34;0&#34;},300);
	}

});</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>nepatriot on "How to disable expand tile on click"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-disable-expand-tile-on-click#post-18127</link>
			<pubDate>Sun, 03 Feb 2013 20:54:52 +0000</pubDate>
			<dc:creator>nepatriot</dc:creator>
			<guid isPermaLink="false">18127@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
How can I disable the tile expanding to show the excerpt text on the main timeline? So that when a user clicks on it - nothing happens. Instead of the tile scrolling up to hide the image and display text - I want nothing to happen.</p>
<p>Thanks!
</p></description>
		</item>

	</channel>
</rss>
