サイト制作において、自社が使用しているホスティングサーバでテストしている時には表示されていたアイコン画像が、本アップした時に表示されていなかった。
その画像の形式がsvgでした。
いろいろと調べるとサーバ側の設定が出来ていないようだったので
htaccessで設定して表示されるようになりました。
■.htaccessの設定
AddType image/svg+xml .svg
Thanks for installing the Bottom of every post plugin by Corey Salzano. Contact me if you need custom WordPress plugins or website design.