No results found. Try again with different words?
Search must be at least 3 characters.
- Incorrect Purchase key error
- How to update the Ultimate Addons for Visual Composer prior to version 3.16.8?
- How to activate your license key of the Ultimate Addons for WPBakery Page Builder (formerly Visual Composer)?
- Force Check Updates
- How to update plugin manually through FTP
- How to update theme or plugin through Brainstorm Core
- Popup form method to activate your license key of the Ultimate Addons for WPBakery Page Builder
- Background Image Sizes Explained
- How to hide a row on specific device?
- Not all Ultimate Addon elements are in Visual Composer list?
- If you are using a customized / skinned / modified Visual Composer
- Black bar / strip with the Video Background
- Error! Envato API error: Username and/or API Key invalid.
- Error on unzipping package
- Don’t have the “Design Options” tab in Edit Row?
- How to replicate our demo site?
- Uncaught TypeError: Cannot read property ‘left’ of undefined
- How to make the Row to cover Browser’s Full Height / Dimension / Viewport?
- Can not set links in Visual Composer?
- Video Background Not Running on Mobile Devices?
- Height of Advance Carousel Block
- Does Ultimate Addons make backend slow?
- How to reinstall & reset font icons in Ultimate Addons
- How to Trigger a Modal Popup on the Click of a Menu Element in UAVC?
- How to Set Thumbnail Image for Video?
- How to Style Play Button?
- How to Display YouTube Subscribe Bar for Video?
- How to Find YouTube Channel Name and Channel ID?
- How to fix – Multiple Google Maps API error in Ultimate Addons Maps
- Increasing Memory Limit
- How to add Row Separator?
How to fix – Multiple Google Maps API error in Ultimate Addons Maps
Having issues with Google Maps functionality of Ultimate Addons? Most probably, this should be due to Multiple Google Maps APIs loaded on your site.
When do Multiple Google Maps APIs load?
Any plugin that offers Google Maps functionality needs to load the map through APIs. If you have multiple plugins installed on your site that offer Google Maps or if the theme you’re using comes with Google Maps functionality as well, there are chances you might face this issue.
How to confirm whether you have Multiple Google Maps APIs loaded on the site?
If you’re using Chrome, you may open the console and see if you have an error there similar as this –
(Click to enlarge the image)
What can you do to fix this?
Ideally, any theme or plugin should load Google Maps API only on the pages where you’re using it’s functionality. (In Ultimate Addons, we do load our API on pages where you would use Google Maps functionality of Ultimate Addons) However, many themes & plugins load the API throughout the website, which causes such conflict.
If your theme / plugin is loading Map API the in header, add the following line into your theme’s functions.php file –
define('DISABLE_ULTIMATE_GOOGLE_MAP_API', true);
which will disable the API that loads through Ultimate Addons and will use other API that’s loaded by other plugins / theme and it will most probably fix the issue.
However if the theme / plugin is loading Map API in the footer, you would need to connect with your theme / plugin author and request information on how you can disable their API from certain pages (or better load only on pages where you’re using it).
We don't respond to the article feedback, we use it to improve our support content.