Tagged: MailChimp
-
AuthorPosts
-
September 22, 2016 at 1:42 pm #690250
Hi, i want to use the ENFOLD MAILCHIMP INTEGRATION as a widget in the footer. I have enter a Mailchimp API Key from ENFOLD theme options and i see the differents list.
But when i use the widget ans select the list in which i want that users sscribe, it shows all the fields of the list. I wish that only shows the email field.
How can i fix it?Thanks,
September 22, 2016 at 2:02 pm #690255September 22, 2016 at 3:17 pm #690297September 22, 2016 at 3:24 pm #690304Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .av-mailchimp-widget p.first_form:nth-child(1) { display: block; } #footer .av-mailchimp-widget p.first_form { display: none; }Best regards,
YigitSeptember 22, 2016 at 3:30 pm #690311Thank you, it works.
But now, why doesn’t appears the Submit Button Label text and Message if user subscribes successfully text that i insert in the widget options?
How can translate also the text “Sending” and “Email Address”?
Thanks,
September 23, 2016 at 5:06 pm #690914Hi,
It seems like you made some changes on your form. You can remove following code now and additional fields will not show up
#footer .av-mailchimp-widget p.first_form { display: none; }Best regards,
YigitSeptember 26, 2016 at 9:10 am #691503Hi Yigit, thanks, but my last question was about how to translate the fields.
I fill the SUBMIT BUTTON LABEL field of the mailchimp widget but doesn’t apper my text.
Thanks
September 26, 2016 at 1:09 pm #691595Hi,
Please try using this plugin – https://wordpress.org/plugins/loco-translate/ or this free software – https://poedit.net/ to edit language files in enfold/lang folder and translate the string as needed
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.
