Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Icons not showing on page and dashboard #74984
     wbz
    Participant

    Hello sharmstr, i traced the issue to an .htaccess rule which must have been blocking the icon fonts.

    The rules below were in an htaccess file in the wp-content directory

    COPY CODE
    # File Control
    Order deny,allow
    Deny from all
    <Files ~ ".(xml|css|jpe?g|png|gif|js|pdf|doc|docx|ppt|pptx)$">
    Allow from all
    </Files>
    #

    I deleted the file and the icons are now visible. 🙂
    I’ll try adding the font icons extensions to the list of allowed files and observe the result.
    I hope it helps anyone having similar issues. (y)
    Thanks

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?