You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#117164 JCE Pro Bootstrap Column issue in editor

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Monday, 07 April 2025 15:43 BST

finelinewebsites

New install of Joomla 5.2.5 using latest JCE Pro 2.9.84

Plugin Parameters > Columns

CSS Framework:Bootstrap 4/5
Stack width: Large
Gap Size: Large

  1. Create a new Article and insert 2 Columns in "Editor" Mode
  2. Verify Stack Width and Gap Size are set to Large
  3. Save
  4. Switch to Code View and back to Editor View
  5. what was col-lg is back to col

Expected code:

<div class="row flex-gap-lg " data-wf-columns="1">
<div class="col-lg"> </div>
<div class="col-lg"> </div>
</div>

or

<div class="row-cols-1 row-cols-lg-2 flex-gap-lg" data-wf-columns="1">
<div class="col"> </div>
<div class="col"> </div>
</div>

Actual code result

<div class="row flex-gap-lg" data-wf-columns="1">
<div class="col"> </div>
<div class="col"> </div>
</div>

When you switch the editor to "Editor" view is always reverts back to just class="col"

Ryan

Please try JCE Pro 2.9.84 Beta - https://www.joomlacontenteditor.net/downloads/editor/pro/development

Clear you browser cache after install.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

finelinewebsites

Thanks Ryan. The 2.9.84 Beta fixed the issue. I am assuming this will be in the next release.

Ryan

I am assuming this will be in the next release.

Yes.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.