Tagged: 

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

    #690255

    Hey Marc!

    Can you please post the link to your page?

    Regards,
    Yigit

    #690297

    Hi Yigit, the url:

    Thanks,

    #690304

    Hi,

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

    #690311

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

    #690914

    Hi,

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

    #691503

    Hi 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

    #691595

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.