micpal
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Critical error when editing productHi
I did try testing for conflicts and on first try changing to Storefront theme helped in editing products, but whole website CSS is broken now. The thing is WoCommerce was working fine with my theme, I did finish development as planned. The only issue is editing/adding new products in the future.
So I wonder: can I identify exact issue and fix it? Or I have to recover older backup and work my way up from there hoping to not encounter this issue again?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Can’t click the checkboxI solved the problem with CSS. Thank you anyway 🙂
- This reply was modified 4 years, 11 months ago by micpal. Reason: resolved
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Can’t click the checkboxHi Lap, thanks for quick reply.
The form using Mailchimp is on the home page “sign up for mailing list”. I don’t see Captcha settings, but I got ‘double opt-in’ turned on.
I did try to fix this by tinkering with the code of the form. It looks like this now:
<p> <label><span style="color:#fff;">NAME:</span> <input type="text" name="FNAME" placeholder="Your name" required /> </label> <label><span style="color:#fff;">Email address:</span> <input type="email" name="EMAIL" placeholder="Your e-mail address" required /> </label> </p> <p> <label><span style="color:#fff;">GDPR consent:</span></label> <label> <input name="_mc4wp_lists[]" type="checkbox" value="6ded0c400f" required=""> <span style="color:#fff;">I’ve read and accept the <a href="#">Privacy Policy</a></span> </label> </p> <p> <input type="submit" value="SIGN UP" /> </p>I also noticed changing ‘Appearance’ from ‘Inherit’ to ‘Basic’ helped with the checkbox being clickable, but displays 2 checkboxes after. You might say the problem is half-fixed.
The problem in full scale appears on CONTACT page, contact form. Can’t click GDPR consent.I’m guessing it’s more CSS than Mailchimp related, but I’ll appreciate any help or tips.