Compact forms does not work on Omega sub themes. Switching back to Bartik, it does work.

Comments

hanspln’s picture

I have an issu with Omega subtheme too, but only on the "confirm password" on id="user-register-form"

Tried Bartik and it was ok.

hanspln’s picture

When I enable Password Strength Disabler, it works also in Omega, so it seems like it has something to do with the password strength block.

http://drupal.org/project/disablepwstrength

ailgm’s picture

I'm also experiencing the problem on the "Confirm password" field on the user registration form with an Omega subtheme.

Has anyone found the cause or a workaround?

dgtlmoon’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Issue summary: View changes

doesnt work at all for Omega subtheme and UC cart fields, vaguely works for other fields tho

ancym’s picture

Maybe check your form-id? I added user-pass as well as user-login-form, user-login
and user-register-form and it is working fine in Omega Kickstart 7.x-3.4

Edit -BUT if I change theme to bamboo, now i see that issue - password field is fine but confirm password not. If i go back to Omega Kickstart, both fields compacted.

update:
I checked a few other themes (boron, elegant blue), and saw the same behavior of the confirm password label appearing above the box. But works in several others - simple corp and omega kickstart.

Added this to my local css file in bamboo to fix it: (margin was set to 0, values > 10px also worked, but not auto)

.confirm-parent,
.password-parent {
margin:inherit;
}
vicki@digitalfrontiersmedia.com’s picture

I fixed this in Omega with a style override in my scss file. You will need to inspect to make sure that you use the appropriate form selector for your form.

.form-item-search-block-form
{
.element-invisible
{
position: absolute !important;
clip: auto;
overflow: visible;
height: 1px;
{
}

This can also be done in css with:

.form-item-search-block-form .element-invisible
{
position: absolute !important;
clip: auto;
overflow: visible;
height: 1px;
}

RaulMuroc’s picture

The same as everybody above. With Omega theme and subthemes doesn't work at all.

Kimberley_p’s picture

Same issue. Can't get it working on Omega subtheme at all. Tried a number of different forms and no luck.

PetarB’s picture

I found a great alternative to this module, which used to work well but I'm increasingly finding it problematic.

Try this:

https://www.drupal.org/project/webform_hints