Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steve Wilkinson 132 posts 211 karma points
    Apr 20, 2015 @ 13:04
    Steve Wilkinson
    0

    Icons appear and disappear in back office

    Having upgraded from 6.2.1, when the page is loaded or refreshed the icons appear

    enter image description here

    but then disappear and are replaced with rectangles (broken image??).

    enter image description here

    How do I get them to appear constantly

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Apr 20, 2015 @ 13:37
    Jeroen Breuer
    0

    Sorry which icon's aren't working? When I look at the screenshots the icons in tree are there.

    Jeroen

  • Steve Wilkinson 132 posts 211 karma points
    Apr 20, 2015 @ 13:44
    Steve Wilkinson
    0

    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

    <remove fileExtension=".svg" />
      <mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
    

    into web.config to get them to show at all

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Apr 20, 2015 @ 13:47
    Jeroen Breuer
    0

    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

  • Steve Wilkinson 132 posts 211 karma points
    Apr 20, 2015 @ 13:51
    Steve Wilkinson
    0

    Just checked on another user's pc and the same thing is happening to them

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Apr 20, 2015 @ 13:53
    Jeroen Breuer
    0

    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

  • Steve Wilkinson 132 posts 211 karma points
    Apr 28, 2015 @ 12:29
    Steve Wilkinson
    0

    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.

  • KeyMen 4 posts 25 karma points
    Aug 17, 2015 @ 10:05
    KeyMen
    1

    The same thing happend to me. The problem was a plugin that overruled the Umbraco iconfont in its stylesheet.

    The problem was this line:

    [class^="icon-"], [class*=" icon-"] {
    
  • Yoni 49 posts 118 karma points
    Jan 15, 2018 @ 15:05
    Yoni
    1

    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

  • Steve Wilkinson 132 posts 211 karma points
    Jan 16, 2018 @ 06:20
    Steve Wilkinson
    0

    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 :)

Please Sign in or register to post replies

Write your reply to:

Draft