Black background on the content items (issue)

GK User
Sat Sep 04, 2010 5:55 pm
Hi,

Since I installed the new version of Party Freak 2.0.1 I have one additional problem...

When I try to create any content item on the joomla backend, the text space on the editor appears with black background.

But if I choose the joomla default template and check again, the background for the text space on the editor for contents its ok without any background color.

Here you can see the issue: http://img147.imagevenue.com/img.php?im ... 2_94lo.jpg

Any idea how I can fix it?

Thanks
Diego
User avatar
Senior Boarder

teitbite
Sun Sep 05, 2010 9:16 pm
Hi

I will need to see it to give You an exact solution. Please send me Your site's address and login access to panel.
User avatar
Moderator

GK User
Mon Sep 06, 2010 2:18 am
Hi

This is something that we need to check it. It seams that body template class is called by JCE Editor on the latest templates versions.

Cheers
User avatar
Platinum Boarder

GK User
Mon Sep 06, 2010 2:38 am
Ok Here's the solution:

Create an empty css file on ../templates/gk_partyfreak/css/ and called editor_content.css. So it will be like this: ../templates/gk_partyfreak/css/editor_content.css

Now go to JCE Editor Setup and set "no" to "Use Template CSS" parameter.



On the field above you will see the path to the empty css file that JCE Editor will use.

I think this solves the problem.
I will recommend this adding to our templates because this is occurs on the last T3 v2 versions.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Sep 06, 2010 2:58 pm
Hi Seichinha

You're right, this solved the problem!!!

I'll report any other problems with the Freak Template 2.0.1 if I have it...

Thanks a lot
Diego
User avatar
Senior Boarder

GK User
Mon Sep 06, 2010 5:49 pm
Great ;)

But make a small change. Inside of this file, add this fragment:

Code: Select all
body{
margin:0;
padding:0;
text-align: left;
background-color: #fff;
background-image: none;
color: #000;
}


Cheers ;)
User avatar
Platinum Boarder


cron