wiktor
Forum Replies Created
-
Forum: Plugins
In reply to: [CKEditor for WordPress] The plugin it's brokenPlease check the version 4.4.4, clear the browser cache and report back if you still has any problems.
Forum: Plugins
In reply to: [CKEditor for WordPress] Notworking with WPV4.0The compatibility with WordPress 4.0 has been fixed in CKEditor for WordPress 4.4.4.
The compatibility with WordPress 4.0 has been fixed in CKEditor for WordPress 4.4.4.
Forum: Plugins
In reply to: [CKEditor for WordPress] Not compatible with WordPress 4.0The compatibility with WordPress 4.0 has been fixed in CKEditor for WordPress 4.4.4.
Forum: Plugins
In reply to: [CKEditor for WordPress] Show up weird lookingCheck this reply
Forum: Plugins
In reply to: [CKEditor for WordPress] Version update?Hi Titus,
I’d like to keep the extension Open Source and free for download as it is today. Anyone who contributed to this plugin so far, as well as a number of developers who participated in CKEditor development did invest their time, which is basically worth the same as money.
If you sponsor the developer to upgrade the extension, I’d be happy to mention you / your company on the CKEditor for WordPress project page, in a Sponsors section. This way anyone downloading this extension will see your company name promoted on this page. Would that be ok for you?
I may have also some Basic Licenses for CKFinder, for anyone who’d be able to help in moving this extension forward. Just get in touch with me.
Forum: Plugins
In reply to: [CKEditor for WordPress] WordPress 3.6Hi everyone,
If you are interested in having this extension updated, your help is really needed! Developing CKEditor itself takes already a lot of time and we – the CKEditor team – are unable to maintain this addon properly, unfortunately.
If you are a PHP/JS developer, know WordPress well, you should have enough skills to handle CKEditor For WordPress extension development. On my side I can offer you help in case of any questions about CKEditor, but I’m unable to code.
If you send me some working patches, I’d be happy to commit them as well as I’ll be happy to add you to the list of Committers later.
If anyone is willing to help, please contact me directly:
wiktor / at / cksource.comForum: Plugins
In reply to: [CKEditor for WordPress] Version update?Hi everyone,
If you are interested in having this extension updated, your help is really needed! Developing CKEditor itself takes already a lot of time and we – the CKEditor team – are unable to maintain this addon properly, unfortunately.
If you are a PHP/JS developer, know WordPress well, you should have enough skills to handle CKEditor For WordPress extension development. On my side I can offer you help in case of any questions about CKEditor, but I’m unable to code.
If you send me some working patches, I’d be happy to commit them as well as I’ll be happy to add you to the list of Committers later.
If anyone is willing to help, please contact me directly:
wiktor / at / cksource.comCheck the “CKEditor – Upload Settings” section in the administration area. You can continue using the reaaaaly old built-in uploader, or install CKFinder.
Don’t forget about the “Add Media” buton above the editor that may be used as well to upload and insert images.
Forum: Plugins
In reply to: [CKEditor for WordPress] Beware – 4.0 got a security hole!Email sent, just reply back with more details, thanks!
Forum: Plugins
In reply to: [CKEditor for WordPress] Beware – 4.0 got a security hole!First: this is not the right place to report security issues!!!!!!!!!!
Second: before you post a comment that strongly discourage users from using something, please verify if you’re correct.
If you let me know how is it possible to use thing called ehm “exploit” to really upload anything that has not been enabled and allowed by the administrator, I’d appreciate it.Forum: Plugins
In reply to: [CKEditor for WordPress] Buttons messed up on version 4.0!Also if you’re missing some buttons, maybe you’ll feel better with the Full toolbar?
By default the WordPressFull toolbar has certain buttons disabled. You may bring them back by modifying this setting:
config.WordpressFull_removeButtons = 'Save,NewPage,Preview,Print,Templates,CreateDiv,PageBreak,Subscript,Superscript,Styles';
Forum: Plugins
In reply to: [CKEditor for WordPress] Buttons messed up on version 4.0!In ckeditor.config.js around line 37, change one line:
From:
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align' ] },
Into
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
and clear browser cache.
Forum: Plugins
In reply to: [CKEditor for WordPress] Plugin not working with WordPress 3.5@hardyberlin – regarding “Global Content Blocks” support, please open a separate ticket. It may be hard to implement, but it’s simply better to have things reported in separate threads to not forget about them.
@ninopagliccia – it looks you’re not the only one with this problem, unfortunately. Could you check the instructions that I posted here:
https://www.ads-software.com/support/topic/broken-in-wp-35-36?@dr.Thrax – did it start working for you? Can you check the other thread (see the link above)?
@all – Thanks for choosing CKEditor! ??
Forum: Plugins
In reply to: [CKEditor for WordPress] Broken in WP 3.5As you can see in other comments, the editor is working on a vanilla installation of WordPress. It means that there must be something specific with your installation.
What I can suggest is to setup e.g, a local a mirror of one of your websites and start disabling 3rd party extensions on it to see if it helped, to detect a possible conflict.
Is it possible that you have “Broken Link Checker” installed?
Also checking PHP error log may help, though it’s a bit strange that no JS errors are reported in the console. Maybe at least there are some 404 errors in the Net tab of Firebug (you may check it using Fiddler as well).
When the editor does not appear completely, usually is caused by the “Disable the visual editor when writing” option checked in the user profile.