Title: Map Not loading
Last modified: August 31, 2016

---

# Map Not loading

 *  Resolved [pictorialcircles](https://wordpress.org/support/users/pictorialcircles/)
 * (@pictorialcircles)
 * [10 years ago](https://wordpress.org/support/topic/map-not-loading-17/)
 * I installed the plugin, map was not showing.
    then i add country and API key 
   still map not showing.
 * Gives this warning in CONSOLE on the browser chrome
    Google Maps API warning:
   NoApiKeys [https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys](https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys)
 * WEBSITE: [https://www.myfingerprints.ca/home/store/](https://www.myfingerprints.ca/home/store/)
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years ago](https://wordpress.org/support/topic/map-not-loading-17/#post-7344037)
 * The API key is recommended, not required to make it work.
 * There are JS errors, which you can see in the [browser](https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis)
   console.
 * Timestamp: 03/05/2016 16:48:12
    Error: Error: Syntax error, unrecognized expression:.
   main_menu .menu li > a[href*=#] Source File: [https://www.myfingerprints.ca/home/wp-includes/js/jquery/jquery.js?ver=1.12.3](https://www.myfingerprints.ca/home/wp-includes/js/jquery/jquery.js?ver=1.12.3)
   Line: 2
 * This error is either caused by your theme, or another plugin using code that 
   worked fine before WP 4.5, but now breaks.
 * WP 4.5 ships with a new jQuery version that doesn’t allow invalid code anymore,
   that used to work. This code in the error a[href*=#], should be a[href*=’#’] (”
   around the # ). The only way you can find out where it comes from is by switching
   back to your default theme and see if that fixes it, if it does, then you have
   to contact the theme author for a fix, if not, you have to try and disable all
   other plugins one by one untill you found the one that breaks it.
 * This is not an error caused by the store locator or WP [itself](https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7#post-8271654),
   it’s code that should never been used in the first place, but just happened to
   work in older jQuery versions.

Viewing 1 replies (of 1 total)

The topic ‘Map Not loading’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

## Tags

 * [map not loading](https://wordpress.org/support/topic-tag/map-not-loading/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/map-not-loading-17/#post-7344037)
 * Status: resolved