Your account expired support, please renew to get your support.

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme You have included the Google Maps JavaScript API multiple times

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13871
    Bashiachuki
    Support Expired

    I’ve got error in console like this: imgur.com/a/gEPF042

    Here’s the website: https://tg.weeee.cyou/

    I really don’t need google maps API to be used by your theme, I have another plugin which has google map API and can you help me to disable your theme API to get rid of this problem in console?

    #13909

    Hi you,

    To change Google API key, please go to BA Booking Settings -> Google Map tab -> Add your key: https://prnt.sc/1qbnqe3

    #13921
    Bashiachuki
    Support Expired

    Hi Billy,

    Please check my above message once again. I am getting multiple Google API Key error in the console: https://imgur.com/a/gEPF042

    And I want to get rid of it from your theme and BA Booking plugin as I already have it from another plugin I have to use.

    #13954

    Oh sorry,

    Please copy and paste this code to file functions.php:

    
    function remove_google_api_scripts()
    {
        wp_dequeue_script( 'babe-google-api' );
       wp_deregister_script('babe-google-api');
    }
    add_action( 'wp_enqueue_scripts', 'remove_google_api_scripts', 11 );
    #13974
    Bashiachuki
    Support Expired

    Billy thanks a lot for your help!

    One more problem regarding console errors – https://imgur.com/a/12QXpcP

    Somewhere is used this file, but I can’t find it anywhere, need your help with this also

    https://tg.weeee.cyou/wp-content/themes/triply/assets/fonts/icons/triply-icon-2.1.0.woff2

    #14001

    Hi again,

    I have just fixed this issue, please recheck.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.