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
From 09:00 To 17:00 Europe/London (BST)

Please post your question in the Forum and we will get back to you as soon as we can.

  Friday, 24 March 2023
  12 Replies
  602 Visits
Unable to edit articles in Editor mode. Looks like its protected. Code works
more than a month ago
·
#113448
Unable to edit articles in Editor mode. Looks like its protected.


Can you expand on this explanation and post a screenshot?

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

more than a month ago
·
#113449
Here is a screenshot, its a gray editor, not working to click into it.
more than a month ago
·
#113450

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

more than a month ago
·
#113451
Sent!
more than a month ago
·
#113452
PLZ inform me back on what to do on my other sites.
more than a month ago
·
#113455
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?

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

more than a month ago
·
#113456
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.
more than a month ago
·
#113457
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;
}

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

more than a month ago
·
#113458
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

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

more than a month ago
·
#113459
Still not working, I removed the CSS as above, and added the Custom CSS styles in Configuration.
more than a month ago
·
#113460
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.

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

more than a month ago
·
#113461
THX Now it works.
Ryan marked this post as Resolved — 6 months ago
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!