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
- Forum
- JCE Editor
- Editor mode not working in 2.9.36
Support is currently Offline
Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)
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.
Please send me a login - https://www.joomlacontenteditor.net/contact/site-login
Just because you're not paranoid doesn't mean everybody isn't out to get you.
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?
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.
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.
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:
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.
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.
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!
Be one of the first to reply to this post!