Hi, Andrew.
Thanks for looking into this matter.
Sure enough, I deleted both Twenty Eleven 1.3 and Twenty Ten 1.2, it didn’t help.
We use Fastway 2.0. but right now that page doesn’t show themes, probably the author redesigned his site.
To make this story shorter, we have customized css file to insert tiny userpic/icons from pull-down menu while working on posts. It was fine until version 3.3.9.2, then we put a separate editor-style.css:
img.userpic{
float:left;
padding:0 5px 5px 0;
border: 0 none;
}
.wmv-link,
.mp3-link,
.word-link,
.pdf-link,
.html-link,
.a-link {
padding: 0 0 4px 20px;
margin:5px 5px 0 0;
line-height:20px;
font-size:80%;
}
.a-link {
padding: 0 0 4px 4px;
}
.word-link {
background: #FFF url(images/word-icon.gif) no-repeat 0 0;
}
.pdf-link {
background: #FFF url(images/pdf-icon.gif) no-repeat 0 0;
}
.html-link {
background: #FFF url(images/txt-icon.gif) no-repeat 0 0;
}
.mp3-link {
background: #FFF url(images/mp3-icon.gif) no-repeat 0 0;
}
.wmv-link {
background: #FFF url(images/wmv-icon.gif) no-repeat 0 0;
}
and everything started working fine again.
After upgrading to WP 3.3, we’re unable to bring it back.
Thanks again for your support.
Meantime I found version 3.2.7 and it works with WP 3.3, meaning we are able to pull our icons.
M.