-
AuthorPosts
-
June 7, 2019 at 12:11 am #1108106
So I have my main website that is working fine and displaying the social media icons fine. However I have to link our site to one of our providers sites. They are using a subdomain and I thought I worked out all the bugs but the social media icons are not displaying correctly on their pages. I had an error with CORS and I added the code to the .htaccess file like you suggest and the errors went away but it did not fix my issue and I don’t know what is wrong with it. Any help you could give would be appreciated. I have tried refreshing cache and going on other machines and it does not seem to fix the issue.
June 7, 2019 at 10:02 am #1108212Hey jblacksten,
Thanks for the links, the subdomain isn’t working though. Please see private.
Best regards,
RikardJune 10, 2019 at 9:29 pm #1108882Hi Rikard,
I tracked down the ERR_EMPTY_RESPONSE and it is caused by a feature I had on in mail munch. The web developer who owns clients.delawaresbdc.org just keeps sending me screen shots of the error message The origin ‘https://clients.delawaresbdc.org’ did not find ‘https://clients.delawaresbdc.org’ in the Access-Control-Allow-Origin response header for the cros-origin font resource at ‘https://delaware.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff’
I have added the code:
<FilesMatch “.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>like this https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- says but it does not seem to work.
June 11, 2019 at 2:15 pm #1109147Hi jblacksten,
Can you try to manually replace the ” (double quote)? sometimes replacing the single and double quotes fixes the issue.
Best regards,
NikkoJuly 17, 2019 at 2:20 pm #1119584This reply has been marked as private.July 18, 2019 at 5:11 am #1119766Hi graou99,
Is this what you tried and it did not work? https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
I tried checking your site but it returns a 500 internal server error.
Best regards,
RikardJuly 18, 2019 at 11:38 am #1119880yes, that’s exactly what I tried to do. No worries with ” .htaccess” and when I inserted the text ” web.config “, named at home “wp-config.php” because I did not find “web.config” (is that the mistake?), I received an email jetpack instantly. I thought that by erasing the text inserted everything would be in order, but I do not know enough about it and I do not understand english very well. I must have made a mistake. Can you help me because, I m enable to see the mistake and, there, wanting to have icons like in the demo, I lost the website. :-(
July 19, 2019 at 5:15 am #1120048Hi graou99,
Thanks for the update, the web.config part is only valid for a particular server so it shouldn’t be necessary. It should NOT go in wp-config.php, please try to remove everything which you added to that file. If you need further help then please post FTP login details in private.
Best regards,
RikardJuly 19, 2019 at 10:16 am #1120116Thank you very much for this explanation. I will never touch this file again !! I tried to erase everything, but it doesn’t change anything. Can you watch? I’ll attach the ftp login codes to you. thank you very much.
July 20, 2019 at 4:32 am #1120378Hi graou99,
Thanks for that, though I can’t see anything which doesn’t belong in wp-config.php file unfortunately. Did you do any other changes which might be causing this problem?
Best regards,
RikardJuly 21, 2019 at 8:10 pm #1120692Thank you very much. I have not changed anything other than the two files. So I reset these two files through OVH, as they were before I edit them and everything went back to normal, including the incons. I didn’t understand why, but the main thing is that it works.
July 22, 2019 at 3:29 pm #1120872Hi graou99,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.