Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1603956
Google Map APi
Closed

Comments

  • zel9 started the conversation

    Hi There, 

    Is there any way we can remove the Google Map API?  

    We are trying to optimise our site and this is one of the errors and suggestion is to remove it. 

    Thanks

    G

  •  1,845
    Elated replied

    Hi there G,

    Sorry for late response, we were working with limited resources last few days.

    Google Maps API key is being used in order for your Google Maps to work properly on your website. But if you do not want to use Google Maps in general, you can cut the connection between it and our theme by adding this code in functions.php of your child theme:

    function wpdocs_dequeue_script() {
       wp_dequeue_script( 'calla_elated_google_map_api' );
    }
    add_action( 'wp_print_scripts', 'wpdocs_dequeue_script');

    Best Regards,

    Walt


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.