Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #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/obxfd0vp

    #1207118

    Hey 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,
    Mike

    #1207870

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

    #1207872

    FYI, 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>

    #1208099

    Hi,

    @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,
    Mike

    #1208195

    Hi Mike,

    Thank you I will try that and post the results here.

    Thanks again,

    #1208729

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

    #1209021

    Rikard can you guide step by step how to fix social icon as box issue in latest 4.7.4

    #1209086

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

    #1209095

    Hi mike i have Managed wordpress and i can use file manager

    #1209096

    i found htaccess but where is web config file

    #1209139

    Hi,
    Typically it’s in the same directory as .htaccess, if the web.config file already exists in the directory, you may only need to add the <customHeaders> section or <httpProtocol> section.

    Best regards,
    Mike

    #1209214

    Can you fix it for me mike?

    • This reply was modified 4 years, 6 months ago by omerh570.
    #1209264

    Hi,
    Please ask your server support to set CORs to Header 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,
    Mike

    #1209379

    My hosting they said it can done through a web developer. Can you please solve it

    #1209512

    Hi,
    If you include an admin login and a FTP login I will check that you followed the instructions.

    Best regards,
    Mike

    #1210885

    its working on 4.6.3.1 and not on 4.7.4. why is that?

    #1211008

    Hi,
    Do you mean that the Header 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,
    Mike

    #1211720

    Hi mike another issue i am facing, when a product is added in the cart it is still empty.

    #1212040

    Please reply

    #1212114

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

    #1213824

    Hi mike. its something in theme. please check

    #1213859

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

    #1213868

    Hi 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?

    #1213881

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

    #1213887

    HI 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?

    #1214095

    Hi,

    I just checked your website on my iphone and I can see the item in cart. I checked in private mode of Safari. Please see attached a screenshot in private content field.
    Which browser and OS are you using?

    Regards,
    Yigit

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