icon not showing, i thought maybe it might be the background color because the paperclip is a grey color, but when i checked the icons in css its actually using the orange paperclip not the grey one, so it cant be that.
see image.
icon not showing, i thought maybe it might be the background color because the paperclip is a grey color, but when i checked the icons in css its actually using the orange paperclip not the grey one, so it cant be that.
see image.
Try to deactivate the smilies plugin.
here is the code from FF inspector
<a class="image" id="nfa-feed15486a5cfb7ad9-btn" href="javascript://"><input class="mlt_file_input" name="attachment" type="file"></a>
shouldnt that js be javascript:void(0); just curious
but then i found this in the messages. So it has to be a core deal...
<a class="image" id="nfa-feed15486a5cfb7ad9-btn" href="javascript://"><input class="mlt_file_input" name="attachment" type="file"></a>
I also have javascript://
What is your software version by the way?
maybe i should DL the origin theme from the store and install it, you think ?
body .toolbar {
border-bottom: 1px solid #bbb;
}
body .toolbar ul li a {
background-image: url(images/wysiwyg.png);
}
What i am wondering is if even though there was no update to origin theme, if it still installed it or not and overwrote the existing files anyway. What im thinking is if something might have been missing from your origin theme when you had 1.7.1 if maybe that was fixed when the 1.7.2 was loaded.
It also looks like the mydiary is only compatable to 1.7.0 and it does not have the wysiwyg.png in the images folder. So that means that logically it would not rely on that file because it would still rely on the old process for the icons. I dont know when they began using wysiwyg.png. So my guess is that your issue lies somewhere in the old toolbar process.