<?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: Videos page slideshow</title>
		<link>http://www.themolitor.com/forums/topic/videos-page-slideshow</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Videos page slideshow</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 17:06:49 +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/videos-page-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Videos page slideshow"</title>
			<link>http://www.themolitor.com/forums/topic/videos-page-slideshow#post-41541</link>
			<pubDate>Tue, 16 May 2017 08:21:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41541@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can try changing the following in footer.php on lines 153-166 from this...</p>
<pre><code>&#60;?php
/////////////////////
//BACKGROUND INTERVAL -- runHeader
/////////////////////
if($slideshowOn == 1 &#38;&#38; $videoUrl == &#039;&#039;){ ?&#62;
function runHeader(){
	if(headerImage.length &#62; 1 &#38;&#38; !theBody.hasClass(&#039;stopSlideshow&#039;) ){
		clearInterval(headerinterval);
		headerinterval = setInterval(function(){ imageSlideshow(); }, &#60;?php echo $slideshowTime; ?&#62;);
	} else {
		clearInterval(headerinterval);
	}
}
&#60;?php } ?&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;?php
/////////////////////
//BACKGROUND INTERVAL -- runHeader
/////////////////////
function runHeader(){
	if(headerImage.length &#62; 1 &#38;&#38; !theBody.hasClass(&#039;stopSlideshow&#039;) ){
		clearInterval(headerinterval);
		headerinterval = setInterval(function(){ imageSlideshow(); }, &#60;?php echo $slideshowTime; ?&#62;);
	} else {
		clearInterval(headerinterval);
	}
}</code></pre>
<p>Please keep in mind this is just off the top of my head, so I haven't tested this. If you have issues or need help implementing, please submit a request for custom services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>miro.arabadjiev on "Videos page slideshow"</title>
			<link>http://www.themolitor.com/forums/topic/videos-page-slideshow#post-41530</link>
			<pubDate>Mon, 15 May 2017 00:16:34 +0000</pubDate>
			<dc:creator>miro.arabadjiev</dc:creator>
			<guid isPermaLink="false">41530@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I was wondering is there any way to slideshow (not with click on the links ) video posts on videos page (home page)?
</p></description>
		</item>

	</channel>
</rss>
