Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1003995
    mirandaochoa10
    Participant

    Hello, on certain browsers my icons disappear but on other browsers they appear.

    #1003997
    mirandaochoa10
    Participant
    This reply has been marked as private.
    #1004005
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems your font awesome icons are not loading because it has been blocked from loading by Cross-Origin Resource Sharing policy – http://prntscr.com/b73sk2

    Looks like your host doesn’t allow for cross origin. Please try adding this to your .htaccess file:

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>

    You can also find more information here – https://community.theme.co/kb/solutions-to-potential-setup-issues-font-awesome/

    Hope it helps.

    Cheers!

    #1004052
    mirandaochoa10
    Participant

    Thank you for your help, however how do i find the .htaccess file?

    #1004064
    Rupok
    Member

    Hi there,

    Thanks for writing back. .htaccess located in your website’s root folder. If you follow the above article, you will find this in details.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1003995 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>