wendland99
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] No Success or other Message after sign upThanks Danny – thought I was using the plugin but guess i made a switch at some point and forgot.
I used [mailchimpsf_form] and its working – easy fix, thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] No Success or other Message after sign upthe site i’ve been trying it with is on this page: http://niners.davidwendland.com/tickets-newsletter.
But I started using the mailchimp widget that shows up in the column of other pages and the success works fine – just not when I enter the html form on a page.
I haven’t really changed anything that i’m aware of:
<!– Begin MailChimp Signup Form –>
<div id=”mc_embed_signup”><form id=”mc-embedded-subscribe-form” class=”validate” action=”loremipsum” method=”post” name=”mc-embedded-subscribe-form” novalidate=”” target=”_blank”>
<h2>Subscribe to get early access to upcoming 49ers Tickets:</h2>
<div class=”mc-field-group”><label for=”mce-EMAIL”>Email Address </label>
<input id=”mce-EMAIL” class=”required email” name=”EMAIL” type=”email” value=”” /></div>
<div id=”mce-responses” class=”clear”></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;”><input tabindex=”-1″ name=”b_facae0317058837daede55fe2_51e3a38407″ type=”text” value=”” /></div>
<div class=”clear”><input id=”mc-embedded-subscribe” class=”button” name=”subscribe” type=”submit” value=”Subscribe” /></div>
</form></div>
<script src=”//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js”></script><script>// <![CDATA[
(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]=’EMAIL’;ftypes[0]=’email’;fnames[1]=’FNAME’;ftypes[1]=’text’;fnames[2]=’LNAME’;ftypes[2]=’text’;}(jQuery));var $mcj = jQuery.noConflict(true);
// ]]></script>
<!–End mc_embed_signup–>Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] No Success or other Message after sign upsame here. I get the invalid email error message but not when its successful…
would be great if anyone knew why or a solutionForum: Plugins
In reply to: [RSVP and Event Management] Last names with apostrophes not workingsince the recent plugin updates, I just update the guest name in the plugin UI and works fine. Just seems to be when guests are imported from what I can tell.
Forum: Plugins
In reply to: [RSVP and Event Management] Log IP address for guestsnice, that worked great!
Couple notes/changes:
– using plugin version 1.7.5
– lines numbers didn’t matchup and also found 2 spots that matched what was noted on line 739. Of the two found I added it to the latter
– Added line breaks too: $body .= “\r\n\r\n $ip | $browser”;Forum: Plugins
In reply to: [RSVP and Event Management] RSVP with apostrophe adds in "\" in nameI had the same issue and have v1.7.5
I just edited those guest(s) on the list and edited them. In the UI it didn’t look right, when I edited them it then looked correct and rsvp for them worked.
WP Admin > RSVP Plugin > click on guest name > Overwrite name with apostrophe and all > voila
Forum: Plugins
In reply to: [RSVP and Event Management] Last names with apostrophes not workingRunning into the same thing. So you found the bug is in the importer, do we know how to correct that? and lastly do we know how to correct the UI?