-
AuthorPosts
-
September 17, 2016 at 9:13 pm #688008
Hello,
I want to use the mc signup form but only for collecting e-mails and I want to delete the first name and last name lines.
How can I do that, in the widget area there are no settings for that.
Regards,
September 17, 2016 at 9:32 pm #688009Hey pimroll,
Thanks for reaching out to us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanSeptember 19, 2016 at 9:02 am #688370Hello,
Sure, here is the information.
And like I said, is it possible to collect only e-mails and have only 1 line in the mailchimp contact form (in the footer area).
I would also like to use it in the blog area, once the Mailchimp newsletter widget is like I want it to be.
September 22, 2016 at 9:28 pm #690414Hi,
Sorry for the late reply, it appears that you have figured this one out.
Let us know if you have any questions.Best regards,
VinaySeptember 23, 2016 at 3:48 pm #690848Hello,
I still need some help, I tried with MailChimp Version 1.5.2 but was unable to customize some things, so I guess I use the Enfold MC form instead.
My questions are:
1) How can I set up the form with only one line of e-mail address (delete the first name and last name lines)?
2) How can I translate the “Email Address” help text in the box?
3) How can I customize the box colors?
4) If the e-mail that is inserted, it shows the message http://imgur.com/a/Vtto4
the question is, how can I transalte the red error text?Thanks,
September 26, 2016 at 4:53 pm #691794Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
As you are an enfold customer we want you to achieve what you are looking for with enfold theme so we will help you with this modification. Please share a precise link where we can view the form so we can inspect it and help you with the modifications.
Best regards,
VinaySeptember 29, 2016 at 9:01 am #692975Hello Vinay,
I know I can count on you:) I added the details in the private, where you can see the details of the page.
I want only the e-mail line to be shown on the footer and in the blog.
Please let me know, if you have any questions.
September 29, 2016 at 10:11 am #693019Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#element_avia_1_2, #element_avia_2_2 { display: none; }
To change the placeholder text try adding the following to your theme functions (using a Child theme preferably):
<script> document.getElementsByName('avia_0_2')[0].placeholder='new text for email'; </script>
Change new text for email to the text you want.
Best regards,
JordanSeptember 29, 2016 at 12:37 pm #693070Hello Jordan,
I placed the code
#element_avia_1_2, #element_avia_2_2 {
display: none;
}into my styling css but nothing happened, here is the screenshot.http://imgur.com/a/85S7Y
Still all three lines of Enfold Mailchimp Newsletter signup lines are showing but I want only E-mail line to be shown.
Regards,
September 29, 2016 at 5:49 pm #693277Hi,
Sorry about that, I made a mistake.
That should have been #element_avia_1_1 and #element_avia_2_1. I have made the correction for you.
Best regards,
JordanOctober 1, 2016 at 9:41 am #694188Hello Jordan,
Thanks, its working now!
One last thing about the newsletter form, is it possible to place the send button on the e-mail box.
Example is here: http://imgur.com/a/RT71N
Best Regards,
October 1, 2016 at 9:43 am #694189And the same thing with the blog view: http://imgur.com/a/l1Ngq
October 1, 2016 at 9:48 am #694191Hello Jordan,
Since you placed the code and made the newsletter box to appear only with one line (e-mail signup) I checked and it seems that in the contacts page it still shows the name field also.
The page is in the private.
October 5, 2016 at 4:28 pm #695590Hi,
are you talking about your footer? if yes use this code inside Quick CSS field:
p#element_avia_1_2 { display: none; }
Best regards,
AndyOctober 6, 2016 at 8:53 am #695920Hello Andy,
Thanks! it worked!
Best Regards,
October 7, 2016 at 5:45 am #696268March 7, 2017 at 7:06 am #756790I tried to add the code mentioned above to my Child Theme’s functions.php and it crashed the site
<script> document.getElementsByName('avia_3_1')[0].placeholder='Birthday* (MM/DD)'; </script>
Maybe I had a typo?
want element_avia_3_1 to have a placeholder of Birthday* (MM/DD) to make sure people know the format they need to type their birthday in to successfully complete the MailChimp form. I’ve tried CSS also with no luck.
Thanks
JonMarch 7, 2017 at 7:13 am #756795Nevermind, I saw that MailChimp now finally lets you rename even standard Field Labels inside of their program.
Changing the label there, then refreshing the API Key inside Enfold changes the Placeholder in two seconds.Jon
March 7, 2017 at 7:54 pm #757209Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Andy -
AuthorPosts
- The topic ‘Enfold Mailchimp Newsletter form customization’ is closed to new replies.