@pilotindia.arnab: please try v1.6.1, it fixes a bug where the top of the infowindow is cropped, which I think is the same as your issue above. If not, please try to describe more fully, and I’ll see what can be done to fix your issue.
Hello webaware!
I updated the plugin to v1.6.1. I am using wordpress 3.5.1. Unfortunately the problem is still there. Please visit http://udaanaviation.com/contact/ to have a look. Check out the shadow of the description box. The map is not showing correctly where the shadow falls.
Thanks & Regards!!
G’day, that sounds like a CSS problem with your theme. I can’t see it because it’s behind a Maintenance Mode screen, but if you can send me login details (subscriber is sufficient) through my contact form I can have a look for you.
cheers,
Ross
Plz check ur contact form for the details…
G’day, your own CSS is tripping you up here. You have a CSS rule that sets a background colour on all images (img elements) inside the entry-content div. This affects images inside the Google Map too.
I’ll add an override to such things for the next version of the plugin. In the meantime, you can fix this in your own stylesheet by adding this snippet:
.flxmap-container img {
background-color: transparent;
}
cheers,
Ross
Thanks for the code. My problem is resolved. 5 stars for ur plugin..