Try to include jquery (http://code.jquery.com/jquery-1.8.3.min.js) in your header file. Like <script type=”text/javascript” src=”jquery.js”></script>
See the official documentation of jquery here: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery
Tell me if it worked!
Allright I figured out the problem here. To me the jquery was not defined which means that this plugin needs an included jquery. In my case the jquery was included in the footer so because the plugin was complied before jquery itself there was no chance to display the map.
Hope this solves your problem as well…
Same problem here. In one project it works just perfect, in the other one (own theme) the map won’t render.
Do we need to add some theme support stuff to get it working?
Got the same problem with image dimensions and http error.
Could you fix that issue?