I had some style sheet nodes under my TinyMce style sheet (for use in styles drop-down in the editor) that have disappeared during the upgrade.
Do these have to be moved over manually (there are many) or is there a config file/db table somewhere that they're stored that I can work with to move them over to the new instance?
When my upgrade goes live I'm going to be upgrading a snapshot of the current production database, so having to do manual things like this as part of the deploy would be a bit of a drag.
They already existed within the actual .css file, but adding the nodes (in Umbraco) to that Stylesheet was the only way to get them to show-up in the editor.
Someone else helped me with this in a different thread:
/*umb_name:Heading 1/
Place that comment above the style you want to show-up and TinyMce picks it up. Worked very well.
Upgrade from 4.7 to 7.4 Removed Stylesheet Nodes
Hi All,
I had some style sheet nodes under my TinyMce style sheet (for use in styles drop-down in the editor) that have disappeared during the upgrade.
Do these have to be moved over manually (there are many) or is there a config file/db table somewhere that they're stored that I can work with to move them over to the new instance?
When my upgrade goes live I'm going to be upgrading a snapshot of the current production database, so having to do manual things like this as part of the deploy would be a bit of a drag.
Thanks,
Jay
Comment author was deleted
Must be because of the styles being moved out of the db (since v7.3) http://issues.umbraco.org/issue/U4-114
So you'll have to recreate those in the stylesheet
Thanks Tim,
They already existed within the actual .css file, but adding the nodes (in Umbraco) to that Stylesheet was the only way to get them to show-up in the editor.
Someone else helped me with this in a different thread:
/*umb_name:Heading 1/
Place that comment above the style you want to show-up and TinyMce picks it up. Worked very well.
Thanks for your help!
Jay
is working on a reply...