Lap
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Submission Not WorkingThe <form> tag seems to be missing from the form.
Please use the shortcode[mc4wp_form id="..."]to insert the form in the page, do not copy code from the form builder into a page if that’s what happened.
see https://www.mc4wp.com/kb/show-sign-form-inside-posts-pages/Hope that helps! If you have any question please let me know.
Kind regards, Arne
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Customizing form placeholder text?The settings under MC4WP > Form > Settings will only apply to that single MC4WP form and not change anything outside of the form. So it won’t affect any other form.
Hope that helps! If you have any question please let me know.
Kind regards, Arne
Hi Ian,
Are you still getting the error after (re)connecting the API?
In your WordPress admin, under MC4WP > Other, what error do you see there in the log?
Thanks for letting us know.Forum: Plugins
In reply to: [WooCommerce] Block-based checkout – “Additional order information” sectionFor others reading along, there was a plugin in use that can selectively turn on/off plugins on each page, and trough that plugin MC4WP was disabled on the checkout page. If you have a similar issue please open a new thread on this forum, thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Block-Based Checkout?Can you please send a link to this thread to support at mc4wp.com ?
ThanksForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Block-Based Checkout?Hi James,
Did you already clear the cache on your site and on in your browser?
Can you share a link to where you added the checkbox and also show me a screenshot of the backend where you added it? Thanks!Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Block-Based Checkout?It’s supported!
4.9.16 – Sep 11, 2024 – Add support for WooCommerce Checkout Block in sign-up checkbox integration.Hope that helps! If you have any question please let me know.
Kind regards, Arne
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Form not syncing properlyA MC4WP form will send the email subscriber to Mailchimp immediately.
But
– Mailchimp may take some time to show it in the audience list, and even longer to update the total count of subscribers.
– If double opt-in is turned on, the email won’t show until the opt-in link in the email is clicked.
Other integrations like usersync or ecommerce sync do use Wp Cron and can take a few minutes to catch up.Hope that helps! If you have any question please let me know.
Kind regards, Arne
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Subscriber list delayA MC4WP form will send the email subscriber to Mailchimp immediately.
But
– Mailchimp may take some time to show it in the audience list, and even longer to update the total count of subscribers
– If double opt-in is turned on, the email won’t show until the opt-in link in the email is clicked.Hope that helps! If you have any question please let me know.
Kind regards, Arne
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Form not syncingIn your WordPress admin under MC4WP > Other, do you see any errors in the log?
If there is any problem with a form submission it should show there.
You can also set it to “Log everything” to also show successful sign ups in the log.
If double opt-in is turned on for the form (Under MC4WP > Form > Settings) it will of course not show the email in your Mailchimp list until the confirmation link in the opt-in email is clicked.Hope that helps! If you have any question please let me know.
Kind regards, Arne
It’s possible with a code snippet, you can look at this example:
https://github.com/ibericode/mailchimp-for-wordpress/blob/main/sample-code-snippets/misc/wpml-translate-checkbox-label.php
But there is also a WPML MC4WP addon (different from the MC4WP WPML addon, I know…)
https://wpml.org/documentation/related-projects/mailchimp-for-wordpress-multilingual/
That is a WPML add-on that adds more translation features to MC4WP.
So you might want to try that first, although for me, the string translation works even without this addon…Did you already clear the cache on your browser and (if applicable) in your WordPress admin?
When you search for the label string, do you maybe find another version of it that isn’t translated yet?Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Cronjob missing from one of my websitesHi Levi,
That cron job will check if there are any new audience and audience fields created or updated in Mailchimp.
If you go into MC4WP settings, change a setting and click save, it will (re)create the cron job.
How/why the cronjob disappeared is hard to say, this can happen for example if a “database cleaner” plugin cleans a bit too much, or sometimes when recovering your site from backup when database and files are slightly out of sync… and likely a range of other possible edge cases.
The plugins will fully function even without this cronjob.
And the same action is manually executed when you go to MC4WP > Mailchimp and click on “Renew Mailchimp lists”
Hope that helps! If you have any question please let me know.Kind regards, Arne
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Form Success MessageHi,
Both are available.
Under MC4WP > Form > Settings you can set a redirect on success url.
And under MC4WP > Form > Messages you can change the success message.Hope that helps! If you have any question please let me know.
Kind regards, Arne
If there is NOTHING in the log at all, It means the integration wasn’t triggered at all.
Can you please share a link to where we can test the form. How did you activate the integration on the forum? Is it a checkbox or a hidden field?