• Resolved funsail

    (@funsail)


    Please don’t add newline from checkbox to text?

    <p class="mc4wp-checkbox mc4wp-checkbox-wp-comment-form">
    			<label><br>
    								<input name="_mc4wp_subscribe_wp-comment-form" value="0" type="hidden"><br>
    				<input name="_mc4wp_subscribe_wp-comment-form" value="1" type="checkbox"><br>
    				<span>Sign up!</span><br>
    			</label></p>

    https://wordpress.org/plugins/mailchimp-for-wp/

Viewing 5 replies - 1 through 5 (of 5 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Hey funsail,

    Thank you for bringing this to our attention! I’ve tested it out and it doesn’t seem to do this for me. Could you please post a link to your website? I’d love to check it out!

    Thread Starter funsail

    (@funsail)

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello Funsail,

    Are you using any site-builder (shortcode driven) theme? If yes, is it possible for you to add our plugin shortcode to some test page using default WordPress editor?

    Secondly can you please check if you are using a plugin “TinyMCE Advanced” and if so, then please make sure to update it to the latest version.

    Thread Starter funsail

    (@funsail)

    Hi

    This one is not site-builder (shortcode driven).

    I don’t use TinyMCE Advanced.

    I’d be happy to add custom CSS if you could supply some.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Funsail,

    I just checked your website again and noticed the code is different and there are no
    tags. That said, the checkbox is appearing on a separate line due to the CSS of your theme. To fix it, you can add below code to your theme’s CSS file.

    #respond .mc4wp-checkbox-wp-comment-form input[type="checkbox"] {
        float: none;
        display: inline !important;
        width: auto;
    }
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Comment form checkbox’ is closed to new replies.