[Support request] Local Font

Home Forums Support [Support request] Local Font

Home Forums Support Local Font

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2313639
    William

    Hello –

    I am attempting to upload a font. Quick note: I installed a child theme prior to trying all of this.

    I have followed the instructions in this article: https://docs.generatepress.com/article/adding-local-fonts/

    The issue I am facing is that I am still getting the “Sorry, you are not allowed to upload this file type.” error even after adding the PHP function in the article above.

    The website is thediamondfox.com

    Any help is GREATLY appreciated.

    #2313702
    Ying
    Staff
    Customer Support

    Hi William,

    Do you have any security plugins installed or does your server has some safety settings?

    Give this PHP snippet a try:

    /** Allows any file type to be uploaded via the Media Library.*/
    define ('ALLOW_UNFILTERED_UPLOADS', true);

    If you still can’t upload the fonts to the media library, you might have to use FTP.

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