Last support topics

Totally 108 solved problems
Go to the products list

logo
CKEditor Bootstrap Bundle 3-in-1 OE
Multiple issues
12 replies Solved

1) Trailing s issue. Using the Advanced Blocks plugin causes the trailing s of any word to be dropped
2) Bootstrap Table Plugin. After adding a bootstrap table, if i right click on the table to get a dialog box, I get bootstrap table options. This produces another dialog box with a close button top right, the following contents:
code]id="cke_141_uiElement" class="cke_dialog_ui_html" [/code]
and an OK button that does nothing. I was expecting class options like condensed, striped, bordered and hover. BTW, you should add hover to the options list on insert.
3) CKEditor Bootstrap Tools. This plugin does not work if the editor is in a modal. no access to the text fields to add information like address or title.

logo
CKEditor Easy File Upload
Uploader Not Working Issue
8 replies Solved

I cannot get the uploader action to work, this is my ckeditor /config.js set up:
code]
CKEDITOR.editorConfig = function( config ) {
Define changes to default configuration here. For example:
config.language = 'fr';
config.uiColor = '#AADC6E';
config.extraPlugins = 'doksoft_easy_file';
config.toolbar_name = 'doksoft_easy_file';
config.doksoft_uploader_url = 'http://mctimoneyanimal.co.uk/catalog/view/javascript/ckeditor/plugins/doksoft_uploader';
code]
The button is showing and allows me to select the file, but the upload action is not working. Please could you help me resolve this issue.
Kind Regards,
David

logo
TinyMCE Easy Image Upload
Inline support?
7 replies Solved

we cant get the Easy Image upload working in Inline-mode?
Does it support this option?
http://www.tinymce.com/tryit/inline.php
It works perfect when we set "inline: false"
Daniel and Axel

logo
CKEditor Easy Image Upload
extension is insert twice
1 replies Solved

I am using Easy image with CKEditor and when I upload the file, everything is good the file is uploading without problem I check via FTP and the file is really there with the good name.
But in my CKEditor the filename has the extension twice filename.jpgjpg.
For example if I upload the file "apple.jpg" it upload alright, on the server the filename is "apple.jpg" but in CKEditor I received a small icon like image not found. If I click on the source button to look at the source, the filename call is "apple.jpgjpg"
Anyone knows why? Please answer me

logo
CKEditor Translator
CKEditor Translator
2 replies Solved

I have an in-house test server, and a live public server, but the google api link is missing on the .com ???.
I deleted my cache, uploaded a fresh version but it is not working.

logo
TinyMCE Image Gallery

I bought the TinyMCE Image Gallery for a client who wants to create lightboxable galleries on their website. I've gotten it working, but our client is also asking for the ability to have multiple galleries on a single page with separate grouping, so unique REL attributes per gallery. In addition to that, they'd also like to add captions on a per-image basis, so the ability to set alt tags through the uploading screen. I've looked through the code some, but all I received in my download was minified code - both plugin.js and plugin.min.js are minified and identical.
With that in mind, is there a relatively simple way to add in unique REL on a per-gallery basis (I don't have to set it, it could just be a random string) and then add in alt tags on a per-image basis?
Barring that, can I get a copy of the original (non-minified) Javascript so I can add it in myself?

logo
CKEditor Quick Image Upload
upload path is gone...
1 replies Solved

The uploader is working fine locally on my testserver (windows with wamp)
I do use the standard paths defined in config.php being:
code]$config = preg_replace('/(uploader\.php.*)/', 'userfiles/', $_SERVER);
config = dirname(__FILE__).'/userfiles/';[/code]
as stated this works fine locally.
But when uploaded to a unix production server the path is broken i.e. it uploads the image to "userfiles",
it shows the image in the editor but after saving it only shows "<img src="\" />" in the sourcecode from the editor.
Making paths absolute in $config's does not solve the problem, i am desperate now because i can not solve this.
Any idea what the problem is?

logo
CKEditor Quick Image Upload
Error with uploader
6 replies Solved

I have gone through everything in your site to try to find the problem but I am officially giving up and now I turn to you.
I have purchased the CKEditor Big Add-ons Pack and have installed the following add ons
doksoft_font_awesome (all good but no creating bitmaps)
doksoft_image (uploader & drag/drop not working)
doksoft_file (uploader & drag/drop not working)
doksoft_gallery (uploader & drag/drop not working)
doksoft_button (all good)
doksoft_youtube (error on search)
doksoft_maps (all good)
doksoft_table (all good)
doksoft_html (all good)
doksoft_alert (all good)
I have CKEditor running on a Zencart 1.5 site and the normal editor seem to be running fine.
I installed this zencart plugin www.zen-cart.com/downloads.php?do=file&id=1098 which is basically the editor in a editors folder in zencart and I updated it with the latest CKEditor (I was also having the same problem with the original CKEditor Plugin for Zen Cart).
It was only possible to upload on file to this forum so I upload all screen shots to Dropbox (see below)
https://www.dropbox.com/sh/ytil4ebl91d1vyg/AAB-1i7qxNbYvTtcgEQhOaRPa?dl=0
Here you can see my configuration files for CKEditor & the Uploader (I have tried web urls and base urls)
There are 3 error messages all pointing to the same thing, these error messages are for
doksoft_image
doksoft_file
doksoft_gallery
Also you can see what is happening when the popups are ahown (there is no uploader)
Then the last screen shot is from the Youtube plugin.
Please let me know if you require anything else to help me solve this problem.

logo
CKEditor Bootstrap Bundle 3-in-1 OE

guys,
This plugin is really great, an awesome time saver.
I'm running into some annoying behavior, each time I save a node, the plugin adds en extra space character in every class="" attribute.
So if I have class="myclass"
after 1 save class="myclass +1space "
after 2 saves class="myclass +2spaces"
after 3 saves class="myclass +3spaces "
after 4 saves class="myclass +4spaces"
Is there a n update coming for this ? Is there a way to cancel that routine ?
We've purchased the plugin around mid august, don't know if there was any update since then.

logo
CKEditor Easy Image Upload
Alt text and position popup
2 replies Solved

First I need to say the CKEditor Instant Image Upload works great! I have a problem though; After uploading the image in my editor if I click to edit the alt text and the image position, the popup won't show up. It only works if I leave the page and return or if I click on "Source" and then return to the visual side. I'm using it in CKEditor 4 (latest version).

logo
CKEditor Quick Image Preview Upload
How to use .NET Uploader
1 replies Solved

I bought plugin that doksoft_preview.
and I use ASP.NET Framework version 4.0 .
My editor's version is ckeditor_4.4.4_standard.
I want to call .net Uploader, but my plugin calls php Uploader.
First, Unpack the files to /ckeditor/plugins.
I added script at ckeditor/config.js like this,
code]config.extraPlugins = 'doksoft_preview';
config.doksoft_uploader_url = '/doksoft_uploader/uploader';[/code]
Check config.js file is loaded.
And I added .dll file at /bin/ folder.
And I copy at web.config some script.
what is my missing thing?
My debugger tells me file did not woking because web page calls .php uploader.
code]
The HTTP verb POST used to access path '/ckeditor/plugins/doksoft_uploader/uploader.php' is not allowed.]
HTTP/1.1 405 Method Not Allowed
code]
And what is in the /doksoft_uploader/uploader ?
Now there is empty.
Is correct?
I want to use this plugin, but I didn't solve this problem.
Please help me.

logo
CKEditor YouTube

I am using your YouTube plugin on a page that also contains a fancybox for images. When the fancybox opens in IE, the overlay is still hidden behind the YouTube video thumbnail. I found a few folks solved this by adding "wmode=opaque" to the embed code. This is fine when adding the code manually, but I need my clients to be able to add videos without coding, so I used the DokSoft plugin. Can I add this code in order to make the thing work in IE?

logo
CKEditor Quick Image Upload
HTTP Error at ASP.NET
5 replies Solved

I’m using ASP.NET versions, and I performed every action by the Installation.
Checked .dll file, Web.config, Upload directory.
And I checked Chrome “Network” tab.
Why is there “uploader.php”? ( the red script)
I want to use ASP.NET version. every action followed ASP.NET version’s step.
How do I do?

logo
CKEditor Quick Image Preview Upload

I have another watermark image plugin that needs to access the Image Preview Upload+ full sized image and replace both the original and thumbnail.
Because it now must select the thumbnail how can it open the original and after saving replace both?

logo
CKEditor YouTube
Youtube addon
1 replies Solved

It would be very useful if there was an option on the YouTube addon to wrap the iframe in a responsive div as seen on getbootstrap.com/components/#responsive-embed
code]<!-- 16:9 aspect ratio -->
div class="embed-responsive embed-responsive-16by9">
iframe class="embed-responsive-item" src="…"></iframe>
div>
4:3 aspect ratio -->
div class="embed-responsive embed-responsive-4by3">
iframe class="embed-responsive-item" src="…"></iframe>
div>[/code]