• Resolved sathackr

    (@sathackr)


    With the new SSL support modification, it seems the static map link was left behind. Suggest changing line 308 of Maps.php

    from:

    $url = 'https://maps.google.com/maps/api/staticmap?';

    to

    $protocol = is_ssl() ? 'https' : 'http';
    $url = $protocol . '://maps.google.com/maps/api/staticmap?';

    Otherwise the site still indicates non-ssl content and makes browsers unhappy.

    Thanks!

    http://wordpress.org/plugins/pronamic-google-maps/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Static map link not using SSL’ is closed to new replies.