Needs work
Project:
Field Group
Version:
4.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2011 at 16:56 UTC
Updated:
19 May 2025 at 12:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
scottrouse commentedWhoops. Fixed my typo in the issue title.
Comment #2
scottrouse commentedI'm using Adaptive Theme 7.x-1.0 now and the additional CSS classes are rendering in the HTML output. I'm still not seeing them with some other themes, however.
Comment #3
nils.destoop commentedMaybe it's caching?
I am using bartik and seven, both show the css classes on my fieldsets.
Comment #4
scottrouse commentedMust be...or maybe I was up too late the night before. I'm not seeing the issue now, so I'm gonna close this issue for now. If I can figure out a great bunch of steps to reproduce it, I'll reopen this issue.
Thanks,
Scott
Comment #5
pixelsweatshop commentedHaving the same issue (using Omega base theme) Flushing cache does not fix it. Any other ideas?
Comment #6
pixelsweatshop commentedComment #7
nils.destoop commentedJust downloaded latest omega theme. And created a fieldset with following settings:
- Field group settings => collapsible
- extra css classes => myextraClass
The extra class is showing up in my fieldset:
<fieldset id="node_article_full_group_fieldset" class="field-group-fieldset group-fieldset collapsible myextraClass form-wrapper collapse-processed">What settings are you using?
Comment #8
pixelsweatshop commentedScreenshot attached that shows my settings:
Here's a link to the site that is not showing the output.
http://www.pctvo.pixelsweatshop1.com/charlie-chiang%E2%80%99s
Comment #9
Stalski commentedHmm I tried this as well and everything seems to work in all mentioned themes.
I'll close this issue since it will be something specific to your site and configuration.
If you however could give us steps to reproduce it, you can reopen this issue.
Comment #10
pixelsweatshop commentedI realize now what this issue was. I assumed that if I added my field group on the node add/edit form that it also carried forward to the display. Adding a field group to the display works just peachy. (also very flexible and handy BTW). I have updated the docs, just in case there are others that get lost on this. http://drupal.org/node/1017838
Comment #11
wolf_22 commentedI'm struggling with this now too... Same as others: add my class to the fieldgroup (and even did the same between manage fields and manage display screens). No dice. The output (HTML) is missing the class.My apologies... I found out what I was misunderstanding about where it was injecting the class... It's working. :.)
Comment #12
hockey2112 commentedHello,
I was trying to use this option as a way to apply a specific class to each of my horizontal tabs (the tabs themselves), but the class appears only within the tab's content... not on the tab itself. Is this how it is supposed to work? Any idea on how I can get the class to apply to the tab itself? I have cleared cache, and I have added the new class both on the field settings and on the display settings.
Comment #13
GemVinny commentedI also had this issue and soon realised it was Devel Themer stripping the classes. Once I disabled it it was ok. I hope his helps someone else.
Gemma
Comment #14
ressaIt's easy to miss that CSS classes and ID's added on the "Manage form display" page, will only be added to the form, not the display ... Could it be emphasized somehow?
Perhaps a small help text could be added on the "Manage form display" page (
/admin/structure/types/manage/article/form-display) under the "ID" and "Extra CSS classes" input fields?The "Manage display" page may not need help text?