• Hello all,

    I am trying to create a site for use in China and downloading anything from google produces a massive slow down. I can’t seem to get rid of all the googleapi calls for OpenSans, Damion and jsapi. It seems to be specifically the theme which is a child theme of CherryFramework. If I disable the theme, it gets rid of the calls. I’d like to remove Damion completely and link OpenSans to a china friendly url.

    My site is:
    web.elitedirection.com

    The theme I’m using is:
    https://www.templatemonster.com/wordpress-themes/45716.html

    these lines appear in the header:
    <link rel=’stylesheet’ id=’options_typography_Open+Sans-css’ href=’//fonts.googleapis.com/css?family=Open+Sans&subset=latin’ type=’text/css’ media=’all’ />

    <link rel=’stylesheet’ id=’options_typography_Damion-css’ href=’//fonts.googleapis.com/css?family=Damion&subset=latin’ type=’text/css’ media=’all’ />

    <script type=’text/javascript’ src=’//www.google.com/jsapi?ver=1.4.7′></script>

    I’ve installed the Disable Google Fonts plug-in:
    https://www.ads-software.com/plugins/disable-google-fonts/

    I’ve edited the style.css, main-style.css, and style.less files of the child theme to include:

    @import url(fonts.useso.com/css?family=Open+Sans);
    instead of the usual google url.

    I’ve tried to dequeue open-sans in functions.php

    None of it seems to get rid of the lines. I’m far from a web designer or coder, just helping a friend out with a website. I appreciate any ideas you guys may have. Thanks for looking.

Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Can't get rid of Googleapi for Open Sans and Damion’ is closed to new replies.