Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #577428

    Hi

    ich habe mir das Plugin ‘Easy Google Fonts’ installiert. Dann habe ich nach der Anleitung http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ im functions.php am Ende dem html-Text eingefügt, doch leider passiert nix. (siehe eingefügter Abschnitt unten)
    Hab ich etwas falsch gemacht? Ist die Leerzeile über add_filter(… zuviel oder fehlt da noch was davor, z.B. // oder * (erste Zeile ist noch die letzte Zeile aus dem Original der functions.php – Datei.)
    Oder ist das doch alles richtig? Oder nur doppelt gemobbelt? In den Einstellungen von Easy Google Fonts ist unter advanced ein API-Key zu validieren, doch wo in Gottes Namen finde ich den? Vielleicht ist da ja der Fehler, dass ich keinen API eingegeben habe?

    // add_theme_support(‘avia_template_builder_custom_css’);

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Julius Sans One’] = ‘Julius Sans One:400’;
    $fonts[‘Marcellus SC’] = ‘Marcellus SC:400’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {

    $fonts[‘Marcellus SC’] = ‘Marcellus SC:400’;
    $fonts[‘Julius Sans One’] = ‘Julius Sans One:400’;
    return $fonts;
    }

    Danke im Voraus für Unterstützung.
    gruß
    Viv

    #578742

    Hey Vivian!

    klappt es denn wenn du alle Plugins deaktivierst? gehe sicher, dass du Enfold v3.4.7 verwendest und die aktuellste WordPress Version. Ein Link und Admin Zugang wären hilfreich, um genauer zu checken was da los ist.

    Gruß!
    Andy

    #578840

    Hi Andy,
    mittlerweile hatte ich Easy google Fonts als Plugin installiert, doch beißt es sich anscheinend mit der Fontauswahl über das Enfold.
    Ich bin unsicher, wie ich das im functions.php eingeben muss, ob da noch irgendwas davor muss (* oder //). Ich bin html-Laie. :-)
    Ich hätte nämlich gern eine Schriftart, kann auch sowas gut lesbares wie Arial oder Open Sans sein, die es auch als Variante Kapitälchen (small caps) gibt oder kann man jede Schriftart in small caps darstellen?
    Alegreya Sans SC ist mein Favorit, in 400 normal, 500 medium, 700 bold und 800 extra bold.
    Danke im Voraus..
    Gruß
    Viv

    P.S.: Admin im private content..

    https://www.google.com/fonts/specimen/Alegreya+Sans+SC

    #579677

    Hi!

    Can you please post the username for the admin logins as well so we can add the font for you? :)

    Best regards,
    Yigit

    #579679

    see the information in the private mail..

    #579682

    Hey!

    Alegreya Sans SC font family with 400,500,700,800 font weight was added. Please review your website now.

    Best regards,
    Yigit

    #579690

    Thanks a lot..

    #579694

    Hey!

    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 :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Easy Google fonts’ is closed to new replies.