Viewing 7 replies - 16 through 22 (of 22 total)
  • Tested, confirmed, and fixed. Upgrade to 3.1.5.9 or higher

    Just updated and it did not change anything (at least for me)
    https://www.crystalroombutler.com/register/

    Notice the check box ABOVE “Check box if date is still UNDECIDED”

    Thank you,
    Robert

    Hi Robert,
    Have you tried restting the labels to the left?
    When you go to the form settings, scroll down to the section Style: (form 1) (where all css codes are)
    At the top of this section you’ll see 2 checkboxes:
    – Reset the styles to labels on top (default).
    – Reset the styles to labels on left.

    Maybe this will help?

    Victor

    Victor,

    I just tried to rest labels on left and still no change. I am now running version 3.1.6.

    For me it is not a major problem because my form only has 1 check box. However, I just wanted to let the Plugin Author know that at leat within my template, the problem still exsists.

    Thank you,
    Robert

    Robert,

    The fix I put in before did not have any effect on checkbox single. but I just I added it in my development code.
    Will you test it so I can confirm my fix before the next release?
    Contact me here and I will email you the PHP file to replace by FTP to your WordPress
    wp-content\plugins\si-contact-form
    folder

    Then you can tell me if it works or not.

    Mike

    OK, thanks for testing you can leave that file, it is in the downland code now anyway.

    The themes that caused this are messed up, all of you should report this to the theme support.

    Is that a premium theme you paid for?
    My patch was a work around fix, but there is still a problem with your themes adding other line breaks and paragraph tags in the HTML source. This causes non valid HTML and extra gaps in the form and CAPTCHA fields.
    You should see if there are updates for the theme, if there is install them and see if the problem goes away. If the theme is the latest version you should tell the theme support about the extra HTML tags it is putting in there. They should really fix that. A theme should never change HTML of other plugins. My update was a workaround, but I should not have had to do that.

    Here is what the theme is doing:
    After every h3 tag close it adds a paragraph close tag.

    <h3>How Did You Hear About Us</h3>
    </p>

    It puts a paragraph tag around the HTML comment

    <p><!-- Fast Secure Contact Form plugin 3.1.6 - begin - FastSecureContactForm.com --></p>

    It puts line break tags after hidden form inputs:

    <input type="hidden" name="si_contact_action" value="send" /><br />

    and a few other random paragraph open or close tags

    Sorry I’ve been absent for this latest conversation. Mike, I just updated your plugin in my site, and the checkboxes are showing up to the left of the labels. Thank you!

    There’s something strange about the alignment of the first item, though:

    https://hsishows.com/wp/indianaflowerandpatioshow/ticket-information/printable-coupons/

    Do you know how to get around that tiny bit of weirdness?

    I’ll send a message to my premium theme provider about the extra HTML tags. Hopefully they respond!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Multi checkbox not displaying inline’ is closed to new replies.