As requested:
- I'm adding the content in the page tab.
- I've logged in as another site admin. The account was able to see the text, but regular accounts still cannot.
- I ran the query:
SELECT [DocumentContent] FROM [KenticoCMS-Dev].[dbo].[View_CMS_Tree_Joined]
WHERE NodeID = 1844
-which returned:
<content><region id="editabletextheader"><![CDATA[ test2]]></region><region id="txtopportunities5"><![CDATA[ test]]></region></content>
There's the value from my original web part, which I then replaced with this blank test one so that we can isolate the problem.
-I can see the content when I click on the preview button.
I also added text to the 'content before' section, just to verify that the web part is rendering. That part is visible to everyone, but the editable text is only visible to CMS desk users.
What are your thoughts?