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.
2 Answer(s)
-
0
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.
-
0
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.