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.

#113447 Editor mode not working in 2.9.36

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 bobbla on Saturday, 25 March 2023 13:09 GMT

bobbla
Unable to edit articles in Editor mode. Looks like its protected. Code works

Ryan
Unable to edit articles in Editor mode. Looks like its protected.


Can you expand on this explanation and post a screenshot?

Ryan Demmer

Lead Developer / CEO / CTO

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

bobbla
Here is a screenshot, its a gray editor, not working to click into it.

Attachments

Ryan
Please send me a login - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

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

bobbla
Sent!

bobbla
PLZ inform me back on what to do on my other sites.

Ryan
I'm not seeing any issue on your site. All the articles I checked are able to be edited, although the background color of some - which reflexts the background colour of the front-end site - does make editing a little more difficult.

Is the background color the issue you are trying to solve, or is there a particular article you are having a problem with?

Ryan Demmer

Lead Developer / CEO / CTO

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

bobbla
Still having the issue when I start a new article. I tried to paste the text in, and this work, but can not edit the text after.

Also tried to use another account.

Ryan
The issue is caused by one of the unset rules in the template's user.css file, which is affecting the cursor display in the editor:

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

Ryan Demmer

Lead Developer / CEO / CTO

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

Ryan
JCE Pro 2.9.36 now includes an user.css file in the Cassiopeia template, to more accurately style content as it would appear in the front-end. Either remove those "unset" override styles, or in the Editor Global Configuration, set Editor Styles to Custom CSS Files, then in the Custom CSS Files field, add:

media/templates/site/cassiopeia/css/template.min.css

Ryan Demmer

Lead Developer / CEO / CTO

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

bobbla
Still not working, I removed the CSS as above, and added the Custom CSS styles in Configuration.

Ryan
and added the Custom CSS styles in Configuration.


You didn't set the Editor Styles option to Custom CSS Files.

I have done this on your site, and the editor is now only using the template.min.css file for styling.

Ryan Demmer

Lead Developer / CEO / CTO

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

bobbla
THX Now it works.