-
AuthorPosts
-
April 25, 2020 at 4:08 am #1207024
I am using Enfold 4.7.4 and the social icons on header and footer are showing as boxes. Kindly tell me how to fix it.
Screenshot : https://ufile.io/obxfd0vpApril 25, 2020 at 10:49 pm #1207118Hey omerh570,
This looks related to CORS. Please refer to this: http://kriesi.at/documentation/enfold/enable-cors/
Otherwise, please include an admin login in the Private Content area.Best regards,
MikeApril 28, 2020 at 5:30 pm #1207870I am also having this issue. Will post website and login info in private area. My client is launching soon and is frustrated with this issue. Thank you for your help.
April 28, 2020 at 5:31 pm #1207872FYI, I added the following code to the htaccess file but it did not resolve the issue. Also cleared the cache to be sure.
<FilesMatch “.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>April 29, 2020 at 10:50 am #1208099Hi,
@thinkingsunshine did you see a “web.config” file? If so then try merging this code in it:<?xml version="1.0" encoding="utf-8"?> <configuration> <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" ></add> </customHeaders> </httpProtocol> </system.webServer> </configuration>
If not then try asking your webhost for assistance in setting CORS.
Best regards,
MikeApril 29, 2020 at 4:25 pm #1208195Hi Mike,
Thank you I will try that and post the results here.
Thanks again,
May 1, 2020 at 7:08 am #1208729Hi thinkingsunshine,
Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 2, 2020 at 3:52 am #1209021Rikard can you guide step by step how to fix social icon as box issue in latest 4.7.4
May 2, 2020 at 12:01 pm #1209086Hi,
This can be a little technical to solve, in our documentation it shows the code to use if you have an Apache server or a Windows server, but if you are unsure which server you have you can ask your WebHost support and they will know what to do and they will be able to restart the server for you, which may be necessary for the settings to take effect.Best regards,
MikeMay 2, 2020 at 2:31 pm #1209095Hi mike i have Managed wordpress and i can use file manager
May 2, 2020 at 2:33 pm #1209096i found htaccess but where is web config file
May 2, 2020 at 7:56 pm #1209139Hi,
Typically it’s in the same directory as.htaccess
, if theweb.config
file already exists in the directory, you may only need to add the<customHeaders>
section or<httpProtocol>
section.Best regards,
MikeMay 3, 2020 at 4:58 am #1209214Can you fix it for me mike?
- This reply was modified 4 years, 6 months ago by omerh570.
May 3, 2020 at 12:44 pm #1209264Hi,
Please ask your server support to set CORs toHeader set Access-Control-Allow-Origin "*"
because I think they need to restart the server for this to take effect, and this can’t be done from the cPanel.Best regards,
MikeMay 4, 2020 at 2:54 am #1209379My hosting they said it can done through a web developer. Can you please solve it
May 4, 2020 at 12:58 pm #1209512Hi,
If you include an admin login and a FTP login I will check that you followed the instructions.Best regards,
MikeMay 8, 2020 at 4:07 am #1210885its working on 4.6.3.1 and not on 4.7.4. why is that?
May 8, 2020 at 12:32 pm #1211008Hi,
Do you mean that theHeader set Access-Control-Allow-Origin "*"
in the .htaccess works for 4.6.3.1 and not on 4.7.4? That is odd, if we had a admin login and ftp access we would be able to check.Best regards,
MikeMay 11, 2020 at 3:06 am #1211720Hi mike another issue i am facing, when a product is added in the cart it is still empty.
May 12, 2020 at 8:12 am #1212040Please reply
May 12, 2020 at 12:06 pm #1212114Hi,
Sorry for the late reply I have checked your site and adding an item to the cart seems to behave correctly, and checking the cart shows the item. Please see the screenshot in Private Content area.Best regards,
MikeMay 17, 2020 at 4:43 pm #1213824Hi mike. its something in theme. please check
May 17, 2020 at 8:28 pm #1213859Hi,
Sorry, I don’t seem to get the same results, I add an item to the cart, then click the green button to see the cart and the item is there. I can also click the “view cart” from the cart icon drop down.
Please see the screenshots in Private Content area.Best regards,
MikeMay 17, 2020 at 9:40 pm #1213868Hi mike, the green button works , but when you click from the view cart from the menu cart icon it wont work.Can you check from incognito and mobile phone also?
May 17, 2020 at 10:43 pm #1213881Hi,
This works for me in incognito and on an Android mobile, I will ask the rest of the team to check on an iPhone.Best regards,
MikeMay 17, 2020 at 11:34 pm #1213887HI mike i still see empty cart. but when i change theme its fixed. can you open it on mobile on incognito . select first product and then instead of green view cart push the menu cart and check?
May 18, 2020 at 7:02 pm #1214095 -
AuthorPosts
- You must be logged in to reply to this topic.