Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #397852

    With the latest update 3.0.8 when i add manually fonts on section “Load Google Fonts” after i can´t select it on menu for editing elements like H1.
    I can´t set other fonts on custom.css
    I can’t´ set other fonts on quick.css

    #397974

    Hey mrpacogp!

    Do you have a link for the site in question? Also, if you could give us temporary admin access we could have a closer look at your installation.

    Best regards,
    Rikard

    #398540
    This reply has been marked as private.
    #398609

    Hey!

    You forgot a link to your website.

    Regards,
    Josue

    #398689
    This reply has been marked as private.
    #398702

    I have solved my problem using wp google font, but still not working when you select and item on enfold settings to edit an item like h1, then in font select donts appears the new font.

    #399240

    Hi!

    did you clear your browser cache? please switch off all plugins, especially the caching ones. If that does not help then maybe your host is using some kind of auto chaching. Please contact your server for support.

    Regards,
    Andy

    #399242
    This reply has been marked as private.
    #399341

    Hi!

    I’d suggest using the available Enfold filter, i managed to get it working by adding the following code here (via a plugin that lets you store custom functions like this):

    add_filter( 'avf_google_heading_font',  'avia_add_custom_font');
    add_filter( 'avf_google_content_font',  'avia_add_custom_font');
    function avia_add_custom_font($fonts) {
    	$fonts['Gloria Hallelujah'] = 'Gloria Hallelujah';
    	$fonts['Audiowide'] = 'Audiowide';
    	return $fonts;
    }

    You can now select those fonts in either General Styling > Fonts or Advanced Styling.

    Best regards,
    Josue

    #399490

    Thank you very much you too for support.
    That works!

    Should i continue researching on my server for problems?
    I just have loss the ability to use google fonts on layersliderwp section during latest update. I feel so.

    Apologize about my english.

    Thank you again, and good support!!
    Cheers!

    #399494

    Hey!

    Your custom Fonts are working there too, i just made a quick test – http://screencast.com/t/NSY348JIBx7

    Regards,
    Josue

    #399496

    When i set a new font, i get the ok

    After that, i try to select my new font (testing with Amatic SC) and can’t found it here:

    But with your update on function then i can use it.

    #399502

    Hi!

    When you import a new font in LayerSlider it will be usable in LayerSlider only. If you want to set a new font to use in the Theme Options you’d need to use the method i explained here.

    Cheers!
    Josue

    #400096

    Yes i know and works.
    Is rare, but before the latest update, i have added font with the other method.
    Maybe i have miss something, thank you.
    Good support.
    I`m happy to buy this theme

    #400137

    You are welcome, glad to help :)

    Regards,
    Josue

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