Community Forums › Forums › Archived Forums › Design Tips and Tricks › MailChimp customization and Widget look
- This topic has 5 replies, 3 voices, and was last updated 13 years, 3 months ago by
Kraft.
-
AuthorPosts
-
November 29, 2012 at 1:56 pm #2370
lanzelot
ParticipantHi guys how are you? I need your help with a text widget customization.
I would like my eNewsletter signup form to look like the "Title here" out of the box on the executive theme from feed burner.
Page: http://speakco.com/development
So the code I have for my mailchimp is:
<!-- Begin Signup Form -->
<div id="mc_embed_signup">
<form action="http://TheLeaderGuy.us1.list-manage.com/subscribe/post?u=1b0d208a78dee314c89575&id=41f4423" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate><input type="email" value="" name="EMAIL" id="mce-EMAIL" placeholder="[email protected]" required>
<div><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe"></div>
</form>
</div><!--End mc_embed_signup-->
How to I modify it to looks as AWESOME as the original one?
thank you very much for your help.
November 30, 2012 at 10:52 am #2544lanzelot
ParticipantUnresolved -- Bump! ???
December 4, 2012 at 3:41 pm #3332lanzelot
ParticipantCSS HELP
LAST BUMP - UNRESOLVED!!!!
anyone?
January 24, 2013 at 11:07 pm #14546Kraft
MemberHi Lanzelot,
Sorry for not seeing this. Bumping the post often causes it to fall off the radar (since it no longer appears in a list of unreplied threads). Using the eNews Extended plugin: http://wordpress.org/extend/plugins/genesis-enews-extended/ can get you set right up.
Form action field: http://theleaderguy.us1.list-manage.com/subscribe/post?u=1b0d208a78dee314c89575&id=41f4423″ (copy and paste directly from your mailchimp code-- this forum can change up things a bit)
E-mail name field: EMAIL
If you have issues, please drop me a note on the plugin's forum: http://wordpress.org/support/plugin/genesis-enews-extended
Thanks,
Brandon Kraft
Volunteer
Blog | Twitter
Genesis eNews Extended SupportJanuary 29, 2013 at 3:28 pm #16131JiveDig
ParticipantSorry to jump in... this thread helped me get it working, but the default Genesis 1.9 removes the "subscribe" button when using eNews (I'm using it with Mailchimp as well). How can I get it to show in my custom child theme? I looked at the code associated by default and expected to see display: none; or something... All I see is this:
.enews input[type="submit"],
.search-form input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
Lead developer of Mai Theme
January 29, 2013 at 3:50 pm #16139Kraft
MemberYou can remove all of that and it'll show again. It'll default to the non-enews submit (same as the search submit button).
Brandon Kraft
Volunteer
Blog | Twitter
Genesis eNews Extended Support -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.