Title: davidwebsolution's Replies | WordPress.org

---

# davidwebsolution

  [  ](https://wordpress.org/support/users/davidwebsolution/)

 *   [Profile](https://wordpress.org/support/users/davidwebsolution/)
 *   [Topics Started](https://wordpress.org/support/users/davidwebsolution/topics/)
 *   [Replies Created](https://wordpress.org/support/users/davidwebsolution/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/davidwebsolution/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/davidwebsolution/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/davidwebsolution/engagements/)
 *   [Favorites](https://wordpress.org/support/users/davidwebsolution/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] Change z-index on type of marker](https://wordpress.org/support/topic/change-z-index-on-type-of-marker/)
 *  Thread Starter [davidwebsolution](https://wordpress.org/support/users/davidwebsolution/)
 * (@davidwebsolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/change-z-index-on-type-of-marker/#post-5824943)
 * Ok, thank’s for your help.
 * I resolved my problem with a css style on each marker, using title :
 *     ```
       img[title="LE CLUB MATE SPOT"] {
       	z-index: 100000 !important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] Change z-index on type of marker](https://wordpress.org/support/topic/change-z-index-on-type-of-marker/)
 *  Thread Starter [davidwebsolution](https://wordpress.org/support/users/davidwebsolution/)
 * (@davidwebsolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/change-z-index-on-type-of-marker/#post-5824921)
 * I wanted to change the leaflet.js file but it’s minify and very difficult to 
   find what i’m looking for.
    DO you have it non-minify ? I’ve to change the _updateZIndex
   function or the setZIndexOffset function. For all img class with classname=lmm_marker_icon_marker-
   shop, it must put a z-index to a big value (for example 10000). Do you know which
   js function should i change ?

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