It's been a nightmare working with the theme and its plugins, and now when I first used the CKEditor, following the theme documentation, I'm unable to save the changes made inside the CKEditor.
What is being sent to the server is the HTML that was already loaded without any changes.
Using the code example fromhttps://preview.keenthemes.com/html/keen/docs/editors/ckeditor/classic
Any suggestion on how to solve this issue?
Thanks
Hi,
Please note that Keen does include the CKEditor as it is and it should be working as per the original plugin examples. To submit the content of CKEditor via form please check the original docs <a href=''https://ckeditor.com/docs/ckeditor4/latest/examples/savetextarea.html">here</A> and here.
Saving the ckeditor content in your backend and retrieving it into the ckeditor for further editing is not handled by Keen. it should be handled in your backend according to your project requirements.
Regards.