Shape 5

Joomla Templates => Basics - Club => : alfonso February 26, 2010, 01:11:22 PM



: Problem with Basic and JCE editor
: alfonso February 26, 2010, 01:11:22 PM
Could anyone tell me why I get such interesting view in my JCE editor. Never had that kind of problem with any other template than Basics.

The article editing view almost like copies the Basics dark theme lihghter line between dark grey.
To be claer, this is the backend article editing view.


: Re: Problem with Basic and JCE editor
: bethedance February 26, 2010, 03:12:01 PM
I was able to fix that in one area of my site, but not all. I'm also getting that when someone clicks on my TOS in my VirtueMart store.


: Re: Problem with Basic and JCE editor
: mikek February 26, 2010, 03:26:06 PM
Please see the following:

http://www.shape5.com/component/option,com_smf/Itemid,75/topic,10324.0/


: Re: Problem with Basic and JCE editor
: bethedance February 26, 2010, 04:08:37 PM
I had made that change and it fixed one problem, but not all.

If you go to this article: http://guineapigzone.com/shape-5-extensions/s5-image-slide-edited
and click on either the PRINT or EMAIL the article icons at the top of the article, I still have the problem.

I also have the problem when I'm checking out of my store and I at the very end, if I click on my TOS link, I get the same problem.

Thanks.


: Re: Problem with Basic and JCE editor
: mikek February 27, 2010, 09:47:52 AM
Hello, it can be tricky to get those to work right because Joomla has it setup to pull the template's default background. You can try adding the following to the bottom of template.css:

.contentpane {
background:#FFFFFF;
}


: Re: Problem with Basic and JCE editor
: bethedance February 27, 2010, 11:56:04 AM
Perfect. That fixed all instances of my problems so far! Thanks.


: Re: Problem with Basic and JCE editor
: jondiego February 28, 2010, 01:47:19 PM
When i used JCE editor there is an option to use your site CSS in the config of JCE. If you have that turned on it will show your sites bg, fonts, etc... Hope that helps!


: Re: Problem with Basic and JCE editor
: alfonso March 01, 2010, 01:52:40 PM
Thanks mikek! This link you gave worked very well!


: Re: Problem with Basic and JCE editor
: flyershop June 02, 2010, 03:41:58 PM
Awesom:

.contentpane {
background:#FFFFFF;
}

Worked like a charm