mmjunior
Forum Replies Created
-
Update – This solution worked for me:
https://focalise.ie/how-to-fix-category_link-is-deprecated-since-version-2-5-0-use-term_link-instead-wordpress-error/(Quick edits to the taxonomy.php file inside the wp-includes folder)
Same issue here — just chiming in for collective purposes.
I tried rolling back to previous versions of plugins, but has not helped. I do have some older backups of my site, but as an intermediate WP user, I’ve afraid of breaking my site entirely.
If anyone has guidance on how to fix, or when an update might be available, please help. ??
This worked, thank you!
I had been using the wrong settings: Mailchimp for WP > Form > Settings (instead of MailChimp for WP > Integrations > Contact Form 7)
So now I feel silly, but I appreciate your help!!
Hi,
I currently have one CF7 form and multiple mailchimp lists in my mailchimp account. So when I remove that code, I get the following error in mc4wp when form is submitted:
“WARNING: Contact Form 7 > No MailChimp lists were selected”
(On another site where I’m using mc4wp + cf7, it works fine – I think because I’m using a different mailchimp account that has only 1 list.)
On this site, I will need to eventually add different multiple cf7 forms for different mc lists.
Any ideas?
Thank you!
***UPDATE***
I’ve confirmed the problem is caused by when I add the following code to my CF7 form to specify which Mailchimp form is being used:
<input name=”_mc4wp_lists[]” type=”hidden” value=”########” />
(As instructed here: https://kb.mc4wp.com/different-lists-different-cf7-forms/ )
Is there some additional code that can be added to this snippet to ensure that no opt-in emails are sent?