Hi,

Thanks for creating such a useful theme.

1. We are facing a big big problem to use this theme when coupled with Fckeditor/Ckeditor due to black background in field BODY when putting text for the page. Only way out is to select text and change text colour to white and again to black after you are through with editing.

2. There is also some problem in output of blocks. (Ref: www.sketchportraits.com/content/services) The blockname is overlapped by something unknown. I have tried to rename, delete, recreating the block but without any result, In my opinion this problem occurs on topmost block of column. Blocks below topmost block does not have any such problem. A imagecast is attached for your reference.

3. The block area defined under region Header is too much on RHS side. (After about half of the screen) It can generate better output if configured to render after 1/3 screen instead of 1/2 screen. Optionally it can be rendered by a variable position configurable at theme config page.

Thanks in advance for prompt action.

Rugman

CommentFileSizeAuthor
Capture.JPG8.77 KBRugman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deepika.chavan’s picture

Hi,
Try adding following css code in 'custom.css' file here- '/fever/css'.

#sidebar-right h2.title, #content-bottom h2.title {
  display: none;
  background: transparent url(../images/sidebar_header_right.png) repeat-x scroll 0 0;
  height: 20px;
  left: 0;
  padding: 5px 20px 5px 10px;
  position: absolute;
  top: -1px;
}

#sidebar-right .block .block-inner h2.title {
  display: inline-block;
}

Please clear cached data here- /admin/settings/performance.
I will try to solve your ckeditor's problem on my local site first.

Rgrds,
Deepika Chavan.

BD3’s picture

For the CKeditor problem, you should be able to change the CKeditor's CSS at /admin/settings/ckeditor/edit/Advanced. Then choose "CKEditor default" for "Editor CSS" from the "CSS" dropdown list.