Tagged: x
-
AuthorPosts
-
April 6, 2016 at 5:40 pm #870192
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.nycApril 7, 2016 at 1:11 am #870628Hi 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
April 7, 2016 at 9:56 am #871270will in need to create a child theme for this?
April 7, 2016 at 9:26 pm #872195Hello 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.
April 8, 2016 at 5:21 pm #873402got it – thanks!
April 8, 2016 at 11:51 pm #873736You are most welcome. 🙂
-
AuthorPosts