Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Please note our plugin does not integrate with JetPack comments but it does wth the native comments. Can you please confirm if you have enabled comments integration via “MailChimp for WP > Comments” page in your WordPress backend?

    Thread Starter Evil Overlord

    (@evil-overlord)

    I’ve disabled both Jetpack Comments and Subscriptions. I’ve enabled (checked boxes for) MailChimp for WP | Checkboxes | Checkbox Settings – all three forms. No checkboxes show up on the site.

    mother.of.code

    (@imazed)

    The Mother of Code

    Hey Evil Overlord (I have to say, it feels a little ominous typing that haha!),

    I’ve taken a look at your website and it appears that your theme has set some CSS rules that mess with the checkbox. It’s there in the source code, but it just needs to show up. Add this to your style.css and you’ll be golden!

    #mc4wp-checkbox label {
        display: inline;
    }
    
    #mc4wp-checkbox input[type="checkbox"] {
        width: auto !important;
    }

    Hope that helps! If not, let us know.

    Thread Starter Evil Overlord

    (@evil-overlord)

    Thanks. That worked.

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