SSL broke my fonts

Home Forums Use Any Fonts SSL broke my fonts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4918
    Andy
    Guest

    Hi there,

    I’m a big fan of Use Any Font, but have just needed to secure my latest website with an SSL certificate. Everything on the site works well, except all the fonts went to Times New Roman (kill me now).

    Does “Use Any Font” support websites secured by SSL certificates?

    #4936
    Dinesh
    Keymaster

    Hi Andy,

    Sorry for the delay in reply due to forum notification issue.

    Ya SSL is supported. Can you please enable relative path option from additional settings and try ?

    Thanks

    #4946
    Tom Hound
    Guest

    Hey,
    I am having the same issue. I tried your solution to enable relative paths and the stylesheet is still being included with http:// instead of https://

    There are also similar issues when you view the plugin admin page.

    Thanks!

    #4947
    Tom Hound
    Guest

    Not sure if this helps or not but the url and the base_url keys in the array returned by wp_upload_dir() are all http and not https.

    #4948
    Tom Hound
    Guest

    Changing
    `$uaf_upload_url = $uaf_upload[‘baseurl’];’

    to

    $uaf_upload_url = set_url_scheme($uaf_upload['baseurl']);

    in uaf_client_css() and adminCsslibs() seems to fix the problem.

    #4950
    Dinesh
    Keymaster

    Hi Tom,

    Thank you so much for fixing your issue here.

    To fix this without changing our plugin code, you can go to Settings > General and update your site url to https

    But your fix is the actual fix that needs to be done. We will include this in next release.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘SSL broke my fonts’ is closed to new replies.