XF 1.3 Some strange behaviour of some Node Icons

avalon-ua

Active member
Hi guys! I came across on some weird behaviour of my Node Icons, one section is visible only for admin, another groups don't see it. Look at the picture below...
1.visible
dcefe0d13fe25636e4510a094d9e2a0e.png

2. not visible
9eedce2d13fa2b2c100196c66520bf8b.png
 
This is usually the result of custom node icons having been installed while neglecting to set appropriate background positions for the image. The default node icons come from a sprite image with background positions. If you, for example, replace the sprite image with a non-sprite image then it is necessary to set background-position: 0px 0px; in your CSS. Otherwise you get a situation where only one status works correctly (read vs unread icons).

So basically... style problem. If you aren't sure where your custom CSS is then post the forum URL and I will debug it.
 
Top Bottom