Hello lastnote,
If the problem will not be solved with this advice, please try to find other online solutions in this regard because the origin of this issue can be more complex and depends on a lot of things and it is not theme related. Also, try to clear the server cache and if you do not have any access to remove this, you should contact your hosting provider and require them to do this and check the results.
Thanks for your understanding!
The code in my htacces file looks like this, but It has not resolved the issue. P.S. I copied the code from stackexchange, not from here. Please help…
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
my site url is http://www.pinkcitypost.com
I am getting an error
Failed to load resource: the server responded with a status of 404 () newspaper.woff
Hello Vikram,
Please notice that issues are not theme related and if you want to solve this, you should check some online fixes and solution in this regard. You can check the following hints from here -> https://enable-cors.org/server_nginx.html -> http://serverfault.com/questions/162429/how-do-i-add-access-control-allow-origin-in-nginx -> http://oskarhane.com/avoid-cors-with-nginx-proxy_pass/
Hope this helps!
Thanks for your understanding!
Is this issue, in any way related to we just shifting to https://?
If we are on SSL now, would the above solutions still work or we need to do something different?
Thanks for your input @catalin-l. I can manage to resolve most issues on my own, just need a nod in the right direction.
Thank you.
It’s the social media icons that have been replaced with the symbols in the header and footer.
I added the line of code to the htaccess file in my root directory – copied directly from the linked site and not this forum above all other lines – and using the wild card as suggested by @branch1.
The staging site is: http://wptest.brookeandsteve.ca/wptest/
Any advise greatly appreciated!
Hello gordonbe,
Please keep in mind that error does not come from our theme, sorry! The source of it most likely come from your modifications which you have made on your website, like -> CDN, multisite, etc or any other custom changes. Please contact your CDN provider and hosting provider because they should be able to provide a more accurate response.
Note: This topic will be closed!
Thanks for your understanding!
