-
AuthorPosts
-
September 21, 2018 at 2:01 am #1012566
Hello,
I wanna use the MailChimp widget on the website (footer widget). Everything is correct in English. When i switch the site into Spanish or French i get the error message: “Something went wrong, please try again.” I have for every language own list with own signup form.
1. When i try to use the MailChimp link directly to the form, its working
2. When I try to use the ENG form (which is working in ENG part of website) in ES or FR version – doesn’t work.
So I know there is no problem with form or MailChimp API.Do you have idea what’s wrong in your theme?
Thank you,
LukasSeptember 21, 2018 at 10:25 pm #1012923Hey Lukas,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisSeptember 21, 2018 at 10:51 pm #1012929Hey Basilis,
The login link is attached.Thanks,
LukasSeptember 24, 2018 at 11:29 am #1013554Hi,
I added following code to the child theme functions.php
add_filter('avia_mailchimp_form_args', 'avia_fix_wpml_form_issue', 10, 2); function avia_fix_wpml_form_issue($form_args, $post_id) { $form_args['action'] = site_url() . '/'; return $form_args; }
Please check if the form now works for you.
Best regards,
PeterSeptember 24, 2018 at 5:55 pm #1013728Hi,
Already working. Thank you for your great help.Best regards,
LukasSeptember 24, 2018 at 6:08 pm #1013732Hi!
Great, glad I could help you :)
Regards,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.