internet explorer 11 - font awesome icon is not appearing in IE 11, but showing in other browsers -


i new font-awesome icons. have 1 page in there filter user can search data. have added font awesome icon before search link (as per below screenshot), can see icon in browsers except ie 11. funny thing have icon in other pages , can see in ie 11, cannot see icon on (as per below screenshot) page only.

here screenshot ie 11:

enter image description here

here screenshot chrome:

enter image description here

can me out on this?

i had same issue, solved adding meta tag first tag in <head>:
<meta http-equiv="x-ua-compatible" content="ie=edge">

also, according official documentation, check following:

for internet explorer: don't serve files no-store option in cache-control header (ref: #6454);
for internet explorer , https: don't serve files no-cache option in pragma header.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -