<?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: I can&#039;t make a blank pdf page link work</title>
		<link>http://www.themolitor.com/forums/topic/i-cant-make-a-blank-pdf-page-link-work</link>
		<description>THE MOLITOR FORUMS &#187; Topic: I can&#039;t make a blank pdf page link work</description>
		<language>en-US</language>
		<pubDate>Wed, 06 May 2026 07:55:42 +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/i-cant-make-a-blank-pdf-page-link-work" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "I can&#039;t make a blank pdf page link work"</title>
			<link>http://www.themolitor.com/forums/topic/i-cant-make-a-blank-pdf-page-link-work#post-30294</link>
			<pubDate>Wed, 30 Jul 2014 15:11:46 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30294@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The theme uses the arrow keys to navigate the slider feature. To disable this, open custom.js and remove the following on lines 314-342...</p>
<pre><code>// Keyboard shortcuts
 jQuery(document).keydown(function(e) {
      var unicode = e.charCode ? e.charCode : e.keyCode;

     //RIGHT ARROW
     if (unicode == 39) {
        jQuery(&#34;#nextpage a&#34;).click();
        return false;

     //LEFT ARROW
     } else if (unicode == 37) {
        jQuery(&#34;#backpage a&#34;).click();
        return false;

     //UP ARROW
     } else if (unicode == 38) {
	 	var prev = jQuery(&#039;li.playing&#039;).prev();
        if (!prev.length &#62; 0) { prev = jQuery(&#039;ol.songs li&#039;).last(); }
        prev.click();
        return false;

     //DOWN ARROW
     } else if (unicode == 40) {
      	var next = jQuery(&#039;li.playing&#039;).next();
        if (!next.length &#62; 0) { next = jQuery(&#039;ol.songs li&#039;).first(); }
        next.click();
        return false;
     }
});</code></pre>
<p>Hope that helps!</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>supakriss on "I can&#039;t make a blank pdf page link work"</title>
			<link>http://www.themolitor.com/forums/topic/i-cant-make-a-blank-pdf-page-link-work#post-30289</link>
			<pubDate>Tue, 29 Jul 2014 14:54:43 +0000</pubDate>
			<dc:creator>supakriss</dc:creator>
			<guid isPermaLink="false">30289@http://www.themolitor.com/forums/</guid>
			<description><p>Something else :<br />
Arrows keys doesn't work in the text fields.<br />
<a href="http://borntobrass.com/contacts/" rel="nofollow">http://borntobrass.com/contacts/</a></p>
<p>Something linked to the last fix ? ( I didn't check before )</p>
<p>I'm using contact form 7 pluggin.</p>
<p>Thx
</p></description>
		</item>
		<item>
			<title>supakriss on "I can&#039;t make a blank pdf page link work"</title>
			<link>http://www.themolitor.com/forums/topic/i-cant-make-a-blank-pdf-page-link-work#post-30288</link>
			<pubDate>Tue, 29 Jul 2014 14:38:23 +0000</pubDate>
			<dc:creator>supakriss</dc:creator>
			<guid isPermaLink="false">30288@http://www.themolitor.com/forums/</guid>
			<description><p>Hoooow Yeaaah !</p>
<p>It works !</p>
<p>You roX !</p>
<p>Thank you !
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "I can&#039;t make a blank pdf page link work"</title>
			<link>http://www.themolitor.com/forums/topic/i-cant-make-a-blank-pdf-page-link-work#post-30263</link>
			<pubDate>Mon, 28 Jul 2014 10:16:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30263@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... open custom.js and change the following on lines 150-151 from this...</p>
<pre><code>//DETERMINE IF PROPER SITE LINK
if(url.indexOf(siteUrl) &#62;= 0 &#38;&#38; url.indexOf(&#34;#&#34;) == -1 &#38;&#38; !thisLink.parents().hasClass(&#039;songs&#039;) &#38;&#38; url.indexOf(&#34;wp-admin&#34;) == -1 &#124;&#124; url.indexOf(&#039;page&#039;) &#62;= 0 ){</code></pre>
<p>...to this...</p>
<pre><code>//DETERMINE IF PROPER SITE LINK
if(url.indexOf(siteUrl) &#62;= 0 &#38;&#38; url.indexOf(&#34;#&#34;) == -1 &#38;&#38; !thisLink.parents().hasClass(&#039;songs&#039;) &#38;&#38; url.indexOf(&#34;wp-admin&#34;) == -1 &#38;&#38; url.indexOf(&#34;.pdf&#34;) == -1 &#38;&#38; url.indexOf(&#34;mailto&#34;) == -1 &#124;&#124; url.indexOf(&#039;page&#039;) &#62;= 0 ){</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>supakriss on "I can&#039;t make a blank pdf page link work"</title>
			<link>http://www.themolitor.com/forums/topic/i-cant-make-a-blank-pdf-page-link-work#post-30256</link>
			<pubDate>Sun, 27 Jul 2014 18:43:14 +0000</pubDate>
			<dc:creator>supakriss</dc:creator>
			<guid isPermaLink="false">30256@http://www.themolitor.com/forums/</guid>
			<description><p>also when I clic on " mailto", it crashes...<br />
:-/
</p></description>
		</item>
		<item>
			<title>supakriss on "I can&#039;t make a blank pdf page link work"</title>
			<link>http://www.themolitor.com/forums/topic/i-cant-make-a-blank-pdf-page-link-work#post-30255</link>
			<pubDate>Sun, 27 Jul 2014 18:39:24 +0000</pubDate>
			<dc:creator>supakriss</dc:creator>
			<guid isPermaLink="false">30255@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, </p>
<p>If you check this page : <a href="http://www.borntobrass.com/pros/" rel="nofollow">http://www.borntobrass.com/pros/</a><br />
I can't make my pdf documents links work...<br />
And worse, clicking crash the navigation...</p>
<p>Any Idea ?</p>
<p>( sorry for my bad English )</p>
<p>Regards
</p></description>
		</item>

	</channel>
</rss>
