I have just started trying out your theme, I am using version aberdeen-5.x-1.7 on drupal 5.1

I have tinymce module version tinymce-5.x-1.x with tinymce code version tinymce_2_1_0

as you will be able to see from the attached screen grab the bar from the top of theme also appears in the tinymce editing area

the page I am trying to edit is a simple page type of node

any pointers as to how to fix this gratefully received

thanks

Tkgafs

CommentFileSizeAuthor
Untitled-2.png19.66 KBtkgafs

Comments

tkgafs’s picture

whoops forgot to say it is the liquid version I am using

johnnybegood’s picture

Status: Active » Postponed
lem45’s picture

hi,
go to

administer-settings-tinymce-css

pick the tinymce default css and the tinymce editing area will be fine.

cheers
lem

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
Status: Postponed » Fixed

Another option is to add the following code

body#tinymce {
  background:none;
}

This removes the default body background that was appearing. This fix will be added to future releases (D5 and D6).

Status: Fixed » Closed (fixed)

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