<?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: FAQ - Always display &quot;Continue&quot; text (not just on hover)</title>
		<link>http://www.themolitor.com/forums/topic/continueon</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - Always display &quot;Continue&quot; text (not just on hover)</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 20:49:58 +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/continueon" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - Always display &quot;Continue&quot; text (not just on hover)"</title>
			<link>http://www.themolitor.com/forums/topic/continueon#post-23828</link>
			<pubDate>Thu, 10 Oct 2013 14:55:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23828@http://www.themolitor.com/forums/</guid>
			<description><p>As of version 1.2.0, this is now a theme option: <a href="http://www.themolitor.com/forums/topic/update-v120-for-the-producer" rel="nofollow">http://www.themolitor.com/forums/topic/update-v120-for-the-producer</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Always display &quot;Continue&quot; text (not just on hover)"</title>
			<link>http://www.themolitor.com/forums/topic/continueon#post-22449</link>
			<pubDate>Wed, 07 Aug 2013 13:25:05 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22449@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The above edit makes it so that the "continue" text always appears with the arrow. If you're unable to achieve this customization with the instructions I provided above, you'll need to submit a customization request as I unfortunately do not have the bandwidth to provide troubleshooting services for customizations: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Gamepost on "FAQ - Always display &quot;Continue&quot; text (not just on hover)"</title>
			<link>http://www.themolitor.com/forums/topic/continueon#post-22431</link>
			<pubDate>Wed, 07 Aug 2013 06:16:13 +0000</pubDate>
			<dc:creator>Gamepost</dc:creator>
			<guid isPermaLink="false">22431@http://www.themolitor.com/forums/</guid>
			<description><p>I have been struggling with this for past 3 hours...<br />
The continue text sticks with the arrow... I cannot move it up either.<br />
PLEASE HELP!
</p></description>
		</item>
		<item>
			<title>shamdin on "FAQ - Always display &quot;Continue&quot; text (not just on hover)"</title>
			<link>http://www.themolitor.com/forums/topic/continueon#post-20252</link>
			<pubDate>Tue, 16 Apr 2013 21:22:21 +0000</pubDate>
			<dc:creator>shamdin</dc:creator>
			<guid isPermaLink="false">20252@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks a lot Chris! it worked..
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Always display &quot;Continue&quot; text (not just on hover)"</title>
			<link>http://www.themolitor.com/forums/topic/continueon#post-20217</link>
			<pubDate>Tue, 16 Apr 2013 09:45:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">20217@http://www.themolitor.com/forums/</guid>
			<description><p>NOTE: As of version 1.2.0, this is now a theme option: <a href="http://www.themolitor.com/forums/topic/update-v120-for-the-producer" rel="nofollow">http://www.themolitor.com/forums/topic/update-v120-for-the-producer</a></p>
<p>Open "custom.js" and change the following on lines 124-135 from this...</p>
<pre><code>////////////////
//CONTINUE HOVER AND CLICK
////////////////
continueOn.hover(function(){
	jQuery(this).stop(true,true).animate({paddingBottom:&#34;15px&#34;,marginTop:&#34;-15px&#34;},300);
},function(){
	jQuery(this).stop(true,true).animate({paddingBottom:&#34;0px&#34;,marginTop:&#34;0px&#34;},300);
}).click(function(){
	var topPos = view.height();
	body.add(html).stop(true,true).animate({scrollTop : topPos},2000);
	return false;
});</code></pre>
<p>...to this...</p>
<pre><code>////////////////
//CONTINUE HOVER AND CLICK
////////////////
continueOn.css({paddingBottom:&#34;15px&#34;,marginTop:&#34;-15px&#34;}).click(function(){
	var topPos = view.height();
	body.add(html).stop(true,true).animate({scrollTop : topPos},2000);
	return false;
});</code></pre>
<p>Then, in addition to the above, add the following to your custom CSS...</p>
<pre><code>.continueOn {text-indent:0px; color:#fff;}</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>

	</channel>
</rss>
