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
- Site CSS not used in the editor
Ryan
marked this post as Resolved — 1 month ago
In the editor.css file, at the top of the file, add font-face rule for the fonts, eg:
@font-face {
font-family: 'open-sans-v34-latin-regular';
src: url('../fonts/open-sans-v34-latin-regular.woff2';
}
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Is there any other setting in the JCE or perhaps in the template that might hide these buttons?
This is not under JCE control, but may be affected by your template, if there are template overrides in place.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
I'm logged in as super-admin, so I assume I have all permissions?
In the options it says that I have.
You can try yourself with the support-account: https://stefan-schoch.de/kontakt/login.html
Is there any other setting in the JCE or perhaps in the template that might hide these buttons?
In the options it says that I have.
You can try yourself with the support-account: https://stefan-schoch.de/kontakt/login.html
Is there any other setting in the JCE or perhaps in the template that might hide these buttons?
Problem is, when I log into the frontend, I only see the little editing-icon with modules, neither with categories or articles.
This is a Joomla Article Manager setting. Go to Content -> Articles and click on the Options button, then on the Permissions tab. Check that the usegroup required has the correct permissions set to for editing.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
Looks great now!
Thank you for your support!
Another little thing: I'd like to use the editor to edit my articles directly in the frontend.
Problem is, when I log into the frontend, I only see the little editing-icon with modules, neither with categories or articles.
Any hint, how this can be solved?
https://stefan-schoch.de/kontakt/login.html
Thank you for your support!
Another little thing: I'd like to use the editor to edit my articles directly in the frontend.
Problem is, when I log into the frontend, I only see the little editing-icon with modules, neither with categories or articles.
Any hint, how this can be solved?
https://stefan-schoch.de/kontakt/login.html
I have fixed this on your site by renaming the editor.css file to editor-fonts.css, and adding an import rule for the OpenSans font your are using on your site.
I then configured the "Default" profile to load this editor-fonts.css file (this is done in Editor Profiles -> Editor Parameters -> Typography), in addition to the template's css files, which the editor is doing automatically.
I then configured the "Default" profile to load this editor-fonts.css file (this is done in Editor Profiles -> Editor Parameters -> Typography), in addition to the template's css files, which the editor is doing automatically.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
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.
colors are defined within T4 with the configuration menues. Don't know where they are stored.
These are stored in media/t4/css but the editor should be loading all the required files automatically without the need for the editor.css file I suggested above.
Which version of JCE Pro do you have installed?
Just because you're not paranoid doesn't mean everybody isn't out to get you.
In the templates css folder, create a new file called editor.css, and add the following:
The editor will load this editor.css file to style the editor content, and this should include your changes.
@import url('template.css');
@import url('theme.css');
The editor will load this editor.css file to style the editor content, and this should include your changes.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- 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!