Support » Plugin: Simple Contact Info » Non-SSL content on SSL page

  • Resolved danorton

    (@danorton)


    Patch:

    --- contact-googlemaps-widget.php.orig	2014-06-18 13:11:14.332474588 -0600
    +++ contact-googlemaps-widget.php	2014-06-18 13:11:20.785932452 -0600
    @@ -96,7 +96,7 @@
     		}
    
     		if ($type == 'dynamic') {
    -			wp_enqueue_style('google-style', 'http://code.google.com/apis/maps/documentation/javascript/examples/default.css');
    +			wp_enqueue_style('google-style', '//code.google.com/apis/maps/documentation/javascript/examples/default.css'); 
    
     			wp_register_script( 'googleapis', 'https://maps.googleapis.com/maps/api/js?sensor=false', false, '1.0' );
     			wp_enqueue_script( 'googleapis', 'https://maps.googleapis.com/maps/api/js?sensor=false', '1.0');

    https://wordpress.org/plugins/simple-contact-info/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Non-SSL content on SSL page’ is closed to new replies.