Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #946484

    Hi,

    I have 1 specific font I like to use on certain places on my site. How to add this and have it listed in the fonts theme options (like to avoid using it via custom CSS everytime)? Furthermore I am currently unable to use Quicksand font for body text. It is listed for Header Fonts and I like to have it as option too for body text.
    How to fix both?

    Thanks,
    Sandra

    PS It is already in the Quick CSS :-)

    #946616

    Hey kardnas,

    Thank you for reaching out to us, I have checked your site please install a child theme so you will not lose any modifications when the theme get’s updated and check this link to add extra fonts to theme options.

    Best regards,
    Vinay

    #946633

    Will add childtheme. Am I correct that a childtheme is no longer part of the theme? I know from older sites that a childtheme was included when purchasing the theme. Or did I miss it?

    THanks,
    Sandra

    #946694

    Hi,

    A child theme is an extension of the main theme. The modifications added to the child theme remains in the child theme but the main theme will display the code from the child theme.

    For more info please check the video in this link https://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Vinay

    #946723

    HI,

    I am missing the answer how to get the Quicksand font also in the body text options. It is in the Header options part.
    How can this be fixed?
    THanks,
    Sandra

    #946727

    With my font, which is also in my logo but is no Google font, I am unable to edit special headings. How can I work around this?
    Thx!

    #947707

    Hi,

    Please add the below code to your functions.php file which can be accessed from Appearance > Editor

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Quicksand'] = 'Quicksand';
    return $fonts;
    }

    Please specify what you are not able to edit in the special heading?

    Best regards,
    Vinay

    #947949

    What I like to edit is the font I have in my logo (not a Google font). How can I fix this? I have the font on my computer, how can I add this and make it show up in Website Styling > Fonts?

    BTW adding the code you provided doesn’t fix it. I am still not able to edit the font for the body in Website Styling > Fonts. It doesn’t show in the list.

    Thx,
    Sandra

    #947979

    Another thing I noticed is that, even though I edited the color for the links in the theme options, it doesn’t work in the Freelancer demo.
    Same for the body text.

    And when I upload the preloader…..doesn’t work.

    I get the feeling that either way the demo doesn’t load properly, isn’t fully ready. Too many editing options aren’t working….

    Thx

    #947986

    Fixed the issues placed in this box myself ;-)

    • This reply was modified 5 years, 11 months ago by kardnas.
    #948864

    Hi kardnas,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #971684

    Hi,

    Finished working on another site first, can start working on my own now. I am still not able to use the Quicksand font for all body text, even though I chose it manually for the body text. No difference.
    Next to that I still haven’t found the solution to change the current Pacifico heading to my own font (SanieScript) that I have available on my computer.
    Please advise what to do.

    Site I am working on is https://www.sandrakok.com/wordpress

    Thanks for the help!
    Sandra

    #972565

    Hi,

    Thanks for the update.

    We need htaccess authentication to access the site. Please add that info in the private field. You should be able to change the font in the theme’s General Styling > Fonts panel. Have you tried that?

    Best regards,
    Ismael

    #973306

    Hi Ismael,

    I have tried to change the font, but my font is not a Google font but my own. I have uploaded it via media in case needed (Sanies Script). I like to have that in the places where Pacifico is now used.
    The other font I use for the rest of the text is Quicksand, which is listed in your theme, but when I choose it to be the body text….is doesn’t show in all places. I don’t know how to fix this.

    BTW Used Avada theme in my present site and there is an easy option to upload a font, as long as you have the whole set (which I do). The only things is that I like to lay-out of this theme very much, except that the Sanies Script font is every where in my business, so need it on the site too.

    Credentials are below. Please note that I am still running my current site and this one can be reached as http://www.sandrakok.com/wordpress until migration.

    Hope you can help out!
    Thanks and regards,
    Sandra

    #973311

    Missed one thing, see below.

    #974078

    Hi,

    but my font is not a Google font but my own.

    Thanks for the update. You can’t use non-google fonts in the theme’s custom font manager. If you have your own custom font, use the font face rule.

    // https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Best regards,
    Ismael

    #975446

    Ok, I’m working on that.

    Nevertheless I have chosen Quicksand as body text, but it doesn’t work in all places. How can I fix this? You can already see it on the homepage when you see the block It all starts with you. Text below that is all body text or a h3 and the body text has the wrong font. I think some text are <p> and can’t edit the font for those.
    Don’t know how to fix this.

    Thanks for the help in advance.
    Sandra

    #976093

    Hi,

    I would like to access the site but I can’t get past the htaccess authentication. I used the same login credentials for WP dashboard/admin. Please provide a valid login credential.

    Best regards,
    Ismael

    #976296

    Hi Ismael,

    Have fixed it otherwise. Thanks for the offer. It works now as planned.
    Issue had to do with the <p>….you can’t edit the font in the theme options…… So maybe for an update it would be interested to have this adjustable.

    Thanks & regards,
    Sandra

    #977246

    Hi,

    Thanks for the update. Are you referring to the < p > tag inside the Advanced Styling panel? That should be editable. A screenshot will help.

    Best regards,
    Ismael

    #977957

    Hi Ismael,

    I thought it had to be editable too, but the option is not available. Have a screenshot, but where do I add this?

    Regards,
    Sandra

    #978212

    Hi,

    Please upload a screenshot/mockup to one of the below sites and share the link here so we can help you better :)

    https://snag.gy/
    https://ctrlv.cz/en/
    https://imgur.com

    Best regards,
    Vinay

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