Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author HarroH

    (@harroh)

    Hi Adrian,

    Can you tell us exactly what is breaking and what is not working. Please paste the HTML our plugin is outputting for you?

    Cheers, Harro

    Plugin Author HarroH

    (@harroh)

    Hi Adrian,

    Just to make sure; we had to rename the main file. This might require you to re-activate the plugin again.

    Best Regards, Harro

    Thread Starter adrianschibler

    (@adrianschibler)

    version 0.2.1 breaks the column layout for me. (css gf_left_half…) in version 0.1 it worked just fine.. you can see this here https://www.test.madi.ch/admin/test2/

    the Fieldset right half should be on the right side, as is worked in version 0.1

    else nice plugin, really useful

    Plugin Author HarroH

    (@harroh)

    Hi adrian,

    The css class you are using belong to the default styling of gravity forms. However, the new HTML output is no longer a hack within the li elements of gravity forms but creates proper HTML fieldsets. Because of this, the gf_left_half and gf_right_half classes only apply to actual input field and not to the fieldsets. So this means you will have to add some custom css yourself in order to make the fieldsets go left or right.

    So .gform_wrapper .top_label li.gfield.gf_left_half

    will need to be

    .gform_wrapper .gf_left_half

    or add your own custom classes to the fieldsets.

    Cheers, Harro

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘version 0.2.1’ is closed to new replies.