• When i used this plugin with my secure site, it didnt work. Here is the solution:

    In the file – cf7-google-map/public/class-cf7-googleMap-public.php

    Change –

    wp_register_script( ‘google-maps-api-admin’, ‘http://maps.google.com/maps/api/js?key=’ . $google_map_api_key . ‘&libraries=places’, array( ‘jquery’ ), ‘1.0’, true );

    To –

    wp_register_script( ‘google-maps-api-admin’, ‘//maps.google.com/maps/api/js?key=’ . $google_map_api_key . ‘&libraries=places’, array( ‘jquery’ ), ‘1.0’, true );

Viewing 1 replies (of 1 total)
  • victorrf

    (@victorrf)

    Hi dkashikar1974,

    I have the same problem, the plugin doesn´t work and i´m using an ssl site. I have the option in the CF7 form and i see the different options inserting the shortcode, but the map never appears. What you say is that it´s only necessary to delete ‘http’ in the code, yes? I have done it but it doesn´t work. Did you modify something else?

    A lot of thanks,

    Victor

Viewing 1 replies (of 1 total)

The topic ‘Make this plugin work with SSL sites’ is closed to new replies.