User's avatar
Patrik P.
08:19 Feb 25, 2015
Hello,

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 ?
Support team avatar
JS+
12:30 Feb 25, 2015
Hello,
Oh, it really is so.
I just explain why we changed this add-on. CKEditor can not fully correctly process inserting of multiple "div" elements inserted at one time. So in the last release we made Templates plugin to insert or one column or multiple columns wrapped with row.

But of course it needs to be added row with col-(xs/sm/md/lg)-12 inside and maybe row with empty row. You are right and we will do this soon I hope.

If you very need to have this feature right now, I can increase priority of this task and do it in nearest possible time.
User's avatar
Patrik P.
13:27 Feb 25, 2015
If possible it would be great, cause we just had learning/training with old version. And upgraded, so they are abit confused as they cant add col 12 with row :)
Support team avatar
JS+
09:10 Mar 01, 2015
OK, it was planned to do this in the nearest time (1-2 weeks) please wait an update. I will notify you here about it.
User's avatar
Patrik P.
09:20 Mar 03, 2015
Okey , Great Thanks
Support team avatar
JS+
10:17 Mar 12, 2015
Hello, please try to update your Bootstrap Tools plugins from files.doksoft.com. We have added a couple of new templates to the plugins. Now you can insert 12-col in row:
<div class="row"><div class="col-xs-12"></div></div>
and empty row:
<div class="row"></div>
in addition to already existed templates.