Last support topics

Totally 108 solved problems
Go to the products list

logo
CKEditor Bootstrap Bundle 3-in-1 OE

there,
I purchased your Bootstrap utils. I placed the dirs in /plugins and edited config.js as followed but cannot get the buttons to show in CK EDITOR (already emptied cache etc). Hope you can see whats wrong?
code]
license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
CKEDITOR.editorConfig = function( config ) {
Define changes to default configuration here.
For complete reference see:
http://docs.ckeditor.com/#!/api/CKEDITOR.config
config.extraPlugins = "doksoft_bootstrap_include,doksoft_bootstrap_advanced_blocks,doksoft_bootstrap_block_conf,doksoft_bootstrap_templates,doksoft_bootstrap_table,doksoft_bootstrap_button,doksoft_bootstrap_icons,doksoft_bootstrap_gallery,doksoft_bootstrap_badge,doksoft_bootstrap_label,doksoft_bootstrap_breadcrumbs,doksoft_bootstrap_alert";
The toolbar groups arrangement, optimized for two toolbar rows.
config.toolbarGroups = [
name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
name: 'links' },
name: 'insert' },
name: 'forms' },
name: 'tools' },
name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
name: 'others' },
name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
name: 'styles' },
name: 'colors' },
name: 'doksoft', groups: [ 'doksoft_bootstrap_advanced_blocks', 'doksoft_bootstrap_block_conf', 'doksoft_bootstrap_templates', 'doksoft_bootstrap_table', 'doksoft_bootstrap_button', 'doksoft_bootstrap_icons', 'doksoft_bootstrap_gallery', 'doksoft_bootstrap_badge', 'doksoft_bootstrap_label', 'doksoft_bootstrap_breadcrumbs', 'doksoft_bootstrap_alert' ] },
Remove some buttons provided by the standard plugins, which are
not needed in the Standard(s) toolbar.
config.removeButtons = 'Underline,Subscript,Superscript';
Set the most common block elements.
config.format_tags = 'p;h1;h2;h3;h4;pre';
Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced';
config.enterMode = CKEDITOR.ENTER_BR;
config.allowedContent=true;
code]

logo
CKEditor Bootstrap Bundle 3-in-1 OE

I purchaused CKEditor Bootstrap Utils and I integrated to my CKEditor in my site. My problem is: The columns not show the correct size in editor. Example: I have one row with 2 col-xs-6 column and in the editor show two col-xs-6 columns horizontaly not verticaly .
I attach two picture from the issue.
In first picture is from your demo site and the second from my editor. The html source code is same.
Please help, whats I does wrong.

logo
TinyMCE Google Maps

First of all I have to say I love the plugin so far (bought it yesterday) except for this quite big problem.
If I add a map to my WYSIWYG (TinyMCE) it works like a charm and I can save the page and edit my texts how many times I want without a problem.
But if I open the dialog to edit the map, with or without making any changes to it, press OK and try to save my page I get an error the next time it tries to load my WYSIWYG.
The error according to my console is:
SyntaxError: JSON.parse: unexpected character at line 1 column 105 of the JSON data"
The error is in plugin.min.js (line 1, col 1760) which is this part:
code]"JSON.parse(unescape(node.attr("data-options")))" [/code]
If I use console.log(unescape(node.attr("data-options"))) I get the value:
code]"{"lat":35,"lng":-93,"zoom":3,"type":"roadmap","width":400,"height":320,"settings":{"weather_in_celsius":undefined,"traffic_layer":undefined,"weather_layer":undefined,"mapTypeControl":true,"zoomControl":true,"rotateControl":false,"scaleControl":true,"streetViewControl":false,"panControl":false,"overviewMapControl":false,"draggable":true,"disableDoubleClickZoom":false},"objects":{"Marker":[],"Circle":[],"Polyline":[],"Text":[],"Polygon":[],"Rectangle":[],"TrafficLayer":[],"WeatherLayer":[]}}"[/code]
The error seems to be that weather_in_celcius (and traffic_layer and weather_layer) is undifined instead of true/false.
When I have first inserted the map and saved everything I get a boolean so it's only when I open the dialog to edit it seems to loose those settings the next time I load my WYSIWYG.
There is also some minor things; like the textbox connected to a marker is placed in the wrong place when I visit my site. It looks great in the WYSIWYG though.
This seems to happen to me in both Firefox (36.0.4) and Chrome (41) on Windows 7.
Brgds

logo
CKEditor HTML Insert
Installation problems
2 replies Solved

I bought CKEditor HTML Insert plugin, but I have still problems with instalation. Folder in ZIP archive has name "doksoft_html_insert", but in instalation manual you use name "doksoft_html". If I try it, I get error because CKEditor canĀ“t find plugin. I also try to rename folder to "doksoft_html", I get error which is captured on attached image. Could you help me please?

logo
TinyMCE Font Awesome

None of Font Awesome add-on and Special symbols TinyMCE works in the preview, not even on your demo page, is there anything I can do to make it work?
Also when uploading TinyMCE Special Symbols to server they get transformed to a question marks. Is there some way to handle that issue?
Kind regards Andreas

logo
TinyMCE Big Add-ons Bundle

Doksoft Font Awesome does not include the image choosen in the dialog to the editor.
I'm using TinyMce 4 and your demo is working. Maybe you have another version to download like you have for maps? If so I would like to have that instead please.
When using DOKSoft Custom Templates the icon comes up but when I click on the icon the dialog is empty.
Is there anything else I need to do when installing it?
Mayby you have another version for DOKSoft Custom Templates to like maps i can try instead?
Andreas

logo
CKEditor Easy Image Upload
not working IE9
3 replies Solved

the plugin doesnt work in IE9, the image button is not clickable , it happens also in the demo page, .. is very urgent

logo
CKEditor Easy Image Upload

First of all,
I can configure it easily, but when I'm adding many images, can I put a <br /> after each image insert in ckEditor ?

logo
TinyMCE Easy Image Upload

Have TinyMCE installed in a WebYep CMS system hosted on a Linux webserver running Apache.
Have got the Easy Image button to show up in the TinyMCE menu bar, but when I click on it nothing happens - not executing?
so I think I have plugins installed correctly (button showing - see screenshot with button circled)
clicking on button - nothing happens????
but I think the issue could be with the webyeb initialization script (attached)
Have userfiles permissions set to '777'
Using macOS 10.7.5/ Safari 6.1.6 my end
Stuart

logo
CKEditor Bootstrap Bundle 3-in-1 OE

I have added config.doksoft_bootstrap_include_url_dir = '/static/bootstrap-3.3.2/'; to my config.js, but the Bootstrap plugins seem to be loading the CDN anyway, this is a problem since I am using this editor on a page that is styled with bootstrap, adding those is changing all my styling back to default.

logo
CKEditor Bootstrap Bundle 3-in-1 OE
col 12 with row
5 replies Solved

We have used the old version of the CKEditor Bootstrap Tools and now when update to the latest version , we can't do a col 12 with a row, there is just an option with a lonely col 12. Before we had a checkbox "check for wrap with row" but that's gone, so would be nice. either with a fix so we get a col 12 in the "rows" also or get back the checkbox .
Or are we think about it wrong ?

logo
CKEditor Bootstrap Bundle 3-in-1 OE
Little green boxes
2 replies Solved

how do I disable the little green boxes as this will most likely cause my editors to create badly formed pages?

logo
CKEditor Quick Image Preview Upload
Upload is not working
7 replies Solved

I've bougth you great product but can't install it. I've read that it can be problems with version of my CKEditor and install it latest version from here - http://www.opencart.com/index.php?route=extension/extension/info&extension_id=13753&filter_search=ckeditor but it not helped me.
Also i've install missed dependencies like filebrowser and popup as you're recommended. It didn't help too.
Now a have button with upload image and when I click on it - it opens well, but any open or dragged files are not uploading to my server. Moreover, i don't see any network trafic to server when i try to upload.
Please help.

logo
TinyMCE Quick Image Upload

I've just tried to install this plugin over tinymce 4 and it got me a bit confused when i found coloured icon (file: doksoft_image_3.png) in my tinymce 4 instance (see attached screenshot)
I know, that this plugin should be compatible with both tinymce versions 3 and 4, yet i presume that in our case it is a bug in detection of which tinymce version is running the plugin.
I've tried to run this plugin with and without jquery and on few versions of tinymce 4, but problem persist in every case. Let me know if there's any additional info you need to know.
Hope to hear from you anytime soon,
Bartosz F

logo
TinyMCE Image Embed

I purchased and installed this add on but when I receive an email, the images do not show up. I tested in Gmail and Outlook. It looks like you are embedding the image using Data URI which most clients don't seem to support. Is there a way to get this to work?