bandsome
Forum Replies Created
-
Hi Kevin,
Ah! That was the issue. I was unsubscribing and re-subscribing one email address.
Just created a new test email and the forms work flawlessly.Thanks for the help, much appreciated!
Hey Kevin,
Thanks for the reply.
We are using the shortcode which we paste into our homepage html.
A link to all our settings is below –
These settings are for the form that currently works perfectly. But as soon as I duplicate this form and add a FNAME or LNAME (required setting or not) to the new form, both forms start to send the sign up confirmation email. I can understand the duplicate form not working for some reason, but for it to stop the first form from working is confusing.
All i can think of is both forms are linked to the mailchimp automated workflow email, so maybe that workflow email doesn’t like FNAME/LNAME settings.
Thanks
EDIT2:
So I reverted back to a previous backup where everything was running fine (still within version 6.5.2) and I discovered the issue seems to occur when I add a FNAME or LNAME field.
I tried adding the supplied script below but it didn’t resolve anything.
add_filter( ‘yikes-mailchimp-checkbox-integration-body’, ‘set_integrations_to_single_optin’, 10, 4 );
function set_integrations_to_single_optin( $request_body, $integration_type, $list_id, $additional_vars ) {
$request_body[‘status_if_new’] = ‘subscribed’;
$request_body[‘status’] = ‘subscribed’;return $request_body;
}Thanks
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Setting Contact Form 7 to single Opt InHey Kevin,
This code doesn’t seem to work for me.
I’ve pasted it into my functions.php child theme and refreshed web cache but when i sign up an email I still receive a ‘please confirm subscription’ email.
Forum: Plugins
In reply to: [a3 Lazy Load] Loading effect ‘fade-in’ bug with SafariHey Steve,
Thanks for the reply!
I tried emptying the cache before on my main computer but it didn’t change anything.
It is a retina display macbook though and may have an issue with loading a larger retina image instead of the standard.I viewed the same website page on my older imac non retina and the images loaded correctly.
Good points about image gallery. The carousel we had implemented by a web designer which may be the reason why the lazy load isn’t working. Agree on the images loading aligned left and the delay. If there was a quick fix to that I’d be greatly appreciative.
What I might do is create a backup and remove the custom carousel code and see how it loads in the our themes original image gallery.
Forum: Fixing WordPress
In reply to: Creating a flat rate shipping couponHey thanks for the reply. I will do that thanks!