font awesome - Some images/icons not working on 1st load -
not loading few icons when loads 1st time @ browser in opencart 2.0.3.1, add cart button dose not works @ 1st time load.
site url- http://www.allcardecor.com/
i tried clearing cache, reinstalling modules.
you're having cross-domain issue request. when load page in console see error:
font origin 'http://allcardecor.com' has been blocked loading cross-origin resource sharing policy: no 'access-control-allow-origin' header present on requested resource. origin 'http://www.allcardecor.com' therefore not allowed access.
you'll note site http://www.allcardecor.com, calling on fontawesome files http://allcardecor.com. browser seeing 2 different domains.
you'll want setup canonical name 1 of domains in dns it's recognized legitimate alias other.
https://en.wikipedia.org/wiki/cname_record
you should setup cors can call scripts approved sites without running cross domain errors:
https://developer.mozilla.org/en-us/docs/web/http/access_control_cors
Comments
Post a Comment