• Resolved lainade

    (@lainade)


    hi bro,

    please tell me how to disable Google map/Google fonts, as Google services are forbidden in some countries, and if the users are from those countries, it’ll take too long to load the webpage.

    thx

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    1. To disable google map, please disable ‘Map’ from Directory Settings >> Listing Settings >> Form Fields.

    2. To disable google fonts, please place the following code in your theme’s functions.php file.

    function atbdp_deregister_googlefonts(){
        wp_deregister_style('atbd_googlefonts');
    }
    add_action('wp_enqueue_scripts', 'atbdp_deregister_googlefonts');
    Thread Starter lainade

    (@lainade)

    thx bro, but it tries to load Googlemapapi forever, how to disable this process?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘need to disable Googlemap or Google fonts’ is closed to new replies.