Using ZeroPoint 7.x.1.1 and Advanced Forums 7.x.2.rc1, the edit/delete/reply icons on topics and comments are incorrectly displayed (see attached image). The problem goes away if I change themes, hence reporting it as a theme problem.

I presume it's a css issue but I'm not conversant enough with css to diagnose it further.

CommentFileSizeAuthor
IconProblem.png175.83 KBatiras

Comments

atiras’s picture

I think I'd better assume this won't be fixed, and move to a new theme instead. A shame, because ZeroPoint was a favourite that I'd used on several sites.

michelle’s picture

You could also remove override Zero Point's link CSS...

michelle’s picture

Oh, just re-read your OP and I guess that's not much of a pointer. Get Firebug for Firefox (or similar extensions for other browsers) and inspect the link. You should see double sets of CSS for images.

Michelle

atiras’s picture

Thank you! By experimentation, I can see that I need to override lines like this in ZeroPoints css:

.picons .comment-add a {
background: url("../images/icons/comment.png") no-repeat scroll left center transparent;
padding-left: 20px;
}

There are similar sections for .comment-reply, .comment-delete and .comment-edit

As a quick fix, I can comment them out in the themes css file, but for a long-term fix I need to work out how to write some css in the themes custom css file to override them properly... Which will be a good learning exercise, I guess.

michelle’s picture

I don't remember off the top of my head what CSS AF uses. If it uses background-image then you could do background:none in your custom CSS. If that wipes out the AF ones, just copy the AF CSS lines right after it.

Michelle

florian’s picture

Status: Active » Fixed

This was fixed in 7.x-1.2 release of ZeroPoint theme.

Status: Fixed » Closed (fixed)

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