Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1291048

    Hi there,

    I have the newest Version of Enfold and uploaded the google font I want to use via Enfold import options. Now google fonts is still loading and the following codes I found in other threads aren’t working…

    `add_action( ‘init’, ‘enfold_customization_switch_fonts’ );
    function enfold_customization_switch_fonts() {
    global $avia;
    $avia->style->print_extra_output = false;
    }`

    add_filter( 'avf_output_google_webfonts_script', 'avf_output_google_webfonts_script', 10, 1 );
    function avf_output_google_webfonts_script( $activate ){
    	return false;
    }

    Any other suggestions?

    Thanks, gugler

    • This topic was modified 1 year, 9 months ago by Yigit.
    #1291332

    I’m sorry, the code was in my custom.js

    #1291660

    Hi,

    Thank you for the inquiry.

    We tried logging in using the credentials above but they do not work. Please check the info carefully. For the meantime, please try to disable the Enfold > Performance > File Compression settings temporarily, then update the font selection or upload the custom font again. Let us know if that helps.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.