awabia123
Forum Replies Created
-
To followup, here is what my .htaccess file looks like. I’m not a programmer so where exactly should I add the code to make the icons appear?
# BEGIN WordPress # The directives (lines) between <code>BEGIN WordPress</code> and <code>END WordPress</code> are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Hi @corinneolson ,
I am experiencing the same issue. I tried adding “Header add Access-Control-Allow-Origin “*” to .htaccess and that did not resolve the issue.
The two error messages I get are:
Unsafe attempt to load URL https://secureservercdn.net/198.71.233.68/36l.a7e.myftpupload.com/wp-content/plugins/simple-social-icons/symbol-defs.svg from frame with URL https://travelgressing.com/. Domains, protocols and ports must match.
(index):1 Access to XMLHttpRequest at ‘https://secureservercdn.net/198.71.233.68/36l.a7e.myftpupload.com/wp-content/plugins/simple-social-icons/symbol-defs.svg’ from origin ‘https://travelgressing.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Any insights would be helpful!
Forum: Plugins
In reply to: [Simple Social Icons] Icons not appearing, no root access to allow CORSHi there,
I am experiencing the same issue. I tried adding “Header add Access-Control-Allow-Origin “*” to .htaccess and that did not resolve the issue.
The two error messages I get are:
Unsafe attempt to load URL https://secureservercdn.net/198.71.233.68/36l.a7e.myftpupload.com/wp-content/plugins/simple-social-icons/symbol-defs.svg from frame with URL https://travelgressing.com/. Domains, protocols and ports must match.
(index):1 Access to XMLHttpRequest at ‘https://secureservercdn.net/198.71.233.68/36l.a7e.myftpupload.com/wp-content/plugins/simple-social-icons/symbol-defs.svg’ from origin ‘https://travelgressing.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Any insights would be helpful!