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

    Hi Kriesi-Team,
    Unfortunately, local fonts are no longer used on my site. I did not notice before, where is the error, thank you!
    How can I send you the screenshots
    Regrads Martina

    #1370309
    This reply has been marked as private.
    #1370422

    Hi,

    Thank you for the inquiry.

    There seems to be an issue with your SSL Certificate, which might be the reason why the font files are not loading correctly. Please try to renew the SSL certificate.

    You should also check if the font files actually exist in the wp-content/uploads/avia_fonts/type_fonts folder. If the files are missing, remove the font entry in the Enfold > Import/Export > Custom Font Manager, then try to upload the font package again.

    Best regards,
    Ismael

    #1370433

    The fonts are in the folder: https://ibb.co/SnPRB3M
    he-uploads

    #1370439
    This reply has been marked as private.
    #1370520

    Hi,

    Where do you get the error? Regarding the local fonts, try to add this code in the functions.php file of your local installation.

    add_filter('avf_custom_uploaded_fonts_url', function($url, $orig, $file, $info) {
    						$url = str_replace('https', 'http', $url);
    						return $url;
    					}, 10, 4);
    

    This should adjust the font URL and replace https with http.

    Best regards,
    Ismael

    #1371024
    This reply has been marked as private.
    #1371545

    Hi,
    When I check your site the fonts are loaded from your site, did you already resolve this?
    2022-11-06_003.png

    Best regards,
    Mike

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