Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi there,

I have only recently started using couchCMS, almost entirely for the inline editing feature at the moment, and I am running into one issue I was hoping I could get some help with.

I have the inline editor set up for a section of text within a portion of the page that is only available, by means of a popup window, when a start button is clicked. Although I have that portion of text set up to be using the richtext editor, no toolbar appears despite being able to select and modify the text making it impossible to save the text or format it at all.

I will attach the code with an example of this happening in the case that it is a simple syntax mistake that I might have made. Any ideas on what may be causing this would be greatly appreciated.

Code: Select all
<h2 <cms:inline_edit 'question'/>> <cms:editable name = 'question' label='question' type='richtext'>This text box is set up using the rich text editor, but no toolbar appears when I click to try and edit the box. </cms:editable></h2>
Hi,

I tried out your code and it is working fine for me.

Perhaps some other elements on your page are running afoul with it.
Could you please take a look at your browser's developer tool console and see if any kind of JS error is being reported?
Thanks for the quick reply,

There aren't any JS errors being reported. Every other instance of the inline editor works, which is why I think it might be something to do with the fact that this section of the page is initially hidden and something is going wrong there?
Would it be possible for you to send me the entire template?
If so please zip it up and PM it to me. I'll test it on my system.
4 posts Page 1 of 1
cron