Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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...
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.
Comments
Comment #1
digibeetle commentedAdd
print $closure;just before:
in page.tpl.php and it's fixed!
Comment #2
snackmaster commentedAdd 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...
Comment #3
atomic_dog commentedadd it just before the < / body > at the end of the file. I needed to do this for the itheme theme as well.
Comment #4
rodrix commentedi 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!
Comment #5
rodrix commentedAlmost found the fix!
Add a css style for body.tinycme#mceContentBody with background white and no picture :)
More specifically:
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
Comment #6
rodrix commentedSOLVED
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.