Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1015302

    Hi,

    Lately I noticed that the google maps element doesn’t load (See link in Private content).
    I get the following error in the console when loading the page:
    Google Maps JavaScript API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-version
    Seems like it calls for API version 3.27 which is not supported anymore.

    Would appreciate your help! :)

    #1015420

    Hey barak97,

    Please add this code to your child theme functions.php file to change the version number to the latest version ( https://developers.google.com/maps/documentation/javascript/releases ):

    
    
    add_filter( 'avf_google_maps_source', 'avia_maps_version_number', 10, 1);
    	function avia_maps_version_number( $api_src )
    	{
    		$api_src['version'] = '3.34';
    		return $api_src;
    	}
    

    Best regards,
    Peter

    #1016048

    Thanks, but even after adding the code to the child theme’s functions.php file and flushing cache, I still get the same error…

    #1016277

    Hi,

    You maybe need to regenerate the performance cache. Go to Enfold > Theme Options > Performance and disable the javascript merging/compressing. Save the settings. Then activate the setting and hit the save button again.

    Best regards,
    Peter

    #1019923

    Hi,

    Unfortunately it didn’t work… Same problem occurs.

    #1020504

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1020518

    Hi, see login link in Private Content.
    (Meanwhile I removed the google maps widget from the specific page I linked to in the first comment).

    #1021306

    Hi,

    Please check now, let us know if it works as should.

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.