Problems with private message avatar appearance
3 posters
Page 1 of 1
Problems with private message avatar appearance
Since I had problems with the appearance of avatars on my forum in this thread https://help.forumotion.com/t148977-something-s-gone-wrong-with-my-online-offline-status-images-in-my-avatars#1030591 (which has since been resolved thanks to skouliki) I've noticed that the avatars in private messages are now strange.
They now look like this:
So, the private message at the top has all kinds of weird things going on and the rest of the avatars underneath have no info in them at all.
skouliki....I need your help again please!
eta: I notice the private messages here on Forumotion have no info in them so it's only the first avatar on my forum that needs tweaking.
https://i.servimg.com/u/f37/14/38/83/10/privat13.jpg
They now look like this:
So, the private message at the top has all kinds of weird things going on and the rest of the avatars underneath have no info in them at all.
skouliki....I need your help again please!
eta: I notice the private messages here on Forumotion have no info in them so it's only the first avatar on my forum that needs tweaking.
https://i.servimg.com/u/f37/14/38/83/10/privat13.jpg
Re: Problems with private message avatar appearance
Yes, skouliki, that profile is on the open forum and is correct.
I'm talking about how the avatar looks in a private message as shown in the first screenshot.
The strange avatars are the same in private messages in any browser even with a cleared cache.
Re: Problems with private message avatar appearance
You mean that the online and offline images are not displaying in the PMs?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Problems with private message avatar appearance
Luffy wrote:You mean that the online and offline images are not displaying in the PMs?
No, I'm not bothered about that....it's how the 'private message', 'email', 'website' icons within the avatar box are huge and vertical....it's not normal!
Sorry to be a pain in the neck with all my problems and requests this week
Re: Problems with private message avatar appearance
Okay so what codes are you using for the profile avatars?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Problems with private message avatar appearance
Luffy wrote:Okay so what codes are you using for the profile avatars?
- Code:
/*Profile Box*/
.postprofile {
text-align:center;
background:#;
border:1px solid #CCC;
border-radius:3px;
margin: 10px 0px 0px;
padding: 10px 3px 3px;
box-shadow: 01px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0);
min-height: 80px;
position: relative;
max-width: 200px;
word-wrap: break-word;
}
.postprofile dd, .postprofile dt { margin-left:0 }
blockquote blockquote {
background-color: #ECECEC;
font-size: 1.0em;
margin: 0.5em 1px 0pt 15px;}
.postprofile dd, .postprofile dt { margin-left:0 }
/* offline image */
.post .postprofile {
background-image:url('https://i21.servimg.com/u/f21/18/45/72/48/offlin14.png');
background-repeat:no-repeat;
background-position:center 0px;
}
/* online image */
.post.online .postprofile {
background-image:url('https://i21.servimg.com/u/f21/18/45/72/48/online14.png');
background-repeat:no-repeat;
background-position:center 0px;
}
.postprofile .label {
float: left;
margin-left: -3px;
margin-right: 3px;
width: 50%;
text-align: right;
}
.postprofile .label, .postprofile .label span {
font-weight: 700;
color: #39C !important;
}
* {
margin: 0px;
padding: 00px;}
.postprofile dd {
color: #333;
text-align: left;
}
.postprofile dd, .postprofile dt {
line-height: 1.2em;}
.postprofile dd:last-child, .postprofile dt + dd {
text-align: center;}
.postprofile { padding-top:70px }
#content-container div#right {
float: right;
overflow: hidden;
width: 180px;
padding-top: 23px;
}
#main-content > .post .postprofile dt img {
background:#FFF;
height:100px;
width:100px;
border-radius:100px;
box-shadow:0 2px 3px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
padding:3px;
}
.lastpost-avatar img {
-moz-border-radius: 50%;;
-webkit-border-radius: 50%;
border-radius: 50%;
height: 38px;
width: 38px;
}
fa_popup_content > div.post .postprofile dt > a, #main-content > div.post .postprofile dt > a, #userAvatar, .avatar, .lastpost-avatar, .mod-login-avatar dt, .postprofile dt > a > img, td.avatar-mini img {
background: #FFF;
border-radius: 100px;
box-shadow: 0 2px 3px rgba(0,0,0,0.3), 0 -1px 1px rgba(0,0,0,0.3);
display: inline-block;
height: 100px;
margin: 10px 0;
overflow: hidden;
padding: 5px;
width: 100px;
}
.postprofile dt > a > img { padding: 0 !important; margin: 0; box-shadow: none; }
.avatar, .lastpost-avatar, td.avatar-mini img { box-shadow: 0 1px 3px rgba(0,0,0,0.3), 0 -0 1px rgba(0,0,0,0.3); }
.lastpost-avatar, .lastpost-avatar img, td.avatar-mini img {
border-radius: 100px;
height: 34px;
width: 34px;
}
.lastpost-avatar {
margin: 0 5px 0 0;
padding: 2px !important;
}
ul#picture_legend {
background-position: center;
background-repeat: no-repeat;
background-image: url('http://i34.tinypic.com/b80g87.png');
text-align: center;
padding: 24px 0;}
.fa_avatar img {
width:25px;
height:25px;
margin-right:5px;
margin-bottom:-6px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
Similar topics
» Private Message problems on forum
» Private Message problems on forum
» help with avatar private message
» Private messaging problems
» Private message report
» Private Message problems on forum
» help with avatar private message
» Private messaging problems
» Private message report
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum