Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #253243

    Hi,
    I am trying to add a simple enewsletter signup area to my sidebar. the submit button is not showing up.
    any ideas how to fix that?
    here is page currently not working
    http://joshua76.wwwsr11.supercp.com/media/

    here is the code given to me from mail chimp:

    <!– Begin MailChimp Signup Form –>
    <link href=”//cdn-images.mailchimp.com/embedcode/slim-081711.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=”http://thejoshuahouse.us5.list-manage.com/subscribe/post?u=c3efbb38923c60d846265f56c&id=b4a5d98000&#8243; method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>
    <label for=”mce-EMAIL”>Subscribe to our mailing list</label>
    <input type=”email” value=”” name=”EMAIL” class=”email” id=”mce-EMAIL” placeholder=”email address” required>
    <!– 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;”><input type=”text” name=”b_c3efbb38923c60d846265f56c_b4a5d98000″ value=””></div>
    <div class=”clear”><input type=”submit” value=”Subscribe” name=”subscribe” id=”mc-embedded-subscribe” class=”button”></div>
    </form>
    </div>

    <!–End mc_embed_signup–>

    #253404

    Hey fixedopsinsight!

    Thank you for using the theme!

    Pleasea add this on Quick CSS or custom.css:

    #mc_embed_signup input.button {
    visibility: visible;
    }

    Best regards,
    Ismael

    #483605

    Hi guys,
    I tried adding the code above to show the submit button
    it’s not working on this URL

    http://metrobenefits.wwwsr11.supercp.com/

    any ideas?

    #483968

    Hi!

    Please add following code to Quick CSS

    #pmc_wrapper-2 .clear {
        visibility: visible;
        height: auto;
        width: auto;
    }

    Best regards,
    Yigit

    #483991

    Amazing! Thanks so much.
    How do you guys know all this stuff? I am glad to use and promote your services whenever possible.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Adding Mail Chimp code to page’ is closed to new replies.