Support topics for CKEditor Bootstrap Bundle 3-in-1 OE

Totally 20 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 Bootstrap Bundle 3-in-1 OE

I'm in china, can not visit ajax.googleapis.com directly.(This site is ban by GFW). This cause page can not work if not using VPN.
How can I disable loading all depended file from my site instead of CDN? after search archive, I only found 'doksoft_bootstrap_include_url_dir', but this isn't work.
BTW, I already loading jquery, but it's seem dok-plugin ignore all the loaded resource.

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 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

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

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
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 bought CKEditor bootstrap tools (multi license)...but just work im my local computer.
When I upload the files to server (HostGator) doesn't work.
The breadcrumbs, badges and labels bootastrap tools doesn't work... Not appear all CKEditor...
When I delete from the extraPlugins...CKEditor returns work
Why does this happen?
SEE MY CONFIG BELOW:
code]
CKEDITOR.editorConfig = function( config )
config.language = 'pt-br';
config.skin = 'moonocolor';
config.toolbar = 'Full';
config.removePlugins = "elementspath";
config.resize_enabled = false;
config.extraPlugins = 'fontawesome,lineutils,widget,image2,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';
config.contentsCss = '../css/font-awesome.css';
config.contentsCss = ['../css/bootstrap.css', '../css/font-awesome.css'];
config.allowedContent = true;
config.filebrowserBrowseUrl = 'Editor/ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = 'Editor/ckfinder/ckfinder.html?type=Images';
config.filebrowserFlashBrowseUrl = 'Editor/ckfinder/ckfinder.html?type=Flash';
config.filebrowserUploadUrl = 'Editor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files';
config.filebrowserImageUploadUrl = 'Editor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images';
config.filebrowserFlashUploadUrl = 'Editor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash';
config.toolbar_Full =
name: 'document', items : [ 'Source','-','Save','NewPage','DocProps','Preview','Print','-','Templates' ] },
name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] },
name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] },
name: 'forms', items : [ 'Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton',
HiddenField' ] },
name: 'links', items : [ 'Link','Unlink','Anchor' ] },
name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },
name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv',
JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock' ] },
name: 'insert', items : [ 'Image','Flash','FontAwesome','oembed','Table','HorizontalRule','SpecialChar','PageBreak' ] },
name: 'styles', items : ['Format','FontSize','TextColor' ] },
name: 'colors', items : ['BGColor','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' ] },
name: 'tools', items : [ 'Maximize', 'ShowBlocks','-','About' ]},
CKEDITOR.config.allowedContent = true;
CKEDITOR.dtd.$removeEmpty['span'] = false;
code]

logo
CKEditor Bootstrap Bundle 3-in-1 OE

I have a very big usability issues with your plugin. It is impossible for me (as far as I can see) to be able to insert grid elements into places due to not being able to place a cursor in the right position.
Steps to reproduce:
1. Go to http://doksoft.com/soft/ckeditor-bootstrap/demo.html
2. Switch to source mode
3. Insert the following source,
code]<div class="col-xs-3 ">
p class="">col-xs-3</p>
div>
div class="col-xs-3 ">
p class="">col-xs-3</p>
div>[/code]
4. Switch back to wysiwyg mode
5. Attempt to insert a new grid div in between, before or after the grid divs. It is impossible. The cursor does not get placed in between the divs even when I click there.
Please fix.

logo
CKEditor Bootstrap Bundle 3-in-1 OE
Installation Problems
1 replies Solved

I purchased a multi-site version of Boostrap Utils yesterday and have been have various problems trying to get it to work. We had CKEditor installed on our intranet site already so I thought adding a plugin would be trivial.
After lots of trial-and-error I've managed to get the Bootstrap Utils buttons to show up on my CKEditor, but the editor doesn't seem to be Bootstrap-enabled. The way I can tell this is that creating a Bootstrap button creates this source html
code]<p>Download<br /></p>[/code]
rather than
code]<p><a class="btn btn-primary " href="http://">Download</a><br />
p>[/code]
which is what I see when I use the online demo)
I've got jquery and bootstrap included in my page.
Any help would be great - I'm burning time trying to get this thing to work.
p.s. My config.js is
code]CKEDITOR.editorConfig = function( config ) {
Define changes to default configuration here.
For complete reference see:
docs.ckeditor.com/#!/api/CKEDITOR.config
The toolbar groups arrangement, optimized for two toolbar rows.
config.toolbarGroups = [
name: 'document', groups: },
name: 'others' },
name: 'about' }
config.doksoft_bootstrap_include_jquery = false;
config.doksoft_bootstrap_include_in_container = false;
config.doksoft_bootstrap_include_url_dir = "http://localhost:23231/Scripts/bootstrap-3.1.1-dist/";
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;pre';
Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced';
config.extraPlugins =
doksoft_bootstrap_include," +
doksoft_bootstrap_advanced_blocks," +
doksoft_bootstrap_block_conf," +
doksoft_bootstrap_templates," +
doksoft_bootstrap_table," +
doksoft_bootstrap_button," +
floatpanel," +
panelbutton";
code]

logo
CKEditor Bootstrap Bundle 3-in-1 OE
Annoying behavior
5 replies Solved

We were able to get the Doksoft plugin to work with CK Editor but since installation I`m been experiencing some frustrating behavior.
When you load a content type the focus is at mid-page rather than the top of the page, so you have to scroll up all the time.
It`s virtually impossible to do simple edits in the WYSIWYG view. You can`t remove paragraph breaks for example without going into the source view. A <p><br/></p> is inserted.
The source view contains no line breaks so the code is all in one block making editing difficult.
You can`t click on an image to edit it in WYSIWYG view. If you click on the image it vapors.
You can`t click on a button to edit it in the WYSIWYG view, you have to go into source view.
Text is indented in the WYSISYG view. I can`t find any thing that`s causing it.
Often a <br /> tag is inserted at the end of the content and sometimes at the end of the first line. At the end of the copy a <p><br/></p> is inserted. You must go into the source to clean up the code. This is will be an issue when the site is handed to non-technical users.
I don`t want to get rid of the ability to easily add buttons so I`m hoping there is a solution.

logo
CKEditor Bootstrap Bundle 3-in-1 OE
IE10
3 replies Solved

Is there a way to get this to work in IE10? Just purchased and realised it wasn't working in IE...and the demo doesn't work for me on IE10 either -is there a fix?

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 Bootstrap Bundle 3-in-1 OE
Bootstrap 2.3.2
1 replies Solved

Is there a version of the product that writes Bootstrap 2 code instead of Bootstrap 3.
Eventually our theme will be upgraded to Bootstrap 3 but this would be a great tool to use before that so if you all have a Bootstrap 2 version I could use it.

logo
CKEditor Bootstrap Bundle 3-in-1 OE
Incompatible with CKEditor
1 replies Solved

We were unable to get DOKSoft's CKEditor Bootstrap Utilities to work with CKEditor 4.3 on a Drupal 7 site. It appears they are incompatible. We were able to get DOKSoft's CKEditor Bootstrap Utilities to work with WYSIWIG but there is a fatal issue. Editing the content results in all of the text to vapor.
Please advise.