sheido
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Checkbox do not appearThank you very much for your quick answer, it’s ok now 🙂
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Checkbox do not appearThank you very much. It works well on Chrome but not on Safari, that’s weird
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Checkbox do not appearThanks, I tried with simple custom CSS, when I copy:
.mc4wp-checkbox-wp-registration-form input { appearance: revert; }
but it returns an error message:
Expected (none | auto) but found ‘revert’.Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Checkbox do not appearThank you very much for your quick answer. Where should I put this code? I tried in the General CSS of WP but not working and in the DIVI module but errors (« expected RBRACE » and « Unexpected token ») but I’m not practicing code so maybe I missed something…
Thanks for your helpForum: Plugins
In reply to: [Contact Form 7] Message not sentSolution found on this forum, thank you :
You’ll need to the contact-form-7/includes/classes.php file and in the compose_and_send_mail() function you’ll need to change
$headers = “From: $sender\n”;
to
$headers = “From $sender\n”;Solution given by: ss1289
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Not getting any e-mailsThank you for this solution! It’s ok now 😉