Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pippin Williamson

    (@mordauk)

    Are you familiar with FTP?

    Thread Starter wa7eedem

    (@wa7eedem)

    yes , and the font exist in the path
    public_html/wp-content/uploads/sites/2

    EDIT

    I try to create a folder in the dir public_html/wp-content/uploads/fonts

    but its not working

    Thread Starter wa7eedem

    (@wa7eedem)

    ok ..
    I change :

    define(‘FU_FONT_URL’, content_url() . ‘/uploads/fonts/’ );
    in line 35 in font-uploader-free.php
    TO :
    define(‘FU_FONT_URL’, $fu_upload_dir[‘baseurl’] . ‘/fonts/’ );

    and its work

    thank you

    Plugin Author Pippin Williamson

    (@mordauk)

    Oh excellent, I will try and get an update pushed out for that soon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘support multisite’ is closed to new replies.