• Hi
    Just purchased and installed the plugin.Install went well.

    I have gone through the general settings page and I have inserted my shortcode on the page I want the map on. Problem is that the map is not loading. The search form is, but not the map.

    Here is the page with the map: https://alvey.livepreview.com.au/where-to-buy/

    Here are the errors I can see in Firebug:

    SyntaxError: identifier starts immediately after numeric literal
    and
    ReferenceError: load_simplemap is not defined

    Please can you have a look to see what is happening and why the map is not loading?

    If you need any other access please let me know and I will organise it.

    Any help would be greatly appreciated.

    https://www.ads-software.com/extend/plugins/simplemap/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter enzobanzai

    (@enzobanzai)

    I have even just set up a new WP install with no plugins etc. and installed Simple Map on there.

    Using the default WP theme this is what I get: https://redpay.livepreview.com.au/simple-map-demo/

    Once again I can see the search fields but no map?

    That sort of rules out any plugin or js conflicts I guess.

    Once again any help would be greatly appreciated.

    Hi Enzo, I’ve got the same your problem here, the search form is showing up but not the map, if I change the custom theme with the original one it works fine.
    Did you find a solution for this problem?
    Thanks,

    Enrico

    I had the same problem and found fix.

    Try this [raw] [simplemap] [/raw]

    Thread Starter enzobanzai

    (@enzobanzai)

    [raw] didnt work for me.

    TO fix, Find the line:
    header( "HTTP/1.1 200 OK" );
    and replace with:
    header( "200 OK" );

    In my case it was in plugins/simplemap/classes/simplemap.php on line 646.

    We’re removing the “HTTP/1.1” and the following space. It will go unnoticed in some hosting environments but it’s not correct and should not be there.

    We emailed the developers.

    Hope that helps.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: SimpleMap Store Locator] Map is not loading. The search form is, but not the map.’ is closed to new replies.