michal
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: CKEditor For WordPress] how to stop editor from inserting elements@mathiasaeschlimann adding
<p> </p>
in some situations is issue related with CKEditor library. It is known issue. We should wait for CKEDitor developers to fix this issue.Yes, you should backup this file and change it after update.
Hi,
@mathiasaeschlimann you can change this behaviour for built-in filebrowser by changing few lines inwp-content/plugins/ckeditor-for-wordpress/filemanager/connectors/php/config.php
file.
Just replace this lnes 125 and 126$Config['FileTypesPath']['Images'] = $Config['UserFilesPath'] . 'image/' ; $Config['FileTypesAbsolutePath']['Images']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'image/' ;
to
$Config['FileTypesPath']['Images'] = $Config['UserFilesPath'] ; $Config['FileTypesAbsolutePath']['Images']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'] ;
In this way images will be uploaded to main WP upload directory.
You can also change this for other resource types.
Hope this helps you.Forum: Plugins
In reply to: Unable to update text changes and long time to updateYo use this theme ?
If yes it, is pretty old and not compatible with latest WordPress version.Forum: Plugins
In reply to: Unable to update text changes and long time to updateI can’t reproduce this. What theme do you use ?
Forum: Plugins
In reply to: Unable to update text changes and long time to updateErrors are marked as red message in Firebug’s console.
Do you use some cache system, plugin ?
What load method do you use ? (you can check this in “Advanced Settings” tab of CKEditor plugin settings) ?
Can you give steps how to reproduce this issue?
I can’t reproduce this problem.@tejprakash2580,
CKEditor for WordPress plugin , replace default editor in WordPress. This is how it should works.
In this moment there is no feature to add internal link with this plugin.
We have this in our feature request list: post linkForum: Plugins
In reply to: Unable to update text changes and long time to update@txsgurl79 do you see any errors in Firebug or similar tool ?
Can you check latest DEV version DEV linkForum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Add inlin@frederick Townes
I will be glad to test new release. Can you give me a link where to download it or I should use this version https://downloads.www.ads-software.com/plugin/w3-total-cache.zip ?Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Add inlinThank you @frederick Townes for your reply , but I already tried find answer in FAQ, but without luck. Can you give me some link with example or something like this ? I spend last few days with this problem and still have no answer.
Hi,
@jassing which version do you use ?
Do you see any errors in Firebug or similar tool ?
Can you check latest DEV version ?
Do you have “Use CKEditor as comment editor” option checked in CKEditor’s plugin on “Basic settings” page ?
Do you use qTranslate plugin ?Forum: Plugins
In reply to: [CKEditor for WordPress] [Plugin: CKEditor For WordPress] Error on activation@hotmailpbpb that was answer to @carl Rozema. He asked about 504629 commit. You can try use latest DEV version to check latest fix for W3 Total Cache plugin.
Forum: Plugins
In reply to: [CKEditor for WordPress] [Plugin: CKEditor For WordPress] Error on activation@carl Rozema mentioned commit is added to 3.6.2.5 version of plugin.
Forum: Plugins
In reply to: [CKEditor for WordPress] [Plugin: CKEditor For WordPress] Error on activationHi guys,
I added small fix to this. You can check this with latest DEV version from: https://downloads.www.ads-software.com/plugin/ckeditor-for-wordpress.zip
This turn off minify js files on page where CKEditor is used to comment form. This is not ideal solution.
Please check it but, remember this is a DEV version of plugin.Forum: Plugins
In reply to: [CKEditor for WordPress] [Plugin: CKEditor For WordPress] Error on activation@hotmailpbpb thank you.
I found way to reproduce this issue.
We try fix this as soon as possible. Please be patient.