I recently added the Editor TinyMCE Rich Text plugin for use on Forum posts, and it has messed up the TinyMCE functions in the normal blog posts Visual Editor…..it has completely changed the behavior of several Visual Tab style buttons, for example, my ‘i’ button for italics stopped using the standard (and my preferred) “em” tags, instead it wraps text in “span” a tag with the font styled as italics……this is screwing with my carefully constructed CSS.
I’m sure it’s the plugin, I did extensive testing – deactivating the plugin returns my Visual Editor behavior back to normal, reactivating it screws it up again.
I really need my forum posters to be able to use a WYSIWYG style bar, several moderators have complained that it’s difficult for them to link to on-site content, and I don’t want to have to spend time training them all on using (manually added) HTML nor to continually clean up their mistakes – BUT I also need the Visual Editor for my Posts to work correctly too!
How can I fix this issue?
I’m fine with hacking the plugin if given directions (and then not updating it until this is fixed), but using a span tag is the wrong way to go – even if it used the still-acceptable in HTML5 “i” tag instead of “em” that would be fine.
Any ideas?