Title: markers missing after upgrade
Last modified: August 21, 2016

---

# markers missing after upgrade

 *  [Matthew Willse](https://wordpress.org/support/users/thecoup/)
 * (@thecoup)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/markers-missing-after-upgrade/)
 * hello, thanks for the fantastic plugin.
 * I upgraded all my plugins in preparation for upgrading wordpress. When I did 
   that, all the map markers disappeared from the layer (whether displayed with 
   a shortcode or viewed full screen).
 * I tried removing the plugin and putting back the earlier version, but it did 
   not resolve the problem. I tried adding a new marker. I tried creating a new 
   layer and moving all the markers to it, but that didn’t seem to work as well.
   I upgraded the plugin again and the basemap has vanished.
 * The theme includes wp_footer().
 * Any suggestions?
    thnx!
 * [http://internationalwomensfilmfestivalnetwork.com/](http://internationalwomensfilmfestivalnetwork.com/)
   
   [http://internationalwomensfilmfestivalnetwork.com/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?layer=1](http://internationalwomensfilmfestivalnetwork.com/wp-content/plugins/leaflet-maps-marker/leaflet-fullscreen.php?layer=1)
 * [http://wordpress.org/plugins/leaflet-maps-marker/](http://wordpress.org/plugins/leaflet-maps-marker/)

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

 *  Plugin Author [Robert Seyfriedsberger](https://wordpress.org/support/users/harmr/)
 * (@harmr)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/markers-missing-after-upgrade/#post-4030472)
 * Strange – when I look in your code, I see that in the header you are enqueuing
   an old version of javascript needed for the plugin:
 *     ```
       <script type='text/javascript'>
       /* <![CDATA[ */
       var leafletmapsmarker_L10n = {"lmm_zoom_in":"Zoom in","lmm_zoom_out":"Zoom out","lmm_googlemaps_language":"","lmm_googlemaps_libraries":"","lmm_googlemaps_base_domain":"&base_domain=maps.google.com"};
       /* ]]> */
       </script>
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 * with the latest version 3.6.2 this should be
 * <script type=’text/javascript’>
    /* <![CDATA[ */ var mapsmarkerjs = {“zoom_in”:”
   Zoom in”,”zoom_out”:”Zoom out”,”googlemaps_language”:””,”googlemaps_libraries”:””,”
   googlemaps_base_domain”:”&base_domain=maps.google.com”,”bing_culture”:”en_US”};/*]]
   > */ </script>
 * On the other hand I see that some parts of the plugin are already v3.6.2:
 * /* Maps created with MapsMarker.com WordPress plugin – version 3.6.2 */
 * did you add something manually to your theme? And: how did you update the plugin?
   through the plugin update process or manually? Please try downloading the 3.6.2
   package from the plugin repository and manually upload all files to your server,
   overwriting the existing ones.
 * If that doesnt help, please switch to twentytwelve theme and see if this works.
   If that also doesnt work, deactivate all other plugin for testing purposes and
   if it works then, re-activate them one-by-one to find the one which is causing
   the issue.
    best,
 * Robert
 *  Thread Starter [Matthew Willse](https://wordpress.org/support/users/thecoup/)
 * (@thecoup)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/markers-missing-after-upgrade/#post-4030607)
 * Robert, thanks for the speedy reply.
 * I have now manually removed and uploaded the lastest plugin version. I disabled
   all other plugins and switched to twentyeleven.
 * Here’s the resulting source of the homepage: [http://pastebin.com/wMbUG8jY](http://pastebin.com/wMbUG8jY)
   
   And of the fullscreen view: [http://pastebin.com/nm0rKSSg](http://pastebin.com/nm0rKSSg)
 *  Plugin Author [Robert Seyfriedsberger](https://wordpress.org/support/users/harmr/)
 * (@harmr)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/markers-missing-after-upgrade/#post-4030679)
 * strange – don’t really know what is causing this – would need temp administration
   access so that I could take a look

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

The topic ‘markers missing after upgrade’ is closed to new replies.

 * ![](https://ps.w.org/leaflet-maps-marker/assets/icon.svg?rev=970936)
 * [Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)](https://wordpress.org/plugins/leaflet-maps-marker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaflet-maps-marker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaflet-maps-marker/)
 * [Active Topics](https://wordpress.org/support/plugin/leaflet-maps-marker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaflet-maps-marker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaflet-maps-marker/reviews/)

## Tags

 * [upgrade](https://wordpress.org/support/topic-tag/upgrade/)

 * 3 replies
 * 2 participants
 * Last reply from: [Robert Seyfriedsberger](https://wordpress.org/support/users/harmr/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/markers-missing-after-upgrade/#post-4030679)
 * Status: not resolved