Installation:
Drupal 7.4 that has been upgraded to Drupal 7.7
Ctools 7.x-1.0-rc1 (just upgraded, but problem existed in prior version as well)
Field group 7.x-1.0 - upgraded to 7.x-1.x-dev w/no change in effect.
Theme = Default Bartik 7.7

No other modules are enabled (nor have they been enabled in the past). This is hosted on HostGator.

I'm using a simple content type w/Title and 4 text fields trying to get this to work (comments, etc are all disabled).

I can create groups on the manage fields and manage display screens and am setting them to they "horizontal tabs group" Aside from the group label, there is not other css customization.

(a) The field groups are not rendered in horizontal tabs - instead they are listed going down the screen like the base drupal node display.
(b) The field group label is not rendered to the screen at all

Any help or advice would be appreciated. I'm obviously missing something that I haven't been able to find through google, documentation and forums.

Kami

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Kbrooks’s picture

Sorry, only one other detail. This is a multi-site installation and I first had the problem on a "sub-site". So moved to the "base site" that has never had any module enabled, it is only used to download modules for the other sites (so there are modules there, but they've never been enabled). I enabled only the modules listed above on the base site and am still having the same problems as on the sub-site. (e.g. basesite= mywebsite.com and a "sub-site" = demo1.mywebsite.com )

I'm thinking that, If I can get this to work for the basesite, then I can probably get it to work for the others.

Stalski’s picture

Status: Active » Closed (works as designed)

You did not use field_groups properly. The description on top of the fields UI screens explain everything. Just nest your "horizontal tabs" in a "horizontal tabs group".
In your case:
- Create a wrapper horizontal tab group called whatever.
- Change the format type of your horizontal tab groups to horizontal tabs

regards,
Stalski