• Resolved jazskimo

    (@jazskimo)


    I am testing out this version before I purchased the premium, however I can’t get the checkbox to show for the Newsletter sign up in the WC checkout page. I’ve checked on Chrome and Safari and also mobile. The text shows but there is no way to select.

    I have the latest version of the plugin and I cant find this issue in the support threads.

    Thanks

    The page I need help with: [log in to see the link]

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

    (@hchouhan)

    Hello,

    Can you please share with us a screenshot of the “WooCommerce Checkout” integration settings on the “MailChimp for WP > Integrations” menu?

    Thread Starter jazskimo

    (@jazskimo)

    • This reply was modified 5 years, 8 months ago by jazskimo.
    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Thanks for sharing that. Your theme has some custom styling to add custom checkbox due to which our checkbox is not displayed. To fix this, you will need to use the following CSS code:

    #customer_details .mc4wp-checkbox input[type="checkbox"] {
        opacity: 1;
    }

    You can add this code to any custom CSS section in your theme’s setting, or you can use a plugin like https://www.ads-software.com/plugins/simple-custom-css/ to add this code. Doing this way will ensure this CSS is not lost after any theme update/changes.

    I hope that resolves the issue. Let us know if you require any further assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox in WC not showing to subscribe to MC’ is closed to new replies.