Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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!
    Erin

    #1216941

    Hey ESWEENEY113,

    Please refer to this: http://kriesi.at/documentation/enfold/enable-cors/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1217034

    Thank 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.

    #1217035

    Also, 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!
    Erin

    #1217117

    I 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!

    #1217368

    Hi 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,
    Victoria

    #1217524

    I 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!

    #1217548

    Hi,

    I have the same problem, I going to try the solution Victoria says

    #1217780

    Hi honkatech,

    Please let us know how that worked for you :)

    Best regards,
    Victoria

    #1217860

    I 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) between BEGIN WordPress and END WordPress are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    # END WordPress

    Where do I add
    <FilesMatch “.(ttf|otf|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    Thanks!

    #1217992

    Hi ESWEENEY113,

    You can add it after
    # END GD-SSL

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1218463

    I 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!

    #1219448

    This 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.

    #1219881

    Hi 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,
    Victoria

    #1219916

    I was able to turn the CDN off and the icons are working now. Thank you!

    #1220126

    Hi,

    Great, I’m glad that you got things working and thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.