Dark background when editing using this theme - why?

mcjudd - February 4, 2009 - 19:39
Project:Marinelli
Version:6.x-2.7
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Hi there

I am using this great theme and FCKEditor as my main text editor.

However, when I open a page for editing I get a dark blue background - same as the column colours- with black text (see screen shot attached). How can I get back to a white background so I can actually see what I am trying to edit?

Any thoughts greatly appreciated.

AttachmentSize
image.jpg17.7 KB

#1

skowal - February 7, 2009 - 19:42

Configure:

Administer > Site configuration > FCKeditor settings > Profile (Edit) > CSS > :

Defines the CSS to be used in the editor area.
Use theme css - load style.css from current site theme.
Define css - enter path for css file below.
FCKeditor default - uses default CSS from editor.

#2

sullo - February 22, 2009 - 03:00

Thanks, this was driving me nuts as well... I was making tons of CSS edits trying to figure it out. It might be good to add this note to the theme README.txt even though it's an FCK setting.

#3

HS - February 24, 2009 - 04:09

This is totally a FCK issue not theme related. Other themes have the same issue with FCK this is why the WYSIWG editor has special instructions in their ducomentation page.

http://drupal.fckeditor.net/tricks

#4

mcjudd - March 16, 2009 - 21:49
Status:active» fixed

#5

System Message - March 30, 2009 - 21:50
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

#6

Rorywb - November 15, 2009 - 08:24

I just had the same problem with my marinelli theme and FCKeditor.
I fixed my problem this way:

# Edit FCKeditor profile, in the "CSS section" choose use theme css
# In modules/fckeditor/fckeditor.config.js, add the following:

FCKConfig.BodyId = "primary";
FCKConfig.BodyClass = "singlepage";

This should work for any theme. I found this out at this link, " http://drupal.fckeditor.net/tricks ".

 
 

Drupal is a registered trademark of Dries Buytaert.