The forum operates in read-only mode. Please head to StackOverflow for support.
When I leave source editing area, CKEditor change my code. How can I fix it?
If there's invalid code CKEditor will modify it to make it valid. Also, try turning off ACF by adding this code to your config.js file.
CKEDITOR.config.allowedContent = true
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
Thanks!
If there's invalid code
If there's invalid code CKEditor will modify it to make it valid. Also, try turning off ACF by adding this code to your config.js file.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Thanks!
Thanks!