michal
Forum Replies Created
-
Hi,
you can try use option https://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.autoParagraph in ckeditor.config.js file or in File editor section of CKEditor for wordpress configuration.
In general CKEditor is rich (wysiwyg) text editor which create correct html code at the output.
Without this , this kind editors works more like textarea…I checked this and this can be easily fixed by:
go to “Advanced Settings” tab of “CKEditor for WordPress” in “Output Formatting” option check:
– break line after the opener tag
– break line before the closer tag
options and save CKEditor configuration.
After this when you insert youtube link in separate line , you should see youtube player in post.Forum: Plugins
In reply to: image attachment class problemHi,
one more thing to clarify. There is no way to edit caption ‘live’ in wysiwyg mode, but you can edit it by:
– clicking right mouse button on image with caption and click ‘edit’ in context menu
– double click on image with caption@hhtmp88 thank you for noticing this . We will try check and fix this.
Turn off validation will break parsing of document by rich editor like CKEditor. In this way user will see total mess and there is no sense use rich editor. Every ‘browser’ wysiwyg editor try to handle invalid html in some way to have chance show users some results.
This discussion goes to nowhere ??CKEditor is not ‘full’ ready for HTML 5. CKEditor’s developers working on it but this takes time.
In general it is designed for HTML 4.I think that this built-in ‘validator’ was a very unfortunate design choice.
Please remember that CKEditor is made for ‘everyone’ not only webdevelopers. So it should be easy to use by all users.
Hi,
CKEditor always validate HTML code and try fix it when it is incorrect.
In your example you havediv
element intoa
element. This is not valid in HTML. This is a reason why CKEditor try ‘fix’ ii to create valid markup.
There is no way to turn off code validation in CKEditor.Forum: Plugins
In reply to: image attachment class problemPlease try check latest DEV version.
Problem with duplicate classes attribute should be fixed there.
Please remember that this is DEV version, so you should use it with care.Forum: Plugins
In reply to: image attachment class problemHi,
we will try check and fix problem with copying class attribute as soon as possible. Please be patient.
There is no way to edit caption in visual mode, this is design decision.
Maybe this will change in future.Forum: Plugins
In reply to: latest version (3.6.2.5) won't load on WindowsHi,
can you check latest DEV version ? Please remember this is DEV version so you should use it with care.
Do you see any errors in Firebug or similar tool ?
Do you see any errors in server error log when you try load CKEditor plugin ?
Do you use wordpress on IIS server ?Forum: Plugins
In reply to: PHP Strict ErrorsCan you mark this ticket as resolved ?
Forum: Plugins
In reply to: PHP Strict ErrorsI committed small changes to revision: 524296
Please try use latest
DEV version and check if it helps or not.
Please remember that this is DEV version so you should use it with care.Forum: Plugins
In reply to: PHP Strict Errors@coolphoenix thank you for notice this.
We will check and fix this as soon as possible.Forum: Plugins
In reply to: [Plugin: CKEditor For WordPress] how to stop editor from inserting elementsThis option also can help: link to documentation. I forgot abut it.
Forum: Plugins
In reply to: [Plugin: CKEditor For WordPress] How to stop occasional img-wrapping?Here is description of this option: link to documentation