Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi I wanted to ask that how did you solve the issue? Can you please guide me to this?

    Thanks Ahmad.

    This problem still exist and i dont know why. Tile Coordinates / Layer is it called i believe.

    Dont know where to start to troubleshooting. Tested with 3 browsers.

    Thread Starter Eva

    (@eva_b)

    So this still isn’t resolved? I have no idea what the solution is. I went back to using custom google maps and adding them to the contact page template.

    Problem is that this only happens with specific themes, which makes troubleshooting even harder. Or at least, that was my issue.

    Embed map pulls some jQuery version that mess with my other plugins.

    Amazing, spent just 2-3 hours on stupid nothing. It was in theme style.css image styling, but Firebug could not find it.

    Wrap Gmap shortcode in div class, put class in CSS and disable all image styling.

    <div class="contact-gmap">
    [google-map-v3 .......]
    </div>
    .contact-gmap img {
       border: none;
       -moz-box-shadow: none;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
    Thread Starter Eva

    (@eva_b)

    Looks like your solution is a good work around if you can’t fix this in your stylesheet. Will mark this topic as resolved then.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[Plugin: Comprehensive Google Map Plugin] Strange tiles/images on map’ is closed to new replies.