Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #679327

    The page doesn’t show the map only this message:
    Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details

    What can I do?

    Thanks

    #679368

    Hey endanight,

    Google services like the map feature is now constrained to work with an API key. It is easy to get the Google API key please refer to this link

    Add your API key in the theme options Enfold > Google Services

    While setting up the API key make sure to add /* at the end of your site name in the API options.

    Example http://kriesi.at/*

    Best regards,
    Vinay

    #679381

    I have done this already but it is not working neither

    #679427

    Okay! I figured a solution out by putting all the code fragments together that were posted here. This worked out for me:
    Modify the framework > php > class-framework-widgets.php file via FTP like this, look for this code around line 1377:

    $prefix = is_ssl() ? “https” : “http”;
    $api_key = avia_get_option(‘gmap_api’);
    $api_url = $prefix.’://maps.google.com/maps/api/js?v=3.24&key=YOUR-API-KEY-HERE’;
    if($api_key != “”){
    $api_url .= “&key=” .$api_key;
    }
    wp_register_script( ‘avia-google-maps-api’, $api_url, array(‘jquery’), ‘1’, false);
    wp_enqueue_script( ‘avia-google-maps-api’ );

    And I have done this as well via FTP and nothing change

    #679850

    Hi,

    Try using this plugin https://wordpress.org/plugins/api-key-for-google-maps/ If you still have an issue Please post us your FTP and WordPress login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #679868

    Hi! Please I’ve done everything but still not working.. can u check it?:)

    #679870

    Ok nothing now it’s working!:D

    #679885

    I have add the plugin but it is not working neither.
    Please have attached the credentials

    I hope you can solve it soon. Thanks

    • This reply was modified 8 years, 2 months ago by endanight.
    #679926

    this is the message on google:
    Errors
    Percent of requests
    There are no errors for this time period
    It must be a problem with the theme.

    #680684

    Hey!

    The maps look fine on your site it appears you got this one sorted?

    Let us know if you have more questions we are happy to help :)

    Cheers!
    Vinay

    #680711

    Sorry this is not my site, it is in UK

    #680712

    In the Uk. Where have you found this website?

    #680721

    Hi!

    We replied you here – https://kriesi.at/support/topic/the-fetch-coordinates-are-not-working/
    Please do not create duplicated threads.

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘problems with google maps’ is closed to new replies.