-
AuthorPosts
-
April 18, 2014 at 5:10 pm #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″ 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–>
April 19, 2014 at 3:55 am #253404Hey 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,
IsmaelAugust 5, 2015 at 10:57 pm #483605Hi guys,
I tried adding the code above to show the submit button
it’s not working on this URLhttp://metrobenefits.wwwsr11.supercp.com/
any ideas?
August 6, 2015 at 3:51 pm #483968Hi!
Please add following code to Quick CSS
#pmc_wrapper-2 .clear { visibility: visible; height: auto; width: auto; }
Best regards,
YigitAugust 6, 2015 at 4:13 pm #483991Amazing! Thanks so much.
How do you guys know all this stuff? I am glad to use and promote your services whenever possible. -
AuthorPosts
- The topic ‘Adding Mail Chimp code to page’ is closed to new replies.