Hello @adelinebrt
Map.js file is not loading on your map. You need to make changes in plugin main file Please go to wp-google-map-plugin.php file and scroll down to line 129 where you’ll find a wp_register_script() function.
wp_register_script
You need to replace this hook with wp_enqueue_script. Please try it and let us know if this helps.
Thanks
Hello,
I tried your solution but I’m afraid I have the same problem :/
Here what I did, in /wp-content/plugins/wp-google-map-plugin/wp-google-map-plugin.php, I changed this line
wp_register_script( $script['handle'], $script['src'], $script['deps'], '', $where );
to
wp_enqueue_script( $script['handle'], $script['src'], $script['deps'], '', $where );
Map.js is still not loaded.
Thanks for your help.
Hello
Sorry to hear you had similar issue after the changes.
Please create support ticket here for this issue. Our support team will help in resolving this issue.
Thanks
Hello
Thank you very much for your this update. We will resolve this issue asap. Please get in touch with us here .
Thanks
Hello,
I had a similar problem (see here): https://ww.wp.xz.cn/support/topic/problems-with-displaying-map/
And found the solution in the above link: https://www.flippercode.com/question/map-not-displayed/
Solution:
“To resolve this issue please go to Google Maps plugin settings menu and load script in the header [not the footer as recommended]”
I have the same problem “$(…)maps is not a function, some solution? I have tried the above but not working