Title: No store displayed
Last modified: March 4, 2019

---

# No store displayed

 *  Resolved [erwangleo](https://wordpress.org/support/users/erwangleo/)
 * (@erwangleo)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/)
 * Hello sir, and thank you for this wonderful plugin. I’m currently having a problem
   with the stores display. I created a custom Store Page Template following your
   tutorial, and the stores are not appearing on the map. It only shows a “no results”
   text. There are 292 stores displayed in the backoffice, I tried multiple combinations
   in the options, or switching to the default map, nothing worked. Tried by deactivating
   the others plugins, still nothing.
 * Debug mode enabled, no message. On the console, nothing except “Google Maps JavaScript
   API warning: RetiredVersion [https://developers.google.com/maps/documentation/javascript/error-messages#retired-version&#8221](https://developers.google.com/maps/documentation/javascript/error-messages#retired-version&#8221);.
 * API keys are working, the map is displayed correctly. I’m on the latest version
   of WP Store Locator (2.2.20) and WordPress (5.1), I have no clue about the origin
   of the bug, can you give some help ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fno-store-displayed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [vinylthieves](https://wordpress.org/support/users/vinylthieves/)
 * (@vinylthieves)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11273049)
 * Having the same issue with a project I’m working on as well. Hopefully can be
   quickly patched by the author.
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11274953)
 * Something not working as expected doesn’t mean there’s a bug in the store locator.
 * What’s the exact shortcode your using? Your stores are set to published? The 
   preview map in the admin editor shows the location in the expected location? 
   Does it work fine with a default WP theme?
 * [@vinylthieves](https://wordpress.org/support/users/vinylthieves/) what’s the
   URL?
 *  [vinylthieves](https://wordpress.org/support/users/vinylthieves/)
 * (@vinylthieves)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11275040)
 * [@tijmensmit](https://wordpress.org/support/users/tijmensmit/) Of course, I don’t
   mean to just infer that that was the case.
 * In my specific situation, I’m using the [wpsl] shortcode on a specific page, 
   and I’m also receiving the warning that [@erwangleo](https://wordpress.org/support/users/erwangleo/)
   described above. The map itself does not load, and I’m left with an empty .wpsl-
   gmap-canvas container.
 * If I use your `wpsl_gmap_api_version` filter, I can clear the RetiredVersion 
   warning by setting that filter to ‘weekly’, and that makes the map return.
 * I do personally think the default version should increased to at least 3.36 to
   keep up with the Maps API itself, however if [@erwangleo](https://wordpress.org/support/users/erwangleo/)
   uses the filter that I’ve described above, then they should be okay.
 * [@tijmensmit](https://wordpress.org/support/users/tijmensmit/) I appreciate the
   forethought to include that as that solved my specific problem. I apologize for
   inferring initially that it was strictly a bug with your plugin. I appreciate
   the work you’ve clearly invested into this, and I appreciate the response!
 *  Thread Starter [erwangleo](https://wordpress.org/support/users/erwangleo/)
 * (@erwangleo)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11276027)
 * [@tijmensmit](https://wordpress.org/support/users/tijmensmit/) Thank you for 
   the fast answer, I’m currently using the shortcode [wpsl template=”custom”]. 
   I tried with [wpsl template=”default”] on a test page, same result. I also tried
   on the Twenty Nineteen theme, still nothing. The preview map is displayed on 
   the plugin settings page and all the stores are published, it’s a real mystery
   to me.
 * Don’t know if there’s an link, but I’m currently working on a pre-production 
   site on a multi-domain hosting. The other sites are not using Google maps, but
   can this one be impacted by this setup ?
 *  Thread Starter [erwangleo](https://wordpress.org/support/users/erwangleo/)
 * (@erwangleo)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11276173)
 * [@vinylthieves](https://wordpress.org/support/users/vinylthieves/) I tried the
   wpsl_gmap_api_version filter, set to “weekly”, written in the functions.php file.
   I have the same warning. Weird.
 *  [edrism](https://wordpress.org/support/users/edrism/)
 * (@edrism)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11279046)
 * Hi
    fixed it by changing version to 3.36 in function file , Google info “If you
   do not explicitly specify a channel or version, you will receive the weekly channel
   by default. If you’re on the premium plan and do not explicitly specify a channel
   or version, you will receive the quarterly channel by default. If you specify
   an invalid version, you will receive your default channel. Choosing the weekly
   channel
 * For most applications, we recommend the weekly channel. This is the most current
   and up-to-date version and contains the latest bug fixes and performance improvements.
   You can specify the weekly channel by loading the Maps JavaScript API with the
   following script tag:
 * <script async defer
    src=”[https://maps.googleapis.com/maps/api/js?v=weekly](https://maps.googleapis.com/maps/api/js?v=weekly)&
   key=YOUR_API_KEY&callback=initMap”> </script>
 * Currently, the weekly channel is version 3.36. This version is updated weekly
   with new features, bug fixes, and performance improvements.
 * In mid-May, the weekly channel will be updated to version 3.37. At that time,
   the new version may remove deprecated features, and/or introduce backwards-incompatibilities.
   ”.
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11279409)
 * Good to hear that changing the Google Maps version fixed it, to be sure that 
   others won’t also run into this issue I will update it today.
 * The reason I set a fixed version in the past was to prevent things from breaking
   in the first place when a new Google Maps version was released.
 * But I do suspect it’s a combination of things with current active plugins / used
   theme. I can’t replicate this issue with a few themes that I tried when I use
   the current Google maps version that’s loaded with 2.2.20.
 *  Thread Starter [erwangleo](https://wordpress.org/support/users/erwangleo/)
 * (@erwangleo)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11286687)
 * [@edrism](https://wordpress.org/support/users/edrism/) Thanks a lot ! I’ve changed
   the version as you said and it works well now !
 *  [edrism](https://wordpress.org/support/users/edrism/)
 * (@edrism)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11288432)
 * [@erwangleo](https://wordpress.org/support/users/erwangleo/), Glad to hear that,
   thanks
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11288795)
 * The latest update by default now loads 3.36 as well.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘No store displayed’ 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/)

 * 10 replies
 * 4 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/no-store-displayed/#post-11288795)
 * Status: resolved