Problems with private message avatar appearance Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Problems with private message avatar appearance

    jkh
    jkh
    Forumember


    Posts : 627
    Reputation : 17
    Language : english

    In progress Problems with private message avatar appearance

    Post by jkh November 25th 2016, 5:32 pm

    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:

    Problems with private message avatar appearance Privat11
    Problems with private message avatar appearance Privat10

    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
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15303
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: Problems with private message avatar appearance

    Post by skouliki November 25th 2016, 6:56 pm

    as i quest i see this profile seems ok to me

    Problems with private message avatar appearance Screen79

    try another browser and clear your cache

    jkh
    jkh
    Forumember


    Posts : 627
    Reputation : 17
    Language : english

    In progress Re: Problems with private message avatar appearance

    Post by jkh November 25th 2016, 10:05 pm

    skouliki wrote:as i quest i see this profile seems ok to me

    Problems with private message avatar appearance Screen79

    try another browser and clear your cache

    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. :/
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Problems with private message avatar appearance

    Post by TheCrow November 25th 2016, 10:10 pm

    You mean that the online and offline images are not displaying in the PMs?



    Problems with private message avatar appearance Thecro10
    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!
    jkh
    jkh
    Forumember


    Posts : 627
    Reputation : 17
    Language : english

    In progress Re: Problems with private message avatar appearance

    Post by jkh November 25th 2016, 10:14 pm

    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!

    Problems with private message avatar appearance Privat14

    Sorry to be a pain in the neck with all my problems and requests this week Confused
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Problems with private message avatar appearance

    Post by TheCrow November 25th 2016, 10:31 pm

    Okay so what codes are you using for the profile avatars?



    Problems with private message avatar appearance Thecro10
    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!
    jkh
    jkh
    Forumember


    Posts : 627
    Reputation : 17
    Language : english

    In progress Re: Problems with private message avatar appearance

    Post by jkh November 25th 2016, 11:23 pm

    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;
            }