I have tinyMCE advanced installed and this is in the latest version of multisite.
When I open the bb editor, some of my icons added by tinyMCE do not display?
See here: http://imgur.com/6lLXJZh
The icons usually display when editing pages or creating newsletters etc, just don’t show in the bb editor. They still work, just looks funny
This css is not displaying the icon:
.mce-i-cut::before {
content: “”;
}
Thanks for getting in touch! Yes, this is actually intended behavior with BB. We purposely don’t load in third party extensions to our text editor as they introduce far too many unknowns/conflicts hence them either not working or looking odd. I am actually somewhat surprised some of them came through! Unfortunately, there isn’t a workaround at this point, sorry about that.
I created a little plugin to fix the icons for my sites. (I always use TinyMCE Advanced) The issue was that the icon fonts were getting assigned the wrong font. The plugin simply fixes the fonts for the default icons for TinyMCE Advanced, it does not fix any other issues or missing icons…