k2articles black background in backend

GK User
Mon Oct 11, 2010 7:13 pm
Is it posible to change the black background in k2-articles in backend to white?

Image

It´s not really comfortable especially when you would like to see what you are writing. It´s really uncomfortable to change every time the text color to white to see what you have written.

Is there a solution?

Thanks.
User avatar
Junior Boarder

GK User
Mon Oct 11, 2010 7:29 pm
I have changed the file print.css see the attached file - you can find this file in the directory ../templates/gk_sporter/css/

and you have to change the file component.php - you can find this file in the directory ../templates/gk_sporter/

this:
Code: Select all
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $template; ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $template; ?>/css/template_rtl.css" type="text/css" />
<?php elseif($this->direction == 'ltr' && !file_exists(JPATH_THEMES.DS.$template.DS.'css/template.css')) : ?>
   <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/template.css" type="text/css" />
<?php elseif($this->direction == 'ltr' ) : ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $template; ?>/css/template.css" type="text/css" />
<?php endif; ?>

into this:
Code: Select all
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $template; ?>/css/print.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $template; ?>/css/template_rtl.css" type="text/css" />
<?php elseif($this->direction == 'ltr' && !file_exists(JPATH_THEMES.DS.$template.DS.'css/template.css')) : ?>
   <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/template.css" type="text/css" />
<?php elseif($this->direction == 'ltr' ) : ?>
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $template; ?>/css/print.css" type="text/css" />
<?php endif; ?>
User avatar
Fresh Boarder

GK User
Mon Oct 11, 2010 8:01 pm
Thanks for your help. I changed both files but nothing happened. It looks like before. :(
User avatar
Junior Boarder

GK User
Mon Oct 11, 2010 8:13 pm
Try to clean the cache please!
User avatar
Fresh Boarder

GK User
Mon Oct 11, 2010 9:26 pm
JRebmannDev wrote:
Try to clean the cache please!


GavickPro has changed the template.css see:
Update version 1.0.1
With this change, the problem is solved for you as well.
User avatar
Fresh Boarder

GK User
Wed Oct 27, 2010 6:42 pm
It's JCE Editor i've the same problem
User avatar
Gold Boarder

GK User
Wed Oct 27, 2010 6:43 pm
It's JCE Editor i've the same problem
User avatar
Gold Boarder

GK User
Wed Oct 27, 2010 6:43 pm
It's JCE Editor i've the same problem
User avatar
Gold Boarder

GK User
Thu Oct 28, 2010 7:49 am
http://www.gavick.com/forum/94-sporter/ ... aable.html

see this post.. same problem,. i guess it goes for the k2 also...

the problem is not with the template nor gavick.. it's a bug in jce editor!
User avatar
Platinum Boarder

GK User
Thu Oct 28, 2010 9:06 am
Might be simpler than editing any CSS. I use JCE on my Sporter template no probs.

Have you gone to the JCE Administrator component in the back end, gone to the Configuration, and under the Formatting options, have you changed Use template CSS to No?
User avatar
Expert Boarder

GK User
Thu Oct 28, 2010 12:07 pm
You going to the editor.content.css et your remove your background color
User avatar
Gold Boarder


cron