Hello

Would there be any logical reason Im missing as to why 2 identical icons appearing right next to each other for private messages. One image is a static icon, while the second is the same icon, only links to the private message the user.

there is only one private message uploaded to the server (authorpane/images/private-message.png)

all other icons only appear once and this seems to be the onlyone that duplicates

CommentFileSizeAuthor
email_icon_ss.png2.32 KBglitz

Comments

glitz’s picture

i know its probably css, but I couldnt find any duplicate entries

michelle’s picture

Status: Active » Postponed (maintainer needs more info)

Those aren't the standard icons, which means you have something customized. Without a link, I have no way to tell what might be wrong. If you aren't able to give me a link, then you'll need to poke at it in Firebug.

Michelle

glitz’s picture

ok Thanks.

ill have to get u the link in a few..
as far as the icons go, all i did was replace the standard private-message.png image with my own .png image and overwrote the original.
I did the same process on a previous site (earlier version of Author Pane) with no problem.
Also, if this helps, the default icon was duplicated as well, before I did the customization or overwriting.

Thanks,
Chris

michelle’s picture

Status: Postponed (maintainer needs more info) » Active

Got it but had something come up and I won't be able to look at this until tomorrow, sorry.

Michelle

glitz’s picture

no problem. Thanks for investigating for me...

michelle’s picture

Status: Active » Fixed

Ok, I looked at it in Firebug and I can see the problem. One of the icons is the one that's supposed to be there in CSS. The other is coming because you are literally putting the image in the HTML. You need to either take out your code to put the image there or alter the CSS.

You can go ahead and delete my account. I just made it so I could actually see the icons.

Michelle

glitz’s picture

ok thanks ill have a look as soon as i get home. i dont recall putting the image in the html manually. i will have to find out how it got there, or where to take it out because im not sure how to alter the css. because im not a programmer, i try to stay away from code at all costs :)

thanks very much for investigating, and ill delete your account.

-chris

michelle’s picture

Well, Author Pane doesn't put the actual img tag in anymore. It uses CSS background images. So it's the img tag that shouldn't be there.

Michelle

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.