This topic has 8 replies, 4 voices, and was last updated 12 years, 8 months ago by Fem.
Viewing 9 posts - 1 through 9 (of 9 total)
Why my gmap code generates the map but without the street names? I can’t see the street names around and if I use the html code from Google directly I can see the streets names without issues but I like the styling of your shortcode, but are you keeping the streets names awat for some reason? Thanks
Check your email, you have the login details sent from alex@jaxadv.com, sorry for using my other email address. I’ve sent it yesterday for the contact form issue and there is another issue specified in the email, if you could have a look please.
Thanks
Open framework/shortcode/gmap.php then find and replace the code as shown below
Find
featureType: "road",
elementType: "labels",
stylers: [
{ visibility: "off" }
]
Replace
featureType: "road",
elementType: "labels",
stylers: [
{ visibility: "on" }
]
Hmm… I tried that. I only changed the word from “off” to “on”. I saved the file & uploaded to the site and now when I try to add a gmap short code, nothing displays at all… What happened?
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.