Jump to content

[SOLVED]Many clients can't see my site with internet explorer


Recommended Posts

Ok i was looking for an answer for this problem and i found out that problem might be in IE8 and cdn, so you shouldn't load your files from cdn but from your server. You have this code in header.tpl:

<!--[if IE 8]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->

This is not ok. You must download those 2 scripts to your server and make link to them instead of upper link.

Link to comment
Share on other sites

  • 5 months later...

Ok i was looking for an answer for this problem and i found out that problem might be in IE8 and cdn, so you shouldn't load your files from cdn but from your server. You have this code in header.tpl:

<!--[if IE 8]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->

This is not ok. You must download those 2 scripts to your server and make link to them instead of upper link.

 

Hello dioniz,
 
I'm using the 1.6.0.8 version and default theme. The web is: agetroshop.com.es/agetroshop_store
 
I download those 2 scripts to my server and make link to them but I have the same error with in respond.min.js file ("invalid procedure call or argument" line:6 Character: 2603).
 
Do you have any idea, how to solve this item?
 
Thanks in advance.
Link to comment
Share on other sites

×
×
  • Create New...