<?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: UPDATE - v1.0.0+ for VYSUALIZE</title>
		<link>http://www.themolitor.com/forums/topic/update-v101-for-vysualize</link>
		<description>THE MOLITOR FORUMS &#187; Topic: UPDATE - v1.0.0+ for VYSUALIZE</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 05:09: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/update-v101-for-vysualize" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "UPDATE - v1.0.0+ for VYSUALIZE"</title>
			<link>http://www.themolitor.com/forums/topic/update-v101-for-vysualize#post-41196</link>
			<pubDate>Tue, 14 Mar 2017 10:34:39 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41196@http://www.themolitor.com/forums/</guid>
			<description><pre><code>v 1.0.3 - March 2017
* Fixed issue with the synopsis content being shifted to the left on mobile devices.
* Fixed issue with menu background disappearing when scrolling on mobile devices.</code></pre>
<p>To apply this update, please follow these steps...</p>
<p>1. Open style.css and change the Version number to 1.0.3</p>
<p>2. Open css/respond.css and change the following on lines 94-99 from this...</p>
<pre><code>/*--PAGE CONTENT--*/
#pageContent.with-scrollbar,
#pageContent {
	max-height: 60%;
	width: 90%;
}</code></pre>
<p>...to this...</p>
<pre><code>/*--PAGE CONTENT--*/
#pageContent.with-scrollbar,
#pageContent {
	max-height: 60%;
	width: 90%;
	margin-left: 0;
}</code></pre>
<p>3. Open scripts/custom.js and change the following on line 1408 from this...</p>
<pre><code>homeBoxes.hide();</code></pre>
<p>...to this...</p>
<pre><code>homeBoxes.not(&#039;.active-box&#039;).hide();</code></pre>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "UPDATE - v1.0.0+ for VYSUALIZE"</title>
			<link>http://www.themolitor.com/forums/topic/update-v101-for-vysualize#post-39335</link>
			<pubDate>Mon, 06 Jun 2016 13:03:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39335@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I just sent out an email with a link.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Cathrine on "UPDATE - v1.0.0+ for VYSUALIZE"</title>
			<link>http://www.themolitor.com/forums/topic/update-v101-for-vysualize#post-39327</link>
			<pubDate>Mon, 06 Jun 2016 12:35:46 +0000</pubDate>
			<dc:creator>Cathrine</dc:creator>
			<guid isPermaLink="false">39327@http://www.themolitor.com/forums/</guid>
			<description><p>How can I download the update? :-)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "UPDATE - v1.0.0+ for VYSUALIZE"</title>
			<link>http://www.themolitor.com/forums/topic/update-v101-for-vysualize#post-39323</link>
			<pubDate>Mon, 06 Jun 2016 11:54:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39323@http://www.themolitor.com/forums/</guid>
			<description><pre><code>v 1.0.2 - June 2016
* Fixed full-screen video issue in Chrome &#38; Safari.
* Improved order of header images for background slideshow.</code></pre>
<p>The following files have been updated...</p>
<p>- functions.php<br />
- scripts/custom.js<br />
- footer.php<br />
- style.css
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "UPDATE - v1.0.0+ for VYSUALIZE"</title>
			<link>http://www.themolitor.com/forums/topic/update-v101-for-vysualize#post-38905</link>
			<pubDate>Wed, 04 May 2016 14:17:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38905@http://www.themolitor.com/forums/</guid>
			<description><p>This update fixes an issue with controlling the background image for the menu on mobile devices. To apply the fix, open header.php and change the following on lines 83-85 from this...</p>
<pre><code>#menu-box.active-box { background-image: url(&#60;?php echo get_template_directory_uri();?&#62;/images/cactus.jpg); }
#play-box.active-box { background-image: url(&#60;?php echo get_template_directory_uri();?&#62;/images/mtns.jpg); }
#more-box.active-box { background-image: url(&#60;?php echo get_template_directory_uri();?&#62;/images/sky.jpg); }</code></pre>
<p>...to this...</p>
<pre><code>#menu-box.active-box { background-image: url(&#60;?php echo $menuBg;?&#62;); }
#play-box.active-box { background-image: url(&#60;?php echo $featuredVideoBg;?&#62;); }
#more-box.active-box { background-image: url(&#60;?php echo $moreBg;?&#62;); }</code></pre>
<p>Lastly, be sure to update the version number at the top of style.css to 1.0.1
</p></description>
		</item>

	</channel>
</rss>
