What's new

Online status indicator

Status
Not open for further replies.

jrockers

Honorary Poster
Joined
Jul 25, 2014
Posts
488
Reaction
308
Points
244
My Online Status indicator is not working. im running xF 1.4 with style elegance same in phc and heres my CSS code.

Code:
.messageUserBlock div.avatarHolder .onlineMarker {
background: url("@imagePath/xenforo/icons/online-indicator.png") no-repeat scroll 0 0 transparent;
background-color: none;
border-radius: 0;
box-shadow: none;
height: 12px;
right: 10px;
top: 10px;
width: 12px;
}
.Responsive .messageUserBlock div.avatarHolder .onlineMarker {
right: 5px;
top: 5px;
}

my image path is correct.. Need idea how to solve this. :(
 
Dear jrockers,

Since 2 years have passed since the last reply in this thread, I am locking it to prevent necroposting. Feel free to start a new thread or contact any forum staff if you want this to be reopened.

Thread closed.
 
Status
Not open for further replies.

Similar threads

Back
Top