<?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: Can&#039;t download a ZIP file</title>
		<link>http://www.themolitor.com/forums/topic/cant-download-a-zip-file</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Can&#039;t download a ZIP file</description>
		<language>en-US</language>
		<pubDate>Mon, 04 May 2026 22:54:13 +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/cant-download-a-zip-file" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Can&#039;t download a ZIP file"</title>
			<link>http://www.themolitor.com/forums/topic/cant-download-a-zip-file#post-38926</link>
			<pubDate>Thu, 05 May 2016 09:27:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38926@http://www.themolitor.com/forums/</guid>
			<description><p>Yes! It will certainly be added.
</p></description>
		</item>
		<item>
			<title>craigdfoster on "Can&#039;t download a ZIP file"</title>
			<link>http://www.themolitor.com/forums/topic/cant-download-a-zip-file#post-38909</link>
			<pubDate>Wed, 04 May 2016 14:55:59 +0000</pubDate>
			<dc:creator>craigdfoster</dc:creator>
			<guid isPermaLink="false">38909@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome, makes perfect sense. Thanks!</p>
<p>I trust that this amendment will be included in future updates to the theme?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Can&#039;t download a ZIP file"</title>
			<link>http://www.themolitor.com/forums/topic/cant-download-a-zip-file#post-38892</link>
			<pubDate>Wed, 04 May 2016 09:54:20 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38892@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Ah, yes. Zip file links are currently treated like regular page links. Here's what you need to do...</p>
<p>1. Open custom.js -- located in the "scripts" folder of the theme.</p>
<p>2. Change the following on line 289 from this...</p>
<pre><code>if(thisLink.attr(&#039;id&#039;) != &#039;link-rss&#039; &#38;&#38; url.indexOf(siteUrl) == 0 &#38;&#38; thisParent != &#34;load-more&#34; &#38;&#38; url.indexOf(&#34;#&#34;) == -1 &#38;&#38; url.indexOf(&#34;wp-admin&#34;) == -1 &#38;&#38; url.indexOf(&#34;.jpeg&#34;) == -1 &#38;&#38; url.indexOf(&#34;.png&#34;) == -1 &#38;&#38; url.indexOf(&#34;.gif&#34;) == -1 &#38;&#38; url.indexOf(&#34;.jpg&#34;) == -1 &#38;&#38; url.indexOf(&#34;.pdf&#34;) == -1 &#38;&#38; url.indexOf(&#34;mailto&#34;) == -1 &#38;&#38; theBody.hasClass(&#039;ajax-on&#039;)){</code></pre>
<p>...to this...</p>
<pre><code>if(thisLink.attr(&#039;id&#039;) != &#039;link-rss&#039; &#38;&#38; url.indexOf(siteUrl) == 0 &#38;&#38; thisParent != &#34;load-more&#34; &#38;&#38; url.indexOf(&#34;#&#34;) == -1 &#38;&#38; url.indexOf(&#34;wp-admin&#34;) == -1 &#38;&#38; url.indexOf(&#34;.jpeg&#34;) == -1 &#38;&#38; url.indexOf(&#34;.png&#34;) == -1 &#38;&#38; url.indexOf(&#34;.gif&#34;) == -1 &#38;&#38; url.indexOf(&#34;.jpg&#34;) == -1 &#38;&#38; url.indexOf(&#34;.pdf&#34;) == -1 &#38;&#38; url.indexOf(&#34;.zip&#34;) == -1 &#38;&#38; url.indexOf(&#34;mailto&#34;) == -1 &#38;&#38; theBody.hasClass(&#039;ajax-on&#039;)){</code></pre>
<p>You'll noticed I added "<code>url.indexOf(&#34;.zip&#34;) == -1</code>" which tells the theme that is not a page link.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>craigdfoster on "Can&#039;t download a ZIP file"</title>
			<link>http://www.themolitor.com/forums/topic/cant-download-a-zip-file#post-38880</link>
			<pubDate>Tue, 03 May 2016 20:09:52 +0000</pubDate>
			<dc:creator>craigdfoster</dc:creator>
			<guid isPermaLink="false">38880@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,</p>
<p>I've just put together a site with VYSUAL. All is working well except it seems impossible to make a file download link. I've added a plain ZIP file to media and if I link to it within the site it generates a 'Nothing found' error and displays the busy wheel GIF.</p>
<p>The link works if entered directly into the browser.</p>
<p>Thanks!<br />
Craig
</p></description>
		</item>

	</channel>
</rss>
