Tagged: ,

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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,

    #688009

    Hey 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,
    Jordan

    #688370

    Hello,

    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.

    #690414

    Hi,

    Sorry for the late reply, it appears that you have figured this one out.
    Let us know if you have any questions.

    Best regards,
    Vinay

    #690848

    Hello,

    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,

    #691794

    Hi,

    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,
    Vinay

    #692975

    Hello 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.

    #693019

    Hi,

    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,
    Jordan

    #693070

    Hello 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,

    #693277

    Hi,

    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,
    Jordan

    #694188

    Hello 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,

    #694189

    And the same thing with the blog view: http://imgur.com/a/l1Ngq

    #694191

    Hello 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.

    #695590

    Hi,

    are you talking about your footer? if yes use this code inside Quick CSS field:

    p#element_avia_1_2 {
    display: none;
    }
    

    Best regards,
    Andy

    #695920

    Hello Andy,

    Thanks! it worked!

    Best Regards,

    #696268

    Hi,

    Great, glad you got it working :-)

    Regards,
    Rikard

    #756790

    I 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
    Jon

    #756795

    Nevermind, 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

    #757209

    Hi,

    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

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Enfold Mailchimp Newsletter form customization’ is closed to new replies.