Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 61
SyntaxHighlighte... 51
Newsletters v4.03 114
Facebook Like Box 132
Newsletters v4.02 60
Metro 170
Facebook Connect 173
Shoutbox Panel 129
Redactor for PHP... 107
MI Floating Side... 109
Facebook Login/R... 155
Avatar Studio v2.03 180
Relationship Sta... 98
Sexual Orientati... 116
Fisherman 144
Popular Addons
iTheme2 5808
Arise 5804
User Control v1.23 4623
Event Calendar 4053
Photowidget panel 3888
Radio-Theme red2... 3359
Highslide Gallery 3315
CSS/JavaScript D... 3234
Facebook Connect... 2988
Dynamic Menu 2895
Slideshow Lightb... 2725
L-AMANT 2659
Enigma 2637
2Dark 2608
Black 2580
View Thread
Who is here? 1 guest(s)
 Print Thread
TinyMCE editor window on PF 7
zokipoki
I have problem with TinyMCE editor window background. This is colored with themes background and more dificult for typing news. More time I posted this problem for version 6 and solved with Matonar helps, but your help not actual for v. 7.
 
WEC
It's a theme issue, so you should ask at the themes site or contact the theme author.
 
johslind
I don't really think that this should be called a theme issue. It has to do with the default settings in PHP-Fusion's initialisation of TinyMCE (in themes/templates/admin_header_mce.php):

Download source  Code
content_css:'".THEME."styles.css',



That is ok, but it gives you a lot of style-declarations that are useless for news and articles, and if it contains a declaration for body's background, that will be used in the editor.

The most viable solution is to make your own stylesheet and alter the
setting in the initialisation to:

Download source  Code
content_css:'yourpath/yourown.css',



One of your own declarations could be:
body {background:#fff;}
Then your editor will be unaffected of any theme's style.
 
WEC
You can always argue if it's a theme issue or a core issue.

Theme author should just add the following code to styles.css in case his chosen theme background is not practical for tinyMCE use:

Download source  Code
body.mceContentBody {   
    background-color:#fff;
}




 
zokipoki
WEC thank you, I solved with your suggestion. I'm added your code into exist styles.css of selected theme and work properly. Thanks again.
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
TinyMce or CKEditor on forum? Ideas for Modifications and Requests 12 20-04-2013 17:16
WhoIsIt - mini-profile window with ajax Panels and Infusions 7 13-02-2013 23:40
Login Box Dialog Window Panel Official releases [Panels] 22 14-01-2013 06:12
changing TinyMCE background, Help!! Content Administration 3 11-12-2012 12:56
Tinymce bug Suspected Bugs and Errors 4 13-11-2012 07:05
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue