The itheme is good theme. When I use the itheme. I can't use imce in tinymce editor. If I change to other themes . It's OK. Could you help me to fix it.

CommentFileSizeAuthor
pb.JPG33.15 KBzhuyou

Comments

digibeetle’s picture

Add print $closure;

just before:

in page.tpl.php and it's fixed!

snackmaster’s picture

Add it just before...... Where!?

I love this theme, but cannot get any HTML editor to work with it, also with 5.1 was unable to access many posting options (fixed when i upgraded to 5.6). So I have to set my personal theme to something else and all works...

atomic_dog’s picture

add it just before the < / body > at the end of the file. I needed to do this for the itheme theme as well.

rodrix’s picture

i added print $closure; and it helped many other bugs got fixed (for example now Administration Menu is working which previously wasn't).

However, when enabling tinyMCE I get the editor without background.

In other words, everything is 100% functional, but through the TinyMCE's text area you can see the site's background image, instead of a white background.

Any ideas?
Thanks!

rodrix’s picture

Almost found the fix!
Add a css style for body.tinycme#mceContentBody with background white and no picture :)

More specifically:

#tinycme {	
	background: #FFFFFF none repeat scroll 0%;
}

NO!! This is not working yet. The way to solve it is to apply that tag to the body tag which has id="tinymce" and class"mceContentBody".

I am bad at CSS, and I can't make it work.
Any ideas?!!

(By the way ===How can I subscribe to this support groups were I am participatting)?

Cheers!
Rod

rodrix’s picture

SOLVED
Go to TinyMCE configuration page.
Go to CSS options
Select use TinyMCE Default CSS theme instead of Site's Theme.

SOLVED :)
Now we have white background and also less scripts loading on the tinymce iframe.