Support » Plugin: MapPress Maps for WordPress » MapPress 2.40.7 – doesn't display map

  • Resolved gotman_ep

    (@gotman_ep)


    WordPress 3.8
    MapPress Easy Google Maps 2.40.7

    MapPress doesn’t displayed. Find only next records in debug console:

    _gaq.push processing “_setAccount” for args: “[UA-xxxxxxxx-1]”: ga_debug.js:24
    _gaq.push processing “_trackPageview” for args: “[]”: ga_debug.js:24
    Track Pageview ga_debug.js:24
    event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

    Any help would be great,
    Thanks.

    http://wordpress.org/plugins/mappress-google-maps-for-wordpress/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey !

    I don’t know if you have fixed this but I encountered the same problem and my custom theme was guilty.

    Look at this link :
    http://wphostreviews.com/mappress-faq

    For me, I just had to add the function “wp_footer()” before closing the <body> and the map was displayed correctly =)

    Thread Starter gotman_ep

    (@gotman_ep)

    @flisch,

    your solution hasn’t helped 🙁

    I’m also not seeing the map show up — also using 2.40.7. I’ve looked at the FAQ, too, but that doesn’t help either.

    Okay, I got a tip from the plugin author — I was missing the height. I am not using the shortcode but, rather, some template code. Previously I had this:

    $mymap = new Mappress_Map(array("width" => "100%"));

    When I added the height…

    $mymap = new Mappress_Map(array("width" => "100%", "height"=> "300px"));

    … the map showed up again.

    Thread Starter gotman_ep

    (@gotman_ep)

    What file have you edited?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘MapPress 2.40.7 – doesn't display map’ is closed to new replies.