Viewing 2 replies - 16 through 17 (of 17 total)
  • Can confirm Error with WP 3.8.1 Map only shows when it is “static”:
    ‘static’ => true,
    when i show map dynamic:
    // ‘static’ => true,

    Then map does not show, console shows error:

    Uncaught TypeError: Cannot read property ‘fn’ of undefined site.js?ver=3.8.1:157
    (anonymous function) site.js?ver=3.8.1:157
    (anonymous function) site.js?ver=3.8.1:196

    Plugin Author Remco Tolsma

    (@remcotolsma)

    Can you check if the site.js file of the Pronamic Google Maps plugin is loading correctly?

    /wp-content/plugins/pronamic-google-maps/js/site.js

    Can you also check if jQuery is loading correctly? You don’t have any plugins who disable or override jQuery?

    The ‘fn’ property is part of jQuery, so i think you have an issue with jQuery:

    https://learn.jquery.com/plugins/basic-plugin-creation/

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘No Map’ is closed to new replies.