Distorted Profile In Personal Message  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.
5 posters

    Distorted Profile In Personal Message

    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Distorted Profile In Personal Message

    Post by cassini November 25th 2021, 6:25 pm

    Hello Smile

    Any ideas on why the profile in the personal message has a distorted picture Question

    Distorted Profile In Personal Message  Screen53


    Regards

    Cassini


    Last edited by cassini on November 26th 2021, 9:13 am; edited 1 time in total
    Neptune-
    Neptune-
    Forumember


    Female Posts : 496
    Reputation : 104
    Language : French (10), English (8), CSS (5), HTML (4), Javascript (4)
    Location : Scotland, UK

    Solved Re: Distorted Profile In Personal Message

    Post by Neptune- November 25th 2021, 6:51 pm

    Hi,


    Probably a css rule applying to all pictures instead of one targeting specifically avatar.

    URL of forum would help

    cassini likes this post

    skouliki
    skouliki
    Manager
    Manager


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

    Solved Re: Distorted Profile In Personal Message

    Post by skouliki November 25th 2021, 7:55 pm

    you have added this from my forum tutorials i guess

    Code:

    div.post .postprofile dt img, #profile-advanced-right .module:first-child img {
        border-radius: 100%;
        height: 100px;
        width: 100px;
    }

    so replace it with this

    Code:

    div.post .postprofile dt img, #profile-advanced-right .module:first-child img {
        border-radius: 100%;
     }

    cassini likes this post

    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Re: Distorted Profile In Personal Message

    Post by cassini November 25th 2021, 9:25 pm

    Yes Skouliki, and I know that Ape done some adjustments
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19313
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Distorted Profile In Personal Message

    Post by Ape November 25th 2021, 10:38 pm

    Nothing was done to the profiles on your PM's they was only boarders Wink



    Distorted Profile In Personal Message  Left1212Distorted Profile In Personal Message  Center11Distorted Profile In Personal Message  Right112
    Distorted Profile In Personal Message  Ape_b110
    Distorted Profile In Personal Message  Ape1010

    cassini likes this post

    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Re: Distorted Profile In Personal Message

    Post by cassini November 25th 2021, 11:12 pm

    Thank you Skouliki and Ape

    I have added the code as advised by Skouliki however it has not worked in my pm
    Second Test pm
    Distorted Profile In Personal Message  Screen54
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3223
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    Solved Re: Distorted Profile In Personal Message

    Post by Niko November 25th 2021, 11:22 pm

    Dear @cassini

    does it happen only when replying to a private message?
    Because from what I can see the icons on the profile in messages is fine :rose:
    skouliki
    skouliki
    Manager
    Manager


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

    Solved Re: Distorted Profile In Personal Message

    Post by skouliki November 25th 2021, 11:36 pm

    The code is working on my test forum
    I just removed height and width
    Can you paste your css please using the code tags

    cassini likes this post

    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Re: Distorted Profile In Personal Message

    Post by cassini November 26th 2021, 7:10 am

    Niko wrote:Dear @cassini

    does it happen only when replying to a private message?
    Because from what I can see the icons on the profile in messages is fine :rose:

    Hello Niko,

    The profiles are fine when viewing the forum as it is going through categories, however it's when you are sending
    and received pms that the three icons are distorted
    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Re: Distorted Profile In Personal Message

    Post by cassini November 26th 2021, 7:14 am

    skouliki wrote:The code is working on my test forum
    I just removed height and width
    Can you paste your css please using the code tags

    Hello Skouliki

    Distorted Profile In Personal Message  Screen55
    skouliki
    skouliki
    Manager
    Manager


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

    Solved Re: Distorted Profile In Personal Message

    Post by skouliki November 26th 2021, 7:41 am

    You did not remove / replace the old one as i said
    Please delete lines 97-101


    Note: you must try to follow the instructions

    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Re: Distorted Profile In Personal Message

    Post by cassini November 26th 2021, 8:04 am

    Seems to be working
    Distorted Profile In Personal Message  Screen56

    Thank you Smile
    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Re: Distorted Profile In Personal Message

    Post by cassini November 26th 2021, 8:10 am

    Oh dear, just found another on my other site in the pm I have added your code

    Distorted Profile In Personal Message  Screen57
    Distorted Profile In Personal Message  Screen58
    skouliki
    skouliki
    Manager
    Manager


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

    Solved Re: Distorted Profile In Personal Message

    Post by skouliki November 26th 2021, 8:34 am

    again delete lines 64-68

    When your request is complete, please mark it as Solved

    note : i had a note about this in my tutorial , this is why we always say read carefully

    Distorted Profile In Personal Message  Scre2535

    cassini likes this post

    cassini
    cassini
    Forumember


    Male Posts : 583
    Reputation : 13
    Language : english
    Location : Dorset U.K

    Solved Re: Distorted Profile In Personal Message

    Post by cassini November 26th 2021, 9:12 am

    Thank you Skouliki very much appreciated it's completed Smile
    Distorted Profile In Personal Message  Screen59

    marked as solved

    skouliki likes this post

    skouliki
    skouliki
    Manager
    Manager


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

    Solved Re: Distorted Profile In Personal Message

    Post by skouliki November 26th 2021, 10:40 am

    you are very welcome

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules