Hi!
Which CSS file (Styles and formats from RocketTheme templates Typography.) I use to use the JCE editor? I would like to get the effect of WYSIWYG in the eidtor.
Any luck in solving this?
I just wanna use some h2 and other font settings from the template without edit the html everytime.
Jce with rokettheme (voxel) is this possible to make work together, who you other webdesigners solve this?
Best regards
For anyone still looking for a solution to this, consider that RT uses LESS files for styling, while JCE can only be adjusted to seek out template-specific or custom CSS files (i.e. template.css or a css file that you create/compile yourself).
As of this writing, there is a RC4 available for the upcoming JCE 2.3.3 that may provide the full functionality requested above. Note that JCE recommends that this RC release NOT be used for production sites, so understand what you're getting into if you choose to move to this one that's not yet considered 'Stable'.
Edit/second thoughts: Since the typography styling is spread out across many LESS files within Metropolis, I'm assuming that we will need to create (and then point JCE to) a single custom less file that either automatically calls all of the relevant less files that include all of the styling needed for JCE to fully respect the template's custom typography (if that even has a chance of working) or manually pull together ALL of the custom styling coding from all existing LESS files into the one to be used by JCE. I also suspect the locations of styling code within a given template's LESS files vary quite a bit across templates and my somewhat deep but still far from complete understanding of the LESS files included with Metropolis give me reason to feel that this is still very much an incomplete solution for most RT members.