Roshni theme and TinyMCE editor

Re: Roshni theme and TinyMCE editor

by Mary Evans -
Number of replies: 1
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

If what you require for TinyMCE is just CSS based then you can add that as an editor.css and add it to your Roshni theme style directory. Then ensure that the editor sheet is set in the roshni/config.php

$THEMES->editor_ sheets = array('editor');

That should ensure that it displays as it should In the editor.

If it is not then it could be a problem with the dos I theme, in which case you need to add the missing CSS to the theme itself.

Hope this helps?

Mary

In reply to Mary Evans

Ang: Re: Roshni theme and TinyMCE editor

by Gert Bach -

Thank you,

But I got the following code from Arindam:

Home / ? Site administration / ? Plugins / ? Text editors / ? Manage editors

please use TinyMCE HTML editor

and paste this css into Home / ? Site administration / ? Appearance / ? Themes / ? Roshni / ? General Settings / ? General Settings / ? Custom CSS

.no-overflow { margin: 10px !important; overflow: initial; }

Now it works, anyway smile

Kind regards,