I thought I had fixed it by adding this line : <script src=”http://maps.googleapis.com/maps/api/js?key=MYKEYBLABLABLABA”></script>; in the <head> section of admin-header.php in wp-admin folder of wordpress.
That allows the map to load at least in the category or tag edit page of the wordpress admin, but it crashes seconds after that. Error log says the api key included several times on the page, though otherwise it says error no key.
Try again.
Found it!
I am so happy. I found where was the style propriety we were looking for!
It is not in the style.css, but in a file hidden there : http://yoursite… /wp-content/themes/radiant/cyberchimps/lib/bootstrap/css/
The file to modify is “cyberchimps-responsive.min.css”
The line is number 169!
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
color: #999999
}
The original grey color looks awefull on the orange, I know what you have been suffering!!
Gabriel