shojen
Forum Replies Created
-
Hi! It’s an error from WordPress 5.5, I fixed with this code into your child theme function file.
add_action( 'wp_print_scripts', 'pp_deregister_javascript', 99 ); function pp_deregister_javascript() { if(!is_admin()) { wp_dequeue_script('wp-color-picker'); wp_deregister_script( 'jquery-ui-datepicker' ); wp_deregister_script( 'wp-color-picker-js-extra' ); wp_deregister_script( 'wp-color-picker' ); } }
I hope it works for you.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error on register requestHello @hchouhan!!
I have solved the problem in the following way:
– I have created a list without mandatory GPDR field
– I have updated the lists in the Mailchimp for wp plugin
– I have changed the list to the one that subscribes in the checkout for the new listThank you so much for everything!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error on register requestHello @hchouhan!
I’m sorry. I was very busy. my website is https://meer-hout.com but this weekend I will create a subdomain for tests since it only happens in the checkbox of the checkout form. Thank you very much and Happy New Year!!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error on register requestThank you very much for answering. I have done it and the error is still happening, but I want to clarify that the error occurs when you check the contact acceptance check in the final purchase form. In the mailchimp list I have mandatory fields such as email, name and acceptance of conditions, but in the request it seems that it is not sending everything, just the email. {“Email_address”: “a * p ******** * @ gm ***. com “,” interests “: {},” merge_fields “: {},” status “:” pending “,” email_type “:” html “,” ip_signup “:” XXX.XXX.XX .XX “}
Apart there is a field that mailchimp makes obligatory and is GDPR, it is not being sent either.