JCE editor and K2 items

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Jan 14, 2014 1:41 pm
Capture.jpg
Hi,
Don't know if this is the right forum, but here's my problem.
I use the Creativity template and used the Quickstart install. Everything fine making alterations for my own website. I then installed the JCE-editor plugin, and there is this annoying thing: when I edit text (k2 items or categories) at first it is in a white box with black characters. After I typed some text the background is getting coloured and I can hardly see what I'm typing any longer. I guess it has something to do with the amount of characters I set to be used for introtext, I don't know actually. If this is the issue, can I change the background color to something more workable? Is this a Creativity issue? Is it a K2 issue? Is it a JCE issue? Please help, I have searched a lot but I just can't find anaything about this subject.
User avatar
Fresh Boarder

GK User
Tue Jan 14, 2014 1:45 pm
BTW, I am using Joomla 3.2.1 and all the latest versions of K2 and JCE-editor
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 1:41 pm
Anyone???? Please?????
User avatar
Fresh Boarder

teitbite
Sat Jan 18, 2014 5:08 am
Hi

Please send me an access to joomla panel. I need to see it to tell what is the problem.
User avatar
Moderator

GK User
Wed Jan 22, 2014 12:49 pm
Hi teitbite, The attachment shows what it looks like. On the right of the pattern you see some text. The part of the text in the upper part has a white background, the part of the text below this is blue-ish.
User avatar
Fresh Boarder

teitbite
Fri Jan 24, 2014 3:24 am
Hi

I see how it looks like. But I need to see the acctuall problem in my browser so I can use developer tools and tell what is causing it and came up with a solution. That's why I need joomla panel access and a direct pointing to the article with this problem.
User avatar
Moderator

GK User
Sat Jan 25, 2014 8:08 pm
Hi,
I sent you an email with credentials.
User avatar
Fresh Boarder

GK User
Sat Jan 25, 2014 10:08 pm
Hi, I sent you another email with a question I had with Akeeba Backup. I have that one solved... It was a limit in file size by my provider.
User avatar
Fresh Boarder

teitbite
Sun Jan 26, 2014 9:05 am
Hi

Please access file /components/com_jce/editor/tiny_mce/themes/advanced/skins/default/content.css and add this code at the end:

Code: Select all
html {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
User avatar
Moderator

GK User
Wed Jan 29, 2014 4:22 pm
Thanks for your help!
User avatar
Fresh Boarder

GK User
Wed Jan 29, 2014 4:30 pm
This really helped, it was so annoying that I could hardly see what I was typing. Very grateful!
User avatar
Fresh Boarder

teitbite
Fri Jan 31, 2014 4:50 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Mon Feb 16, 2015 6:03 pm
Hi
I have the same issue with JoomlaCK but can't find where to modify the code.
have you the solution ?
User avatar
Gold Boarder

teitbite
Tue Feb 17, 2015 7:47 pm
Hi

JoomlaCK ? I'm not sure what You have in mind. Can You show me ?
User avatar
Moderator

GK User
Wed Feb 18, 2015 2:37 pm
yep,
that's the JoomlaCK editor and it displays the same blue background
User avatar
Gold Boarder

GK User
Wed Feb 18, 2015 2:43 pm
and here is the image
JoomlaCK.jpg
User avatar
Gold Boarder

GK User
Thu Feb 19, 2015 2:20 pm
Ok I've found it
open layout.css from template CSS folder
add background: #fff !important; for HTML as follow
Code: Select all
html {
   border-bottom: 1px solid transparent;
   min-height: 100%;
   background: #fff !important;
}
User avatar
Gold Boarder

teitbite
Sat Feb 21, 2015 9:52 am
Hi

Ok. This looks correct. Thank You for shearing.
User avatar
Moderator

GK User
Tue Mar 17, 2015 8:21 am
I was having this problem with an image showing in the background. I checked the JCE forum becasue the code edit did not seem to work. The solution there was simple and worked perfectly.

Here is the solution, https://www.joomlacontenteditor.net/sup ... ound-image

There is a toggle in the JCE component configuration:

1. In the JCE Control Panel, click on the Editor Global Configuraiton button.
2. Set the Editor Style Reset option to Yes.
User avatar
Fresh Boarder

teitbite
Thu Mar 19, 2015 4:45 pm
Hi

Wow. I did not know that :) Thank You for this information.
User avatar
Moderator


cron