You should take a look at the config/tinyMceConfig.config file. At the bottom of that file, you can specify valid elements for your RTE. Elements not in here get stripped from the RTE. I'll bet you that when you upgraded and merged the new tinyMceConfig.config file into your old one, some custom changes that were added were trampled.
After making changes to this file, you might need to recycle the app pool before they take place.
Umbraco 7.2.8 - TinyMCE RTE trimming out aside tags
Hi, I hope you can help me!
I'm performing an upgrade from Umbraco 7.1.8 to Umbraco 7.2.8. So far, it's been going well :-)
Some of our html (which may contain macros) is in reusable content snippets, set up as pages under a folder.
The text property for these pages are edited using the RichText editor. I've noticed that the aside tags have been trimmed out, for example:
..was trimmed down to
I re-added the aside tags manually to the HTML source code view and it disappeared again as soon as I closed the HTML pop-up.
Any ideas as these asides are used with our styling?
Many thanks, Luciox :-)
You should take a look at the
config/tinyMceConfig.config
file. At the bottom of that file, you can specify valid elements for your RTE. Elements not in here get stripped from the RTE. I'll bet you that when you upgraded and merged the newtinyMceConfig.config
file into your old one, some custom changes that were added were trampled.After making changes to this file, you might need to recycle the app pool before they take place.
Thanks Mark for your suggestion - I'll have a comb through this code.
Yep - that did the trick! Thanks for your help, Mark - I've marked as the solution.
is working on a reply...