Base solution for your next web application
Open Closed

Issues with Icon Loading #2798


User avatar
0
maharatha created

If you look at the below image the icons are not loading for the menu and JqTable because the referencing si wrong.

We haven't made any changes any where.

When I use <a class="postlink" href="http://localhost:6240">http://localhost:6240</a> it works but when I host it it <a class="postlink" href="http://x.x.x.x/ABCDEV/">http://x.x.x.x/ABCDEV/</a> the icon doesn't load.

The image referencing is probably wrong.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    The ones in jtable are font awesome icons, can you check fontawesome font is loaded or not ? It has woff2 extension and your IIS might not contain *.woff2 extension.

    Thanks.

  • User Avatar
    0
    maharatha created

    The fontawesome.css in content folder was somehow excluded from the porject as a result of which it was not getting published.

    Thanks for your help.