• Resolved orangeworx

    (@orangeworx)


    Hello there and thanks for a really good plugin.
    I just have one issue with it, since Firefox doesn’t like to a remote call to servers (security issue), the Font Awesome icons won’t load.
    It works on all browsers except Firefox.
    My method of remedying this is to include Font Awesome files in the templates\assets folder (css and fonts) and loading these in the template… I’m trying to get it to work but for some reason I seem incapable of getting the code together…

    I’ll post back if I do get it to work

    https://wordpress.org/plugins/responsive-admin-maintenance-pro/

Viewing 1 replies (of 1 total)
  • Plugin Author Md Nurullah

    (@nirob19)

    Please add the following code in your .htaccess file

    <FilesMatch ".(ttf|otf|woff)$">
        Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
Viewing 1 replies (of 1 total)
  • The topic ‘Firefox issue’ is closed to new replies.