Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #870192
    Corinne J
    Participant

    hi guys – attempting at mirroring my main site and the icon elements are not loading up. My host said this is an issue with the .htaccess file (no idea if that is the case) and something would need to be added in to allow that load. Hoping you can help!
    main site: cjchrservices.com
    The urls I currently have setup to mirror:
    cjchrs.com
    myhr.nyc
    hrconsultant.nyc
    humanresourceconsulting.nyc

    #870628
    Paul R
    Moderator

    Hi Corrine,

    You need to allow content origin by adding the code below in your .htaccess file located at the root directory of your site.

    
    Header add Access-Control-Allow-Origin "*"
    Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
    Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"
    

    For more information please refer to the link below.

    https://community.theme.co/kb/solutions-to-potential-setup-issues-font-awesome/

    Hope that helps

    #871270
    Corinne J
    Participant

    will in need to create a child theme for this?

    #872195
    Prasant Rai
    Moderator

    Hello Corinne,

    Thanks for writing in!

    No, that does not require creating child theme. You need to add code shared by our staff into .htaccess file. To know more about editing .htaccess file, please walk-through following tutorial:

    http://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html

    Thanks.

    #873402
    Corinne J
    Participant

    got it – thanks!

    #873736
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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