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.

#107213 wrong class suffix @__ for columns plugin for uikit

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 victso on Thursday, 25 March 2021 03:13 GMT

victso
the suffix classes for uikit are @s @m @l @xl,
for some reason, components\com_jce\editor\tiny_mce\plugins\columns\editor_plugin.js file use code:
suffix=["@"+stack.substr(0,2),"-"+stack]
to add uikit suffix, which add @sm @me @la @xl instead.

change code to : suffix=["@"+stack.substr(0,1),"-"+stack] add the right suffix,
but @+'2 digit suffix' will be generated still, if play with the column-width parameter(not auto)

Please help solving the issue.

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

Ryan Demmer

Lead Developer / CEO / CTO

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

victso
this Issue fixed in JCE Pro 2.9.5 Beta