"Oops! Something went wrong" with Google Maps

Discussion in 'GeoCraft WordPress Theme' started by dubloon2, Sep 5, 2019.

  1. dubloon2

    dubloon2 Member

    Joined:
    May 7, 2014
    Messages:
    30
    Likes Received:
    0
    I don't really want to use any Google Maps, but even though I disabled the Map on the Home page, there are still messages requiring a GOOGLE API key throughout.

    On the new listing form, there is a map, and it momentarily pops up, but then is replaced with:
    [​IMG]
    Oops! Something went wrong.
    This page didn't load Google Maps correctly. See the JavaScript console for technical details.

    In the Google Maps setup page, the Map Center location also has garbage in it.. See pix below.
    upload_2019-9-5_7-39-31.png

    I got a new Google API Key, and I think it is correct, because the warning messages have gone away.

    Can You Help?

    Thanks!
    Don
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello Don,

    Warm Wishes From InkThemes,

    This may be because the newly generated keys are not correct or might have not made the settings correctly.

    So, kindly put the correct map API key and make the settings correctly.

    If you are unable to do so then just share the following details with us at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will check the issue and let you know the needful.

    And if you do not want the map on the single listings then, to make the desired changes, just paste the code in the Additional CSS section of the theme.
    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .form_row.map-row {
        display: none;
    }
    I hope the above information will be helpful to you.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page