Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #666613

    Hallo Support-Team,

    zuerst einmal: Großes Lob für dieses tolle Theme.

    Allerdings kann ich nach dem Update (WP 4.5 Enfold 3.6.2) nicht mehr die Dosis wie hier beschrieben
    https://kriesi.at/support/topic/how-to-use-dosis-font-google-font/#post-181114
    ans Laufen bringen…

    So sieht der Code meiner functions.php aus (inkl. 4.4 WP-hotfix):
    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Dosis’] = ‘Dosis:400,500,600,700,800’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Dosis’] = ‘Dosis:400,500,600,700,800’;
    return $fonts;
    }

    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);

    Könnt ihr mir helfen? vor dem Update war der Font up and running.

    LG Markus

    #666614

    so sind die versionen ganz genau:

    wordpress: 4.5.3
    enfold 3.6.1

    #666615

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #666634

    Hey Yigit,

    thanks alot!

    Regards markus

    #666635

    Do you need ftp Login as well?

    #666644

    Hi!

    Yes, please. Editor is missing under Appearance tab :)

    Regards,
    Yigit

    #666647

    here we go!

    #666659

    Hey!

    I edited functions.php file and moved your code below following line

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    please review your website now

    Regards,
    Yigit

    #666662

    Hey Yigit,

    I can still not find the Dosis Font in the Enfold Settings. Do I have to make further steps to activate the font?

    Regards marrkus

    #666667

    got it! thanx a lot. very quick and fine service. Greets from Germany, Markus

    #666683

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Enjoy your weekend!

    Regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘google font "dosis" macht probleme’ is closed to new replies.