The icons in the left bar appear when the page is refreshed (first screen shot - I had to be quick when I hit PrtScn!) and then disappear and are replaced by the rectangle (in the second screen shot).
So you still get the same thing after adding .svg to the web.config? You might want to download a clean Umbraco 7 version and compare the web.config with your own web.config to see if you might miss some other things. This seems to be related to the upgrade.
I've gone through the config files and tried to make them as similar as possible. The content, media, settings etc icons only seem to disappear if you are "editing" a content page otherwise they do not disappear.
2.5 years old, but nevertheless, I had the same problem and found a solution, so I though I would share.
Mine was that I was loading the page without https and Chrome blocked it from loading certain resources from the https part.
I changed the URL to https and all they icons came back
Icons appear and disappear in back office
Having upgraded from 6.2.1, when the page is loaded or refreshed the icons appear
but then disappear and are replaced with rectangles (broken image??).
How do I get them to appear constantly
Sorry which icon's aren't working? When I look at the screenshots the icons in tree are there.
Jeroen
The icons in the left bar appear when the page is refreshed (first screen shot - I had to be quick when I hit PrtScn!) and then disappear and are replaced by the rectangle (in the second screen shot).
Actually, really strangely it's all showing now.
I had to add
into web.config to get them to show at all
Hello,
That should be in web.config by default. It it wasn't something probably went wrong with the upgrade from v6 to v7, because that's new for v7.
Jeroen
Just checked on another user's pc and the same thing is happening to them
So you still get the same thing after adding .svg to the web.config? You might want to download a clean Umbraco 7 version and compare the web.config with your own web.config to see if you might miss some other things. This seems to be related to the upgrade.
Jeroen
I've gone through the config files and tried to make them as similar as possible. The content, media, settings etc icons only seem to disappear if you are "editing" a content page otherwise they do not disappear.
The same thing happend to me. The problem was a plugin that overruled the Umbraco iconfont in its stylesheet.
The problem was this line:
2.5 years old, but nevertheless, I had the same problem and found a solution, so I though I would share.
Mine was that I was loading the page without https and Chrome blocked it from loading certain resources from the https part. I changed the URL to https and all they icons came back
Sometimes none of the icons or links appear but just hitting refresh brings them all back again. I've kind of learned to live with it :)
is working on a reply...