GeoDirectory SupportThe map on homepage don't load – GeoDirectory Support https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/feed Tue, 25 Nov 2025 10:45:04 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18181 <![CDATA[The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18181 Mon, 13 Oct 2014 13:14:58 +0000 Yasmine Kasbi Hi,
When I open for the first time my homepage, the map don’t load. To appear it, I have to click on any link and return to the home page and then, it works.
I tested with Firefox, chrome and IE. The problem is the same. Also, IE is much longer to download the pages that other browsers Thank you for your attention.

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18182 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18182 Mon, 13 Oct 2014 13:19:45 +0000 Simone Hello Yasmine, could you provide your URL so we can test?
Thanks,
S.

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18190 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18190 Mon, 13 Oct 2014 13:51:47 +0000 Yasmine Kasbi Oh yes, I forgot it : http://estinnes.be/adresses/
Hosted by one.com

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18192 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18192 Mon, 13 Oct 2014 13:55:53 +0000 Simone I see it loading fine, could you please delete your cache and try again?

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18197 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18197 Mon, 13 Oct 2014 14:14:46 +0000 Yasmine Kasbi I cleaned with ccleaner but the problem is still there

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18201 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18201 Mon, 13 Oct 2014 14:23:37 +0000 Yasmine Kasbi I just tested it on another computer, the problem is the same. It’s weird if it works for you

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18204 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18204 Mon, 13 Oct 2014 15:23:25 +0000 Simone Tried on 3 different browsers, and the map loads fine 🙁

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18213 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18213 Mon, 13 Oct 2014 17:06:29 +0000 Yasmine Kasbi This is not even a connection problem because I tested it at work and at home.
Really weird. Too bad, I hope there will be no moaners 😉
Anyway, thank you for taking your time

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18229 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18229 Mon, 13 Oct 2014 18:32:49 +0000 Paolo Hi,

just FYI, I tried with bith firefox and chrome and while with Chrome everything looked good, the map didn’t load for me on firefox either. I remember visiting your website in the past for support and your JS was cached by my firefox browser. After I cleared the cache everything worked fine.

TO clear your browser cache, instead of cccleaner I suggest to simply type ctrl + shift + del and clear everything (cache, cookiers and so on).

If you don’t want your visitors browsers to cache JS for so long, you should reduce your server’s “Expires headers”.

Read more here: https://www.google.com/?gfe_rd=cr&ei=sBo8VOqyDeHP8gfNpoHIBg#q=Leverage+Browser+Caching

Thx and let us know,

]]>
https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18283 <![CDATA[Reply To: The map on homepage don't load]]> https://wpgeodirectory.com/support/topic/the-map-on-homepage-dont-load/#post-18283 Tue, 14 Oct 2014 07:26:25 +0000 Yasmine Kasbi Hello Paolo,

I cleaned with ctrl + shift + del but nothing has changed.
To change the cache in htaccess, I do not know what I have to edit or add the code as shown in the link?

The original code of the file is:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /adresses/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /adresses/index.php [L]
</IfModule>

# END WordPress

]]>