<?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 - Hide thumbnails by default</title>
		<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - Hide thumbnails by default</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 06:42:05 +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/hide-thumbnails-by-default" rel="self" type="application/rss+xml" />

		<item>
			<title>pmagi on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-3722</link>
			<pubDate>Sun, 14 Aug 2011 10:15:21 +0000</pubDate>
			<dc:creator>pmagi</dc:creator>
			<guid isPermaLink="false">3722@http://www.themolitor.com/forums/</guid>
			<description><p>This method seems to also hide the litte + that opens the thumbs....any way to get it back?
</p></description>
		</item>
		<item>
			<title>davidem on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-3224</link>
			<pubDate>Fri, 15 Jul 2011 16:44:33 +0000</pubDate>
			<dc:creator>davidem</dc:creator>
			<guid isPermaLink="false">3224@http://www.themolitor.com/forums/</guid>
			<description><p>I've done this and it works fine in a normal browser, but not on my iPad / iPhone. Any ideas on how to get it also done for my iDevices? </p>
<p>Cheers,</p>
<p>David
</p></description>
		</item>
		<item>
			<title>mackemac on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-2979</link>
			<pubDate>Sat, 11 Jun 2011 05:18:38 +0000</pubDate>
			<dc:creator>mackemac</dc:creator>
			<guid isPermaLink="false">2979@http://www.themolitor.com/forums/</guid>
			<description><p>Is it possible for someone (maratino?) to explain a little bit closer how to call for specific templates so I can have the thumbs hidden and images stretched out on all pages except my portfoliopage. Tried configuring some my self but could'nt get it to work. Would very much appreciate some help.
</p></description>
		</item>
		<item>
			<title>maratino on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-2924</link>
			<pubDate>Mon, 30 May 2011 13:49:00 +0000</pubDate>
			<dc:creator>maratino</dc:creator>
			<guid isPermaLink="false">2924@http://www.themolitor.com/forums/</guid>
			<description><p>Better: customize js-calls for specific templates in footer.php</p>
<p>&#60;script type="text/javascript"&#62;<br />
&#60;?php if (is_page_template('portfolio-home.php') ) { ?&#62;<br />
 	closeThumbs();<br />
	closeThumb.hide();<br />
	startInterval();<br />
	startTimer();<br />
&#60;?php } else { ?&#62;<br />
	openThumbs();<br />
	closeThumb.show();<br />
&#60;?php } ?&#62;<br />
&#60;/script&#62;
</p></description>
		</item>
		<item>
			<title>maratino on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-2915</link>
			<pubDate>Sun, 29 May 2011 23:42:49 +0000</pubDate>
			<dc:creator>maratino</dc:creator>
			<guid isPermaLink="false">2915@http://www.themolitor.com/forums/</guid>
			<description><p>comment line 381 in script.js and call the function from your different template files.</p>
<p>without thumbs:<br />
&#60;script type="text/javascript"&#62;<br />
 	openThumbs();<br />
&#60;/script&#62;</p>
<p>with thumbs:<br />
&#60;script type="text/javascript"&#62;<br />
 	closeThumbs();<br />
&#60;/script&#62;
</p></description>
		</item>
		<item>
			<title>surferboy2 on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-2756</link>
			<pubDate>Tue, 03 May 2011 15:05:28 +0000</pubDate>
			<dc:creator>surferboy2</dc:creator>
			<guid isPermaLink="false">2756@http://www.themolitor.com/forums/</guid>
			<description><p>I was able to figure it out. Just in case anyone else wants to know the basics on it, I created a separate portfolio template just for the homepage (then select that on the page drop down instead of the standard one) which references an alternative footer file calling a script version with the thumbnails hidden.  This way only the homepage has the thumbnails hidden and then the other pages they are up by default.  Well I hope that helps someone.</p>
<p>Best,<br />
Surferboy
</p></description>
		</item>
		<item>
			<title>surferboy2 on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-2740</link>
			<pubDate>Fri, 29 Apr 2011 20:38:29 +0000</pubDate>
			<dc:creator>surferboy2</dc:creator>
			<guid isPermaLink="false">2740@http://www.themolitor.com/forums/</guid>
			<description><p>No message in that last reply.  Molitor, did you have a chance to look into the piece of javascript?  Thanks again, the theme is great and the site is slowly coming along!
</p></description>
		</item>
		<item>
			<title>surferboy2 on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-2735</link>
			<pubDate>Wed, 27 Apr 2011 12:57:11 +0000</pubDate>
			<dc:creator>surferboy2</dc:creator>
			<guid isPermaLink="false">2735@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for posting this.  I would like to hide the thumbnails by default only on the homepage.  Can I add a piece of javascript into the homepage page to do so?  </p>
<p>The same thing with "Deactivate automatic slideshow" would like to deactivate that by default on the portfolio pages.</p>
<p>Thanks!<br />
Surferboy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - Hide thumbnails by default"</title>
			<link>http://www.themolitor.com/forums/topic/hide-thumbnails-by-default#post-2713</link>
			<pubDate>Sat, 23 Apr 2011 10:17:42 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">2713@http://www.themolitor.com/forums/</guid>
			<description><p><strong>Locate and remove the following around line 380 in "scripts.js"...</strong></p>
<pre><code>//RUN OPENTHUMBS...
openThumbs();</code></pre>
<p><strong>...and replace it with the following...</strong></p>
<pre><code>closeThumb.hide();</code></pre></description>
		</item>

	</channel>
</rss>
