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.

#111077 JCE PRO post-installation question

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 FIFOtest on Saturday, 21 May 2022 08:21 BST

FIFOtest
Being a newbie on JCE PRO, (and not very proficient on CSS) I may miss some basic things, so excuse my ignorance.
When I open JCE for editing an article or category, I see the editor icons in B/W and not in colour like I saw on a screen shot in the "editor toolbar" documentation. I must be missing something.
Also the default font size is 12px, which I seem unable to change.
I am using Helix Ultimate 2.0.8 as template for my site.
Screenshot attached.

Attachments

Ryan
When I open JCE for editing an article or category, I see the editor icons in B/W and not in colour like I saw on a screen shot in the "editor toolbar" documentation. I must be missing something.


The documentation needs updating as it is still showing the Classic icon set. The B/W icons are high-resolution icons for retina displays, so best suited for modern screens. You can switch to the Classic icon set in Editor Profiles -> Features & Layout.

Also the default font size is 12px, which I seem unable to change.
I am using Helix Ultimate 2.0.8 as template for my site.


The font size is set by your template, usually in the body tag. Ideally any changes to the font size should be done to the template stylesheet (you can probably do this using the Helix configuration tools) rather than changing font size and styles in the editor.

Ryan Demmer

Lead Developer / CEO / CTO

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

FIFOtest
Thanks a million for this quick and complete response!

You made me a fan of JCE PRO!

Rik

FIFOtest
I did search further for the fint size in the editor window. When fiddling the typography in Helix Ultimate all works wel in all pages, EXCEpt the editor window. Somehow the font here is always Helvetica, 12px, whatever I try.

I suspect it must be buried deep in a CSS file?

regards,

Ryan
Helix Ultimate oesn't appear to write custom changes to a file, but rather renders them as inline styles on the page, which is why they are not picked up by JCE. You will need to create an editor.css file for JCE to use, in the templates/shaper_helixultimate/css/ folder, and add the following:

@import url('bootstrap.min.css');
@import url('template.css');

/* if you are using a preset, add the preset number here, eg: */
@import url('presets/preset1.css');

/* add your typography changes here, eg: */
body{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}
JCE will then detect and load this editor.css file instead of the others.

Ryan Demmer

Lead Developer / CEO / CTO

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

FIFOtest
I added the editor template file as suggested, but no result, always opens with Helvetica 12px. Tried in Safari, Microsoft Edge, Firefox. Version of template CSS file added, and screenshot of where it sits.

It remains a mystery to me. this is not major, but annoying to educate additional article editors.

You tickled my curiosity!

Rik

Attachments

editor.css.zip

Ryan
This is working in my tests with your editor.css file.

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.

Ryan
The Editor Styles option in the Editor Global Configuration was set to Default but it should be Template CSS File. I have set this option on your site and the stylesheets appear to be loading as expected.

Ryan Demmer

Lead Developer / CEO / CTO

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

FIFOtest
I must be missing something. When I create a new category, or a new article, the editor opens with a too small font size. I attach a screenshot with the opening text, en below it, the desired font size. The

Regards

Attachments