• peteratomic

    (@peteratomic)


    This would be a fantastic plugin, but…

    There is MASSIVE extra spacing between radio buttons and checkboxes. Looks like the plugin is writing in a lot of unnecessary BR tags. View source reveals:

    <div style="text-align:left;">
                    <span style="white-space:nowrap;"><br />
    <input type="checkbox" style="width:13px;" id="si_contact_ex_field2_4_1" name="si_contact_ex_field4_1" value="selected"  />
                    <label style="display:inline;" for="si_contact_ex_field2_4_1">type style</label></span><br />
                    <br />
    
                    <span style="white-space:nowrap;"><br />
    <input type="checkbox" style="width:13px;" id="si_contact_ex_field2_4_2" name="si_contact_ex_field4_2" value="selected"  />
                    <label style="display:inline;" for="si_contact_ex_field2_4_2">colors</label></span><br />
                    <br />
                    <span style="white-space:nowrap;"><br />
    <input type="checkbox" style="width:13px;" id="si_contact_ex_field2_4_3" name="si_contact_ex_field4_3" value="selected"  />
                    <label style="display:inline;" for="si_contact_ex_field2_4_3">spacing</label></span>
            </div>

    Possibly get fixed in a new version??

    https://www.ads-software.com/extend/plugins/si-contact-form/

Viewing 10 replies - 1 through 10 (of 10 total)
  • There is nothing wrong with the plugin. Your theme or another plugin is the cause. If you need help please post the URL to the form you need help with.

    Maybe another plugin is conflicting.
    Look on the Admin – Plugins – menu.
    Temporarily Disable (not uninstall) all your other plugins.
    Does it work now? If yes, Activate the plugins one by one to determine
    which one conflicts. Which plugin was causing it?

    —————–

    It could be the theme you are using is causing it…
    Do this as a test:
    In Admin, click on Appearance, Themes.
    Temporarily change your theme to the “WordPress Default” theme, or “Twenty Ten” (default for WP 3.0).
    It does not cause any harm to temporarily change the theme and change back.
    Does it work properly now?
    If it does then the theme you are using is the cause.

    Mike

    excalabyte

    (@excalabyte)

    Found what might be causing this in most Themes

    .entry-content input {
    margin: 0 0 24px 0;
    }

    Change to
    .entry-content input {
    margin: 0 0 0px 0;
    }

    And change the rest of the CSS in the plugin , Thanks for the plugin Mike!

    I am having the same issue. Extra un needed BR tags above and below each checkbox. So its not a CSS issue. How can we make the checkboxes list one per line?

    Thanks

    Thread Starter peteratomic

    (@peteratomic)

    Found that in my case it was a plugin conflict – Qoate Code Inserts or something like that. So try disabling plugins one at a time until you find the culprit.

    I fixed by modifying si-contact-form-ex-fields.php and removing some of the \n ‘s around the checkbox php

    Then had to put a <br> into the labels for the checkboxes

    giancsfo

    (@giancsfo)

    Please help me! I’ve the same problem Here

    giancsfo,
    I would like to try a fix but I need a site to log into and test it on
    If you can let me do that, contact me here:
    You do not have to donate, I will give free support because I want to try this fix.
    https://www.fastsecurecontactform.com/support

    Are any of these themes that put br tags in there free themes I can test on? please tell me which one.

    giancsfo

    (@giancsfo)

    My theme is Striking. It is not a free theme. Please wait. I will tell you Login and Password for test in private.

    giancsfo, please contact me here with the info
    https://www.fastsecurecontactform.com/support

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] extra spacing with checkboxes and radio buttons’ is closed to new replies.