<?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: Flickering markerTitle popup on mouseover</title>
		<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Flickering markerTitle popup on mouseover</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 05:28:48 +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/flickering-markertitle-popup-on-mouseover" rel="self" type="application/rss+xml" />

		<item>
			<title>hhigazy on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43618</link>
			<pubDate>Mon, 22 Jul 2019 22:25:40 +0000</pubDate>
			<dc:creator>hhigazy</dc:creator>
			<guid isPermaLink="false">43618@http://www.themolitor.com/forums/</guid>
			<description><p>Perfect, it worked for me as well, many thanks Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43253</link>
			<pubDate>Mon, 22 Oct 2018 14:03:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43253@http://www.themolitor.com/forums/</guid>
			<description><p>Excellent! Thanks for following up!
</p></description>
		</item>
		<item>
			<title>Bert on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43246</link>
			<pubDate>Thu, 18 Oct 2018 04:25:19 +0000</pubDate>
			<dc:creator>Bert</dc:creator>
			<guid isPermaLink="false">43246@http://www.themolitor.com/forums/</guid>
			<description><p>On my side it works :-)
</p></description>
		</item>
		<item>
			<title>Bert on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43245</link>
			<pubDate>Thu, 18 Oct 2018 02:45:41 +0000</pubDate>
			<dc:creator>Bert</dc:creator>
			<guid isPermaLink="false">43245@http://www.themolitor.com/forums/</guid>
			<description><p>Where is "script.js" located? Could not find it anywhere... You sure it's .js files you are talking? (found script.php)<br />
Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43238</link>
			<pubDate>Wed, 17 Oct 2018 09:31:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43238@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Apologies on the delay with this... </p>
<p>I believe I've found a solution, but keep me posted if you experience any issues with this adjustment...</p>
<p><strong>1. Add the following to your Custom CSS box on the Customize page...</strong><br />
<pre><code>.markerTitle {
    top: -80px;
    height: 15px;
    line-height: 15px;
    bottom: auto;
}</code></pre>
<p><strong>2. Open script.js and change the following on line 108 from this...</strong><br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeIn({ duration: 200, queue: false }).animate({bottom:&#34;32px&#34;},{duration:200,queue:false});</code></pre>
<p>...to this...<br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeIn({ duration: 200, queue: false }).animate({top:&#34;-65px&#34;},{duration:200,queue:false});</code></pre>
<p><strong>3. In the same script.js file, change the following on line 116 from this...</strong><br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeOut(200,function(){jQuery(this).css({bottom:&#34;0&#34;})});</code></pre>
<p>...to this...<br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeOut(200,function(){jQuery(this).css({top:&#34;-80px&#34;})});</code></pre>
<p><strong>4. Open script_list.js and change the following on line 109 from this...</strong><br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeIn({ duration: 200, queue: false }).animate({bottom:&#34;32px&#34;},{duration:200,queue:false});</code></pre>
<p>...to this...<br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeIn({ duration: 200, queue: false }).animate({top:&#34;-65px&#34;},{duration:200,queue:false});</code></pre>
<p><strong>5. In the same script_list.js file, change the following on line 117 from this...</strong><br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeOut(200,function(){jQuery(this).css({bottom:&#34;0&#34;})});</code></pre>
<p>...to this...<br />
<pre><code>jQuery(&#039;#markerTitle&#039;+i+&#039;&#039;).stop(true,true).fadeOut(200,function(){jQuery(this).css({top:&#34;-80px&#34;})});</code></pre>
<p>Let me know if you have any questions about this.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>foonyak on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43237</link>
			<pubDate>Wed, 17 Oct 2018 06:29:37 +0000</pubDate>
			<dc:creator>foonyak</dc:creator>
			<guid isPermaLink="false">43237@http://www.themolitor.com/forums/</guid>
			<description><p>Are you not supporting this theme? Please advise if we should request a refund. Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43210</link>
			<pubDate>Tue, 25 Sep 2018 09:34:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43210@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>No details yet. The new mapping system may require an overhaul of this particular theme. Still researching...</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>foonyak on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43202</link>
			<pubDate>Thu, 20 Sep 2018 18:29:36 +0000</pubDate>
			<dc:creator>foonyak</dc:creator>
			<guid isPermaLink="false">43202@http://www.themolitor.com/forums/</guid>
			<description><p>Checking back, please advise and thank you
</p></description>
		</item>
		<item>
			<title>foonyak on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43190</link>
			<pubDate>Thu, 13 Sep 2018 08:26:34 +0000</pubDate>
			<dc:creator>foonyak</dc:creator>
			<guid isPermaLink="false">43190@http://www.themolitor.com/forums/</guid>
			<description><p>Any details? I'd like to reiterate it's not just me experiencing these issues. This is a bug in the theme, surely due to Google's changes, but nonetheless experienced by every user who bought this theme (it's present in the demo). Thank you
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43176</link>
			<pubDate>Wed, 05 Sep 2018 11:02:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43176@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Apologies for the delay...</p>
<p>It appears Google has been updating the mapping system. I'm not currently aware of what changed or why you're experiencing these issues.</p>
<p>Please bear with me as I research this to find out...</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>foonyak on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43171</link>
			<pubDate>Tue, 04 Sep 2018 10:54:51 +0000</pubDate>
			<dc:creator>foonyak</dc:creator>
			<guid isPermaLink="false">43171@http://www.themolitor.com/forums/</guid>
			<description><p>Checking back on this - hop you had a great Labor Day!</p>
<p>Any tips?
</p></description>
		</item>
		<item>
			<title>foonyak on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43166</link>
			<pubDate>Tue, 28 Aug 2018 07:29:48 +0000</pubDate>
			<dc:creator>foonyak</dc:creator>
			<guid isPermaLink="false">43166@http://www.themolitor.com/forums/</guid>
			<description><p>I'd like to reiterate this bug. </p>
<p>I'd appreciate a timely response to this support request, last time we waiting over 2 months for you to address our ticket properly.</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>greenlanterna on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43165</link>
			<pubDate>Fri, 24 Aug 2018 01:46:29 +0000</pubDate>
			<dc:creator>greenlanterna</dc:creator>
			<guid isPermaLink="false">43165@http://www.themolitor.com/forums/</guid>
			<description><p>the arrows and the yellow man of google maps are disappeared
</p></description>
		</item>
		<item>
			<title>greenlanterna on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43164</link>
			<pubDate>Fri, 24 Aug 2018 01:43:09 +0000</pubDate>
			<dc:creator>greenlanterna</dc:creator>
			<guid isPermaLink="false">43164@http://www.themolitor.com/forums/</guid>
			<description><p>i have the same problem from 1 week
</p></description>
		</item>
		<item>
			<title>Bert on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43160</link>
			<pubDate>Thu, 23 Aug 2018 05:32:51 +0000</pubDate>
			<dc:creator>Bert</dc:creator>
			<guid isPermaLink="false">43160@http://www.themolitor.com/forums/</guid>
			<description><p>Same issue here
</p></description>
		</item>
		<item>
			<title>foonyak on "Flickering markerTitle popup on mouseover"</title>
			<link>http://www.themolitor.com/forums/topic/flickering-markertitle-popup-on-mouseover#post-43159</link>
			<pubDate>Wed, 22 Aug 2018 09:23:41 +0000</pubDate>
			<dc:creator>foonyak</dc:creator>
			<guid isPermaLink="false">43159@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>When you mouse over locations on the main map, the popups are flickering. This is present in the demo here: <a href="http://premium.themolitor.com/?theme=thenavigator" rel="nofollow">http://premium.themolitor.com/?theme=thenavigator</a> - this didn't happen a few weeks ago - maybe due to the recent Maps update.</p>
<p>As well, how to style the arrow color (the downward pointing arrow attached to the above referenced popup) via css? I cannot seem to find the selector.</p>
<p>Please advise and thanks
</p></description>
		</item>

	</channel>
</rss>
