The forum operates in read-only mode. Please head to StackOverflow for support.
Ciao,
updated from Cke 4.1 to 4.3. Problem: all my CSS inline styles line-height:1.5
get filtered out when editing.
I don't understand why so often source code manipulation is done by cke.
How can I circumvent this?
thanks,
phil
ACF might be removing your code when you edit your articles. Best way to find out if that's the case is to add this code to your config.js file:
CKEDITOR.config.allowedContent = true
Please familiarize yourself with ACF. Simply turning off ACF isn't the best way to solve this.
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
Check out http://bugs.jqueryui.com/ticket/9087#comment:14
Piotrek (Reinmar) Koszuliński CKEditor JavaScript Developer -- CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
thanks
ACF might be removing your
ACF might be removing your code when you edit your articles. Best way to find out if that's the case is to add this code to your config.js file:
Please familiarize yourself with ACF. Simply turning off ACF isn't the best way to solve this.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Check out http://bugs
Check out http://bugs.jqueryui.com/ticket/9087#comment:14
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
thanks
thanks