This is a really good plugin:
http://wordpress.org/extend/plugins/google-map-shortcode/
but I have a transparency problem... the map elements: Info window, Zoom Line, etc. have a white background appearing...
This is a really good plugin:
http://wordpress.org/extend/plugins/google-map-shortcode/
but I have a transparency problem... the map elements: Info window, Zoom Line, etc. have a white background appearing...
Sometimes the wp themes overrides the maps styles. Can you please try with the default "twentyten theme" and update?
Sir thanks for the speedy reply....
Yup, I tried it on the twentyten theme and it work fine... Though I would be using another theme (delicious magazine) from woo... And I think youre right, the delicious magazine theme does override the map style.... But I'm not sure what property of element did it override.... sorry I'm just new to the web developing world, so I might not have enough knowledge... Can you please point out things that I can do that can possibly fix it?
thanks sir...
The problem is with themes that use responsive images that are set in CSS to 100%. Look in your css for something like this: img, object,
embed {max-width: 100%;}
Just delete img.
You must log in to post.