Page 1 of 1

WYSIWYG is displaying all text in white?!

Posted: Tue Sep 29, 2009 6:26 am
by ncd
Hi there!

Not sure how this could have happened as I've only been editing the templates and stylesheets - I did change the wysiwyg to display at 800px wide, but it continued working fine after that...

So I can't see the content, but if I highlight it or turn off the editor I can see that it's there!?

The background needs to be white (same colour as the site background) for the client to be able to edit.

Any assistance is greatly appreciated!
Nick

Re: WYSIWYG is displaying all text in white?!

Posted: Mon Oct 05, 2009 2:30 pm
by Rolf
Hi ncd

Have you tried clicking the 'Restore Default' button?

You can also add something like this to Additions to stylesheet: under the Advanced tab

Code: Select all

body {
background: #ccc;
}
®olf

Re: WYSIWYG is displaying all text in white?!

Posted: Tue Oct 06, 2009 4:51 am
by ncd
Thanks Rolf...

Though sorry, I probably wasn't very clear... in the editor (TinyMCE) the page content (unless it's in a table, such as some global content blocks pages) is displaying as all white text - hence I can't see it to edit it...?!

The site background is white, and should be white... the default body text is #666666, so should be coming up as gray text on the TinyMCE white background, but all the text is white (even with coloured styles applied), so as I say, I cannot see it - but the content is def there!?

Would be much appreciated if you could help with this.

thanks again,
Nick

Re: WYSIWYG is displaying all text in white?!

Posted: Tue Oct 06, 2009 7:22 am
by Rolf
okay, lets try another one  ;)
Go to Extensions >> TinyMCE >> Advanced and check the box "Include only Screen CSS"

Grtz. Rolf

Re: WYSIWYG is displaying all text in white?!

Posted: Thu Oct 08, 2009 9:12 am
by ncd
Nope! didn't work... :'(

Fortunately it's just a testing site, so hopefully when I re-install on the other server, I wont have the same problem!

Though is a bug that def needs some attention!

Thanks anyway!