Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...New Telerik HTML Editor Balck ScreenNew Telerik HTML Editor Balck Screen
Previous
 
Next
New Post
6/2/2010 2:59 PM
 
Hi, I just deployed 2 new sites with the latest DNN-05.04.02 & I see that the HTML editor has been changed. It looks great but when I go to do any type of editing, I get a black background rendering any text unreadable. I am using a skin from PUURE but I see that others seem to be having this problem as well Any suggestions or direction as far as what to do or where to get help with this would be greatly appreciated!
 
New Post
6/3/2010 12:24 AM
 
Try using the FireFox or Chrome (or IE 8 Developer!) Firebug extension to Inspect the background and see where the CSS is being specified. Maybe it is a skin issue...

Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
6/10/2010 4:34 AM
 
I had this problem too.

Here is the solution:

1) Logon to the server (backend)

2) Edit ~\Providers\HtmlEditorProviders\Telerik\Config\ConfigDefault.xml

to include <property name="CssFiles">~/Providers/HtmlEditorProviders/Telerik/Config/EditorCustom.css</property>

3) Create ~/Providers/HtmlEditorProviders/Telerik/Config/EditorCustom.css with the contents

body
{
  background-color: white;
  background-image: url(image_path);
  color: black;
}


Hope this helps

Steve


Solvd Ltd
 
New Post
8/26/2010 3:57 PM
 
Is there a way to append a class or id to the body tag of the telerik edit area so that we can style just that portion of the page. The issue with the solution above is it overrides the body styling of the entire page. So the styling could be body #telerik {background-color: white;}
 
New Post
8/26/2010 8:40 PM
 
Ok here is what I did to control the background without changing the main page background color.

Add the following to the RegisterDialogs.js file
$(document).ready(function() {
    var iframeId = $('iframe').attr('id');
    var oIframe = document.getElementById(iframeId);
    var oDoc = oIframe.contentWindow || oIframe.contentDocument;
    if (oDoc.document) {
        oDoc = oDoc.document;
    }
    oDoc.body.className='telerik';
});

Then style .telerik in your skin.css and you are good. This will allow you to change the color per portal so it won't be a global change.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...New Telerik HTML Editor Balck ScreenNew Telerik HTML Editor Balck Screen


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out