checkbox for newsletters and checkout
-
Hi, I have a couple of problems
1. I have added agree two terms in the form MailChimp for WP. This does not appear on newsletters popup.
2. checkbox on checkout disappear after I press on it
Hello,
1. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.mc4wp-form-fields .mc4wp-terms {
margin-left: 0;
margin-right: 0;
width: 100%;
margin-bottom: 0 !important;
}
.mc4wp-form-fields .mc4wp-terms label {
display: block;
}
2. Please check the issue on one of the default themes to understand where our theme causes the problem.
Best Regards
1. This code didn’t work
If I use this code, text and checkbox will show, but all fields are on the same line
.mc4wp-form p+p label {
display: block;
}
.mc4wp-form p {
display: block;
}
2. I’ve found that all checkboxes do not work with Chorme and Opera browser. I get the same error on your demo. If I use Safari Browser, it works correctly
Best
Patrick
Hello,
Please describe the problem in more details. We are checking our demo, your site and other sites and the checkbox is displayed and operates. Please provide the screens and description what happens when you check in this or that browser.
Best Regards