-
AuthorPosts
-
May 26, 2020 at 9:58 pm #1216699
Hi-
This happened to me before with another website but the icons aren’t displaying on a new site I’m working though it’s running Enfold 4.7.5. Is there a quick fix for this? Thanks!
ErinMay 27, 2020 at 2:10 pm #1216941Hey ESWEENEY113,
Please refer to this: http://kriesi.at/documentation/enfold/enable-cors/
If you need further assistance please let us know.
Best regards,
VictoriaMay 27, 2020 at 5:00 pm #1217034Thank you. I saw this before but I thought the issue was fixed with the newer versions of Enfold. I use this theme often with clients and was surprised to see it was back.
May 27, 2020 at 5:02 pm #1217035Also, I don’t have easy access to these files. The site is a Managed WordPress site and it’s hard to get access to editing . Is there any other fix or is this it?
Thanks!
ErinMay 27, 2020 at 7:11 pm #1217117I tried adding the code to my wp-config file and the site broke. How should I add it? I added it to the bottom of the existing code but that’s apparently wrong. Thanks!
May 28, 2020 at 2:52 pm #1217368Hi ESWEENEY113,
No, this cannot be added in the wp-config. You need to check with your hosting provider how you can edit that htaccess file. Do you have access over FTP or to the cPanel?
Best regards,
VictoriaMay 28, 2020 at 10:01 pm #1217524I do have access over FTP. I was told by my hosting provider to do the Apache fix because I have a Managed WordPress website. I’ll try to locate and update the htaccess file. Thank you!
May 28, 2020 at 11:31 pm #1217548Hi,
I have the same problem, I going to try the solution Victoria says
May 29, 2020 at 4:20 pm #1217780Hi honkatech,
Please let us know how that worked for you :)
Best regards,
VictoriaMay 29, 2020 at 9:03 pm #1217860I added to my htaccess file and I’m still not seeing social icons. Also, the arrow button for the page scroll up feature is also a square. I tried adding it after #End WordPress and it broke my site. This is what I have:
# BEGIN GD-SSL
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_USER_AGENT} ^(.+)$
RewriteCond %{SERVER_NAME} ^danieldipalmaphotography\.com$ [OR]
RewriteCond %{SERVER_NAME} ^x83\.a6b\.myftpupload\.com$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Header add Strict-Transport-Security “max-age=300”
Header always set Content-Security-Policy “upgrade-insecure-requests”
</IfModule>
# END GD-SSL# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
# END WordPressWhere do I add
<FilesMatch “.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>Thanks!
May 30, 2020 at 1:22 pm #1217992Hi ESWEENEY113,
You can add it after
# END GD-SSLIf you need further assistance please let us know.
Best regards,
VictoriaJune 1, 2020 at 4:33 pm #1218463I added the code but I’m still getting a box instead of an icon. I have the LinkedIn social profile in the menu on the homepage and you’ll see it’s not the LinkedIn logo but a box. Also, my scroll up arrows are still boxes. Anything else I can try? https://danieldipalmaphotography.com/
Thanks!
June 4, 2020 at 4:17 pm #1219448This is happening on another website that I’m doing using the Enfold theme. I just tried adding the code to the htaccess file for that site and it’s still not working for me. I have the most up to date version of Enfold running on both sites. Is there a fix for this? Thank you.
June 5, 2020 at 6:20 pm #1219881Hi ESWEENEY113,
I see that you’re using a CDN too, the CDN server icons with incorrect headers. You need to write to your hosting/CDN provider about it. Here is another thread on the issue:
If you need further assistance please let us know.
Best regards,
VictoriaJune 5, 2020 at 7:56 pm #1219916I was able to turn the CDN off and the icons are working now. Thank you!
June 7, 2020 at 5:37 am #1220126 -
AuthorPosts
- You must be logged in to reply to this topic.