I am using Tinymce in all text areas. It works fine with the default garland theme.

However when I switch to the Denver theme Tinymce does not work correctly. All text I input appears in one section of the Tinymce screen in a narrow column.

Is there a way around this? Thanx

Comments

colorado’s picture

In /admin/settings/tinymce you need to click "edit" for the profile(s) you are using, then find the CSS options and set the "Editor CSS" setting to "TinyMCE default".

That takes care of it.

Thank you for posting the issue...

gmasky’s picture

Thanks,

Tinymce now works fine.

One other issue I am having with Denver is the Calendar + Date API. Everything works well with Firefox and Safari. However with IE6 The Calendar block does not appear in the right block where it is supposed to be but at the bottom of the page.

I am testing your Denver theme here http://stanislausbandra.in

Look at the Calendar tab at the top of the page.

Thanks for the Denver theme

colorado’s picture

Put this in the Inline CSS near the bottom of the Theme Settings (and of course put a check in the box to enable it):

#rightsidebar .content {
padding: 0;
}

That is just one way...

colorado’s picture

Assigned: Unassigned » colorado
Status: Active » Fixed
gmasky’s picture

The calendar block is still appearing at the bottom of the page in IE6.It should be in the right sidebar. It displays correctly in Firefox and Safari.

Your fix has got the Month title bar to display correctly over the calendar

I keep getting the warning icon in the status bar with the following message

Line: 3
Char: 2
Error: 'documentgetElementByld(....)' is null or not an object
Code:0
URL:http://stanislausbandra.org/stanschool/?q=calendar

Your help is highly appreciated.

colorado’s picture

Regarding the error message - 'documentgetElementByld(....)':

That error message seems to appear on all pages with form items when a site uses TinyMCE. So that is a TinyMCE issue, I believe.

colorado’s picture

The calendar block is still appearing at the bottom of the page in IE6

Is that happening on all the pages of your site? If not, then which pages are affected?

This is usually a result of content in the center column being too wide, so you can always wrap the offending content inside a div and give it a fixed width or a width of less than 100%.

Or you can impose it globally on your site like so in the Inline CSS in the Theme Settings:

.float-wrap {
width:98%;
}

Please let me know what works for you...

gmasky’s picture

Title: Tinymce not working » Denver Theme:Tinymce not working

I hv setup the calendar module so that the calender block (month view) appears on the right side of the page only when the user goes to the calendar link. http://stanislausbandra.org/stanschool/?q=calendar

Your bit of code did the trick. Now IE6 is displaying correctly.

Thanks for the help.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.