Short after migrating to Umbraco 7.3 "Formats" list in rich text editor stops working. I investigated the stylesheet and it was looking fine. I did not see any child nodes in stylesheet though, like I previously did before.
I had created new stylesheet and I had created new substyle in it. Please see image attached. It was created and saved without any error, though when I try to click it - I see error attached.
When I refresh the page I do not even see the child node anymore. I think it is some database issue.
1) Could you please direct me to what table style records are saving?
2) I will be pleased to receive any other comments on this issue.
You can see it on a screenshot in the start of a topic. I created rte2 exactly via backoffice.
As for the tree - it looks like on that screen. Any child node I add is visible (h4 in this case), but only for a brief moment. When I refresh nodes or a page - it is gone forever.
Looks like the only choice I have left is to download umbraco source and to debug aspx file, which saves the style. Any other options?
Formats list empty in Umbraco 7.3
Hi all.
Short after migrating to Umbraco 7.3 "Formats" list in rich text editor stops working. I investigated the stylesheet and it was looking fine. I did not see any child nodes in stylesheet though, like I previously did before.
I had created new stylesheet and I had created new substyle in it. Please see image attached. It was created and saved without any error, though when I try to click it - I see error attached.
When I refresh the page I do not even see the child node anymore. I think it is some database issue.
1) Could you please direct me to what table style records are saving? 2) I will be pleased to receive any other comments on this issue.
Hi Alexey,
Can you post the contents of the file /css/rte2.css of your website. Maybe something went wrong with saving the file ?
Dave
Hi Dave,
Here it is:
Hi Alexey,
Did you create this manually or through the UI in the backend ?
If I look at my css files for the editors I see this line in my file :
I think this is needed.
Dave
Hi, Dave.
I added it and did not help. Also, after upgrade, my another css file, which has this line, stopped working too after upgrade to 7.3.
How does your css tree in the backend look ?
Have you tried creating a similar css file using the backend.
Here you can find how to do this using the backend UI : https://our.umbraco.org/documentation/Getting-Started/Data/Data-Types/default-data-types (rich text editor part)
Dave
You can see it on a screenshot in the start of a topic. I created rte2 exactly via backoffice.
As for the tree - it looks like on that screen. Any child node I add is visible (h4 in this case), but only for a brief moment. When I refresh nodes or a page - it is gone forever.
Looks like the only choice I have left is to download umbraco source and to debug aspx file, which saves the style. Any other options?
Maybe it is because you have a space between you tag and class
can you try modifiying it to this :
without the space ?
Dave
Thanks, Dave, that helped me finally.
Nice to hear the problemen is solved. Don't forget to mark the topic as solved so others van find the answer easily.
Dave
is working on a reply...