dczepierga
Forum Replies Created
-
@alhoseany, in which browser u have problem with it?
I cannot reproduce this in any browser.
Greetings
Forum: Plugins
In reply to: CKEditor plugin, Uploading where admin is restricted to https@batman42ca, really thx for notice this…
I fix it and commit changes to SVN at revision: 486808.
Greetings
Try to add to your code something like this:
$("#text_area_id").addClass("mceEditor"); if ( typeof( tinyMCE ) == "object" && typeof( tinyMCE.execCommand ) == "function" ) { tinyMCE.execCommand("mceAddControl", false, "text_area_id"); }
This add support for TinyMCE in this textarea, but CKEditor use their engine to show editor so it should works fine.
Greetings
@voriand, could u tell me why u are try to use FCKEditor here?
FCKEditor is not supported a really long time… Instead of this pls update to last version of CKEditor plugin and try to use CKEditor instead.
Greetings
Forum: Plugins
In reply to: 3.6.2.4 causing issue after upgrading to wp 3.3I check this with IE8 and IE9 and for me everything works fine.
Greetings
I check this with WP3.2 and WP3.3 and last DEV version of CKEditor module and it’s not works… I see only JS errors from WP Minify plugin.
Greetings
Forum: Plugins
In reply to: [CKEditor for WordPress] Default HTML/Visual View For Each PageHi,
If i remember good it always works like this – u have visual/html global state saved? I’ve never heard about saving editor state on single post/page…
We only read one state from WordPress, so we cannot do anything with it – if wordpress say that editor should be enabled (visual editor) we enable it then…
GreetingsForum: Plugins
In reply to: [CKEditor for WordPress] CKEditor 1.0.8 will not show in editorHi,
Yes we know about problem with compatibility problem with WP 3.2, we work on it and should be fixed asap – it’s really hard because everything is changed in WP 3.2 and we don’t have DOCS to it… So pls be patient ??
Greetings
Forum: Plugins
In reply to: [CKEditor for WordPress] Font plugin and CKEditor are not working togetherHi,
What do u mean by using “Conflicting issue”? It’s not work at all, in some cases?
Do u have any javascript errors in Firebug (Firefox plugin)?Greetings
Forum: Plugins
In reply to: [CKEditor for WordPress] ckeditor.config.js / CKEDITOR.editorConfig() bugHi,
@biziclop, first of all u should use CKEDITOR.editorConfig which is defined in ckeditor.config.js and add this config options there…
When u add your own editorConfig function u overwrite or u will be overwritten by this function defined there…Next, if u try to see config options when CKEditor is rendered u should use following code:
CKEDITOR.instances['textarea_id'].config.your_config_option
Then u will see options that u defined before with CKEditor.editorConfig function.Greetings
Could u try to reproduce this in https://ckeditor.com/demo ?
Greetings
Hi,
Do u remember in which version before it works?
It would be really helpful information…Greetings
Forum: Plugins
In reply to: [CKEditor for WordPress] Browser Error with WP 3.1.2 – CKE 1.0.7Hi,
I try to reproduce this in PHP 4 and MySQL 4, but for me everything works…
Try to update to last version 1.0.8 and then check again…
Do u use any cache in wordpress or in webserver e.g. Google PageSpeed?Greetings