Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 6 guests online

Affiliates



How do I remove the ID column from the list of maps? PDF Print E-mail

By default, there may be a bug in the CSS where the map ID shows but the heading column does not.  To remove the mapid completely from the list, make sure that the following css rules are defined within the GMaps CSS file.

 

.gmapidheading {
    display:none;
}

 

.gmapid {

   display:none;

 

You can edit the CSS via the GMaps backend administrator interface. 

 
< Prev   Next >