Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    Can I please see your site url where the map is?

    That’s odd, because there are no changes in script loading between 22 and 23 …

    Thank you

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    I have formally reverted to version 7.0.22. Which is actually version 7.0.24 (that contains 7.0.22 files).

    Please update. I will have to investigate this further…

    Thread Starter ry4nallen

    (@ry4nallen)

    It’s unfortunately on a client server so I can’t give out the details. I will try to paste the code here:

    echo do_shortcode('[google-map-v3 width="680" height="350" zoom="10" maptype="roadmap" mapalign="center" directionhint="false" language="default" poweredby="false" maptypecontrol="true" pancontrol="true" zoomcontrol="true" scalecontrol="true" streetviewcontrol="true" scrollwheelcontrol="false" draggable="true" tiltfourtyfive="false" addmarkermashupbubble="false" addmarkermashupbubble="false" addmarkerlist="'.urldecode($address).'{}1-default.png{}'.get_the_title().' Office" bubbleautopan="true" showbike="false" showtraffic="false" showpanoramio="false"]');

    It’s being dumped out via shortcode in a single.php template. Given an address in the query string it will dump out the map.

    Wasn’t able to devote enough time to finding the root cause, but this may be of some use: https://stackoverflow.com/questions/2960153/permission-denied-with-internet-explorer-and-jquery

    If it prepends something to the header before the content-type meta, it could cause this error.

    Plugin Contributor alexanderzagniotov

    (@alexanderzagniotov)

    Hi ry4nallen,

    First of all, please update to v7.0.24, it should work and not give you problems in IE. I have reverted the version 23 (which is now version 24).

    Also, the way you are using the plugin – I have never tested it for such usage. I have never tested and observed what happens in different browsers when I echo the shortcode having
    addmarkerlist="'.urldecode($address).'{}1-default.png{}'.get_the_title().' Office"

    Out of the box the plugin should work in IE7,8,9.

    Please keep this in mind

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Comprehensive Google Map Plugin] 7.0.23 broken in IE7/8’ is closed to new replies.