• Resolved Anonymous User 9588130

    (@anonymized-9588130)


    Hi guys,

    I’m using Elegant Themes’ Divi platform to develop a new website. On that website, I’m also using their Bloom plugin. I’ve been working with their support team, as Bloom continues to load Google fonts even though I have the option disabled.

    I just tried installing this plugin to blog Google Fonts while Elegant Themes fix the issue, but this doesn’t seem to work either.

    If you want to discuss more, get in touch and I can give you access to my Dev site for testing.

    https://kevq.uk/contact

    Thanks,

    Kev

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DannyCooper

    (@dannycooper)

    Hi @kevquirk,

    I will test the plugin against Divi/Bloom and report back what I find.

    Thanks for the report!

    Plugin Author DannyCooper

    (@dannycooper)

    Hi Kev,

    I have tried to work with Elegant Themes on this problem but it seems they will only open dialogue with active customers. If you would like to push them on this issue you will need to ask why this best-practice code doesn’t work with Bloom:

    /**
     * Dequeue Google Fonts.
     */
    function dequeueu_fonts() {
    	wp_dequeue_style( 'et-gf-open-sans' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeueu_fonts', 9999 );
    add_action( 'wp_print_styles', 'dequeueu_fonts', 9999 );

    Sorry I couldn’t help more.

    • This reply was modified 4 years, 9 months ago by DannyCooper.
    Thread Starter Anonymous User 9588130

    (@anonymized-9588130)

    Hey Danny,

    Thanks for replying. The response I got back from Elegant Themes was that they would add the bug to their tracker and they couldn’t give me an ETA.

    I actually decided to stop using Divi in the end, as there’s just SO MUCH bundled in there that I don’t need.

    The Google Fonts thing was the last straw though. I don’t think people should be forced to use Google Fonts if they don’t want to. Especially on a platform that you pay over $200 for.

    Thanks again,

    Kev

    Plugin Author DannyCooper

    (@dannycooper)

    I couldn’t agree more @kevquirk! Thanks for pushing them on this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Google Fonts Still Loading With Divi’ is closed to new replies.