function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
roni shoreroni shore 

timeline icons not displaying in IE

Hi Guys -  I have a issue in a vf component for displaying icons in IE. I have used svg4everybody but it doen't seems to work.

have created multiple vf components and refering them in a vf page.

please suggest.
NagendraNagendra (Salesforce Developers) 
Hi Shore,

Sorry for this issue you are encountering.

The reason this occurs is that Internet Explorer is not configured to allow the custom icon font to be downloaded to the computer. Steps for resolving this issue are outlined here: 

Also, could you please confirm that you have added the svg4everybody.min.js script as a static resource, included it in your pages, and calling it in a ?ag.
<head>
      <apex:includeScript value="{!$Resource.REPLACE_WITH_NAME_OF_SVG4EVERYBODY_STATIC_RESOURCE}" />
  <script>
    svg4everybody();
  </script>

</head>
Happy to help further.

Thanks,
Nagendra

 
roni shoreroni shore
I am using exactly like you have mentioned, but the icon are displaying up and some part are missing, please see the screenshot in chrome and IE browser the growth bar is missing.
In ChromeUser-added image