AnnaLoreli
Member
Posted 1 year ago #
Hello,
I'm helping a friend with her WordPress site (I semi-admin it) and I noticed that when people write comments there's a broken image-link on all comments.
The only image that's supposed to be shown there is some gravatar one I think. And looking at the page source and clicking on that image link does lead to a functional page.
http://dl.dropbox.com/u/17895532/wordpressimagewrong.jpg
The image that it seems to want to show is: http://0.gravatar.com/avatar/8a378454f7dab50cce35b2e08fe71bee?s=68&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D68&r=G
Is this something some else has noticed? I'm using the theme Twenty Eleven version 1.3.
Thank you in advance.
Did you install any plugins?
AnnaLoreli
Member
Posted 1 year ago #
No plugins installed at all.
Well... I guess it's an image from theme, check if your has this file in your theme folder:
wp-content/themes/twentyeleven/images/comment-arrow.png
AnnaLoreli
Member
Posted 1 year ago #
Ah, yes, now I see. I was using the idea of a child-theme instead of the basic twenty-eleven. Forgot about that in this case. And it seems as if the images must also be copied not just having a style.css in the child-template folder.
Now the broken image link is gone. Thank you very much!.
Never mind.
Actually, the image is set use css in style.css:
.commentlist > li:before {
content: url(images/comment-arrow.png);
left: -21px;
position: absolute;
}
By the way, if you want to find a web hosting, welcome to our site to our site: HostUCan.
Thx. ^_^