Google Map stopped working with SSL

Discussion in 'ClassiCraft WordPress Theme' started by gjspinney, Mar 12, 2017.

  1. gjspinney

    gjspinney New Member

    Joined:
    Sep 21, 2016
    Messages:
    14
    Likes Received:
    0
    Location:
    Canada Eh!
    Well after looking on InkThemes, I couldn't find the solution to my problem..

    When I did, figured I would share it in case somebody else runs up agains this issue.

    You will need to edit the single_map.php file in your favourite editor

    public_html/wp-content/themes/classicrafttheme/library/map/single_map.php

    http://google-maps-utility-library-.../trunk/markerclusterer/src/markerclusterer.js

    to:

    https://google-maps-utility-library.../trunk/markerclusterer/src/markerclusterer.js

    you'll also need to specify the imagePath option when instantiating your MarkerClusterer along the following lines:

    var mc = new MarkerClusterer(map, markers, {
    imagePath: 'https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m'
    });

    Works for me on my website..

    www.TXClassifieds.com
     
  2. gjspinney

    gjspinney New Member

    Joined:
    Sep 21, 2016
    Messages:
    14
    Likes Received:
    0
    Location:
    Canada Eh!
    OH oh, spoke to soon.. this script is not SSL Friendly

    So the map show up, but in the admin area, and when you setup the listing the map is blank.. hummmm

    Any help here?
     
  3. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    We will have to check your site,

    Kindly, share your WordPress admin credentials at [email protected] along with this thread URL:

    WordPress site login URL:
    WordPress admin username:
    WordPress admin password:

    I will check and do the needful.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page