Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #625931

    Hey Guys,

    I try to embed the Mailchimp Sign up form with the html-Code from Mailchimp.

    When I add this to a blank page or post, the Subscribe Button is missing. When I change the Theme, is there.
    I have the newest version of Enfold, WordPress and Plugins.

    The Code is:

    <!– Begin MailChimp Signup Form –>
    <link href=”//cdn-images.mailchimp.com/embedcode/classic-10_7.css” rel=”stylesheet” type=”text/css”>
    <style type=”text/css”>
    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
    We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
    </style>
    <div id=”mc_embed_signup”>
    <form action=”//wordpress1x1.us6.list-manage.com/subscribe/post?u=f9d956b15bca1c8c08dc8452f&id=63f9b2c686″ method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>
    <div id=”mc_embed_signup_scroll”>
    <h2>Subscribe to our mailing list</h2>
    <div class=”indicates-required”><span class=”asterisk”>*</span> indicates required</div>
    <div class=”mc-field-group”>
    <label for=”mce-EMAIL”>E-Mail-Adresse <span class=”asterisk”>*</span>
    </label>
    <input type=”email” value=”” name=”EMAIL” class=”required email” id=”mce-EMAIL”>
    </div>
    <div class=”mc-field-group”>
    <label for=”mce-FNAME”>Vorname </label>
    <input type=”text” value=”” name=”FNAME” class=”” id=”mce-FNAME”>
    </div>
    <div id=”mce-responses” class=”clear”>
    <div class=”response” id=”mce-error-response” style=”display:none”></div>
    <div class=”response” id=”mce-success-response” style=”display:none”></div>
    </div> <!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
    <div style=”position: absolute; left: -5000px;” aria-hidden=”true”><input type=”text” name=”b_f9d956b15bca1c8c08dc8452f_63f9b2c686″ tabindex=”-1″ value=””></div>
    <div class=”clear”><input type=”submit” value=”Subscribe” name=”subscribe” id=”mc-embedded-subscribe” class=”button”></div>
    </div>
    </form>
    </div>
    <script type=’text/javascript’ src=’//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js’></script><script type=’text/javascript’>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]=’EMAIL’;ftypes[0]=’email’;fnames[1]=’FNAME’;ftypes[1]=’text’; /*
    * Translated default messages for the $ validation plugin.
    * Locale: DE
    */
    $.extend($.validator.messages, {
    required: “Dieses Feld ist ein Pflichtfeld.”,
    maxlength: $.validator.format(“Geben Sie bitte maximal {0} Zeichen ein.”),
    minlength: $.validator.format(“Geben Sie bitte mindestens {0} Zeichen ein.”),
    rangelength: $.validator.format(“Geben Sie bitte mindestens {0} und maximal {1} Zeichen ein.”),
    email: “Geben Sie bitte eine gültige E-Mail Adresse ein.”,
    url: “Geben Sie bitte eine gültige URL ein.”,
    date: “Bitte geben Sie ein gültiges Datum ein.”,
    number: “Geben Sie bitte eine Nummer ein.”,
    digits: “Geben Sie bitte nur Ziffern ein.”,
    equalTo: “Bitte denselben Wert wiederholen.”,
    range: $.validator.format(“Geben Sie bitten einen Wert zwischen {0} und {1}.”),
    max: $.validator.format(“Geben Sie bitte einen Wert kleiner oder gleich {0} ein.”),
    min: $.validator.format(“Geben Sie bitte einen Wert größer oder gleich {0} ein.”),
    creditcard: “Geben Sie bitte ein gültige Kreditkarten-Nummer ein.”
    });}(jQuery));var $mcj = jQuery.noConflict(true);</script>
    <!–End mc_embed_signup–>

    Thank you for your help!
    Maja

    #626470

    Hey Maja,

    You can simply refer to this post – http://kriesi.at/documentation/enfold/mailchimp-integration/ and use Enfold’s builtin feature :)

    Best regards,
    Yigit

    #626490

    Hey Yigit,

    thanks for your reply. I would prefer to embed Mailchimp via the html code in this case and not via the Theme-Settings.
    I was wondering if there is anything which blocks the button.

    Thanks,
    Maja

    #626831

    Hi,

    I tested your code in both Enfold and default WordPress theme and in both cases the subscribe button looks like an input field. There is some issue in the code itself please re-generate your code and use a codeblock element in advance layout builder to install it on the page and place of your choice :)

    Best regards,
    Vinnie

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