user avatars not working.

ArchivesProblems & bugs → user avatars not working.

SOLVED

at 20:08 today (14/4/2015) the website was not loading sprites. i mean the pictures that represent users. i am not sure whether avatars is the right word. no avaters were shown were they should be. but they where replaced by a blank circle. I right clicked the page and clicked inspect element. you may want to note and look into the fact that, were the tag for the avatar was, the syntax was wrong

it was

< img alt=" ==This being blank will explain the blank circle== " class=“avatar” height=“null ==this should be avatar== " src=“https://crafatar.com/avatars/5e9ddbeeef3f444e99b3753fd69cca1d?size=32& ==on the end here it is missing the word helm” width=“null ==this should be avatar== “>

and it should be

< img alt=“avatar” class=“avatar” height=“32” src=“https://crafatar.com/avatars/5e9ddbeeef3f444e99b3753fd69cca1d?size=32&helm" width=“32”>

maybe www.crafatar.com is having issues. preventing your website from loading the images correctly but you should still check the syntax’s of certain sections of code as I have noted above.

Also it may be that the set part of www.crafatar.com that you are attempting to access has moved. i mean the

< img alt=“avatar” class=“avatar” height=“32” src=” ==https://crafatar.com/avatars/5e9ddbeeef3f444e99b3753fd69cca1d?size=32&helm== " width=“32”>

part as i have just highlighted.

i have reinspected the element on these certain parts on 3 computers, and on firefox, chrome, internet explorer and opera on each of those computers individualy. you may want to look into this. however these are all on the same network so it may be that the modem is bypassing the data incorrectly. I will look into this as well

kindest regards Sam

I think @jomo is the person to bother about this.
What I am saying is is that the avatars didn’t load. I checked the source code and there was the wrong syntax. And also it was referring to the wrong crafatar url.
When I viewed the code on a few computers it was as I described it. As long as it is sorted that’s all I care. I will change this threads status to solved
When I viewed the code on a few computers it was as I described it. As long as it is sorted that’s all I care. I will change this threads status to solved
I am sorry if I seem to ignore you. I actually respect you and do listen and improve on what you tell me. I am sorry if it comes across as ignoring you though. And the problem was the avatars were not loading, I checked the code and I saw an incorrect syntax on 3 computers. As long as it is resolved and normal again that is fine. I have just rechecked the code and it is how it should be.