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

		<item>
			<title>THE MOLITOR on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39224</link>
			<pubDate>Mon, 30 May 2016 10:46:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39224@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!
</p></description>
		</item>
		<item>
			<title>Pupele on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39204</link>
			<pubDate>Sat, 28 May 2016 02:32:41 +0000</pubDate>
			<dc:creator>Pupele</dc:creator>
			<guid isPermaLink="false">39204@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
I have deleted this:</p>
<pre><code>// Keyboard shortcuts
jQuery(document).keydown(function(e) {
    var unicode = e.charCode ? e.charCode : e.keyCode;
    if (unicode == 39 &#38;&#38; !jQuery(&#039;#navBox a&#039;).hasClass(&#039;activeBox&#039;)) { nextImg.click();} // right arrow
    else if (unicode == 37 &#38;&#38; !jQuery(&#039;#navBox a&#039;).hasClass(&#039;activeBox&#039;)) {prevImg.click();} // left arrow
});</code></pre>
<p>from the scripts/custom.js<br />
and now it works fine. I understood that I do not need "keyboard shortcuts". Because I have changed the theme, so in my case I do not need them at all, so I deleted them.</p>
<p>Best regards<br />
Dalia
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39135</link>
			<pubDate>Mon, 23 May 2016 09:46:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39135@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm not seeing anything on your site other than a background image and a custom banner...</p>
<p>I'll have to ask that you check your edits/customizations as I am not able to troubleshoot the theme if it has been heavily modified.</p>
<p>Once you have a default setup of the theme, I'll be happy to review any issues with the code I provided.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Pupele on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39134</link>
			<pubDate>Mon, 23 May 2016 09:05:20 +0000</pubDate>
			<dc:creator>Pupele</dc:creator>
			<guid isPermaLink="false">39134@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p><a href="http://www.saulprizer.lt/atsisiusk/" rel="nofollow">http://www.saulprizer.lt/atsisiusk/</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39130</link>
			<pubDate>Mon, 23 May 2016 08:06:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39130@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Logging in isn't necessary. Can you provide a link to your site with these edits? I'll take a look.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Pupele on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39125</link>
			<pubDate>Sat, 21 May 2016 04:19:22 +0000</pubDate>
			<dc:creator>Pupele</dc:creator>
			<guid isPermaLink="false">39125@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,<br />
I still have the same problem.If you want I can let to you to login into my files or dashbord.</p>
<p>best regards<br />
Dalia
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39124</link>
			<pubDate>Fri, 20 May 2016 09:44:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39124@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this...</p>
<pre><code>// Keyboard shortcuts
jQuery(document).keydown(function(e) {
    var unicode = e.charCode ? e.charCode : e.keyCode;
    if (unicode == 39 &#38;&#38; !jQuery(&#039;#navBox a&#039;).hasClass(&#039;activeBox&#039;)) { nextImg.click();} // right arrow
    else if (unicode == 37 &#38;&#38; !jQuery(&#039;#navBox a&#039;).hasClass(&#039;activeBox&#039;)) {prevImg.click();} // left arrow
});</code></pre>
<p>Let me know.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Pupele on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39119</link>
			<pubDate>Fri, 20 May 2016 08:35:49 +0000</pubDate>
			<dc:creator>Pupele</dc:creator>
			<guid isPermaLink="false">39119@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,<br />
I changed in scripts/custom.js. But i have the same problem.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39113</link>
			<pubDate>Thu, 19 May 2016 10:07:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39113@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can only access template files like this via FTP or your hosting cPanel.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Pupele on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39106</link>
			<pubDate>Thu, 19 May 2016 06:21:46 +0000</pubDate>
			<dc:creator>Pupele</dc:creator>
			<guid isPermaLink="false">39106@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,<br />
where could I found scripts.custom.js? I looked under "Appearance/customize/Editor" but there are only php files.</p>
<p>Best regards
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39085</link>
			<pubDate>Tue, 17 May 2016 09:40:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39085@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... Open scripts.custom.js and change the following at the very bottom on lines 180-185 from this...</p>
<pre><code>// Keyboard shortcuts
jQuery(document).keydown(function(e) {
    var unicode = e.charCode ? e.charCode : e.keyCode;
    if (unicode == 39) { nextImg.click();} // right arrow
    else if (unicode == 37) {prevImg.click();} // left arrow
});</code></pre>
<p>...to this...</p>
<pre><code>// Keyboard shortcuts
jQuery(document).keydown(function(e) {
    var unicode = e.charCode ? e.charCode : e.keyCode;
    if (unicode == 39 &#38;&#38; !jQuery(&#039;.activeBox&#039;).length) { nextImg.click();} // right arrow
    else if (unicode == 37 &#38;&#38; !jQuery(&#039;.activeBox&#039;).length) {prevImg.click();} // left arrow
});</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Pupele on "comment box"</title>
			<link>http://www.themolitor.com/forums/topic/comment-box#post-39080</link>
			<pubDate>Tue, 17 May 2016 05:21:50 +0000</pubDate>
			<dc:creator>Pupele</dc:creator>
			<guid isPermaLink="false">39080@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,<br />
When I am writing something in comment window and if I am using "&#60;-" any arrows in my keyboard my background image becomes big and the view looks like this, like in the picture I am sending: <a href="http://my.jetscreenshot.com/25973/20160517-yv7m-105kb.jpg" rel="nofollow">http://my.jetscreenshot.com/25973/20160517-yv7m-105kb.jpg</a><br />
At the bottom, on the right you will see he gives me image name and arrows.</p>
<p>The probem is that writing comments I can not use arrows from my keyboard, otherwise I will get some strange window and the person will be surprised, who writes the comment</p>
<p>best regards<br />
Dalia
</p></description>
		</item>

	</channel>
</rss>
