mc_dominic
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Placeholder for Email missingHi Studio Baerig,
Thanks for sending that information. To give some background, the placeholders for fields are copied from the default merge value in the MailChimp list. Since default merge tag values can’t be set for the email field, that will remain blank. The code-changing solution below will fill in the email field as well.
-In wp-admin, go to Plugins > Editor > MailChimp > mailchimp_widget.php.
-Locate this line of code:
<input type=”text” size=”18″ placeholder=”‘.esc_html($var[‘default’]).'” name=”‘.esc_attr($opt).'” id=”‘.esc_attr($opt).'” class=”mc_input”/>’;
-Change $var[‘default’] to $var[‘name’].This will begin using your field label as what appears in the placeholder attribute for your input fields. There is one thing to note with this option, updates to the plugin could overwrite these changes.
Let us know if you have any other questions.
-mc_dForum: Plugins
In reply to: [Mailchimp List Subscribe Form] "Email" instead of "Email Address"Hi Nemona,
Thanks for hopping in the forum! To give some background, the header and sub-header can be customized from the plugin settings. In the WordPress admin area, select Settings > MailChimp Setup.
If that’s not what needs to be edited, can you send us a link to the page with the form? Also what text in the form would you like to edit?
We look forward to hearing from you!
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Use Watermark in Field instead of LabelHi Igstyles,
Thanks for hopping in the forum! The placeholder that appears in the form fields is pulled from the default merge tag value in the MailChimp list. You can set your default merge tag values in your MailChimp account, which will then show as placeholder values in your plugin’s signup form. Here’s a great guide on adding a default value to fields:
Set Default Merge Values for a List: http://eepurl.com/hcDC
However, since default merge tag values can’t be set for the email field, that will remain blank. The code-changing solution below will fill in the email field as well.
-In wp-admin, go to Plugins > Editor > MailChimp > mailchimp_widget.php.
-Locate this line of code:
<input type=”text” size=”18″ placeholder=”‘.esc_html($var[‘default’]).'” name=”‘.esc_attr($opt).'” id=”‘.esc_attr($opt).'” class=”mc_input”/>’;
-Change $var[‘default’] to $var[‘name’]. This will begin using your field label as what appears in the placeholder attribute for your input fields.The labels above the fields can be hidden by adding this bit of css to your site’s css.
#mc_signup_form .mc_var_label {
display: none;
}
There is one thing to note with this option, updates to the plugin could overwrite these changes.Let us know if you have any other questions.
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Mailchimp SUBSCRIBE BUTTON NOT THERE?Hi Heeras,
Thanks for hopping in the forum. Taking a look at the site, it appears it’s using the MailChimp embed code. This forum is really geared towards supporting the MailChimp subscribe plugin: http://wordpress.org/plugins/mailchimp/ We would be limited in the amount of support we can provide for the embed code.
With that in mind, I was able to test out the form and it appears to be working. If you’re still having issues, this page from the MailChimp knowledge base can help with troubleshooting embed form issues: http://kb.mailchimp.com/article/how-can-i-add-my-signup-form-on-my-website/#troubleshooting
Let us know if you have any other questions.
-mc_dForum: Plugins
In reply to: [Mailchimp List Subscribe Form] Text cut offHi Mowerb,
Thanks for the link! After investigating this, it appears the text being cutoff is only occurring in Chrome and could be related to this specific font and the line-height.
To fix this, you can add a little bit of css to your site’s style.css file. To edit the style.css, in the WordPress admin area click Appearance > editor. Select the style.css file for your theme and add this css to the bottom.
input[type="text"], input[type="email"] { line-height: 25px; }That will basically increase the line-height for text in input elements. This should fix the text cut off issue.
Let us know if you have any other questions.
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Subscribe button not workingHi kccgc,
Thanks for hopping in the forum. Can you send us a link to the site with the plugin form? We can test it on our end and see if anything is interfering with the plugin submitting the email.
Also you might want to check out this guide, it has tips on troubleshooting issues with receiving subscription confirmation emails: My subscribers aren’t receiving confirmation emails when they sign up.: http://eepurl.com/mnYz
We look forward to hearing from you!
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] How do I stop SPAM subscribers?Hi Craig!
Great! I’m glad you were able to sort it out. If you have any other questions, let us know.
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Email Address PlaceholderHi Nunolopes99,
Thanks for writing back. Taking a look at the site, it appears some other script or code on the site is adding that placeholder. It might be best to check any other plugins or the site’s code to narrow down what could be adding the placeholder.
By default, the MailChimp list subscriber plugin will bring in the default merge tag value in MailChimp as the placeholder. Since the email address field doesn’t have a default merge tag value a placeholder wouldn’t be inserted.
An edit the plugin code can be made to add the field label in MailChimp as the placeholder. But I would warn you updates the plugin could overwrite these changes.
The steps to edit the code are below:-In wp-admin, go to Plugins > Editor > MailChimp > mailchimp_widget.php.
-Locate this line of code: <input type=”text” size=”18″ placeholder=”‘.esc_html($var[‘default’]).'” name=”‘.esc_attr($opt).'” id=”‘.esc_attr($opt).'” class=”mc_input”/>’;
-Change $var[‘default’] to $var[‘name’].
This will begin using your field label as what appears in the placeholder attribute for your input fields.
That should get you going in the right direction. If you have any other questions feel free to let us know.
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Setup not workingHi Blackiedesign,
Thanks for writing back with that information. The redirection and setting up the plugin on the staging server might be causing the issue. Can you try installing the plugin on a live site to test?
Alternatively, if you would like to style the plugin form without connecting, you can use the developer mode. This guide can help enabling the developer mode: http://connect.mailchimp.com/how-to/90 When the site is live, try connecting again.
Let us know if you have any other questions.
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] How do I stop SPAM subscribers?Hi Scentedsoybean,
Thanks for hopping in the forum. The MailChimp List Subscriber Form wouldn’t have access to the User’s in your WordPress subscribers list. Those extra WordPress signups could be coming from another source. It would probably be best to post this question to the general forum for help. Also in a quick web search, I found this blog post that could help: http://www.wpbeginner.com/plugins/how-to-stop-spam-registrations-on-your-wordpress-membership-site/
Let us know if you have any other questions.
-mc_dForum: Plugins
In reply to: [Mailchimp List Subscribe Form] "* indicates required" not rendering properlyHi Nahmialm,
Thanks for hopping in the forum. Checking out your site, it appears the required asterisk isn’t being added in the form code inserted into your page.
There are a few things to try to update the fields. First in the MailChimp plugin settings, click the Update List button. That settings page is located in the WordPress admin area, under Settings > MailChimp Setup.
If that doesn’t work, completely uninstall and reinstall the plugin. This can also help update the settings.
That should get you going in the right direction, if you continue to have problems let us know.
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Form Not SubscribingHi Ikramerhmi,
Thanks for hopping in the forum. Since this post is resolved, would you mind starting a new post with your issue? Please include as many details as possible and a link to the site the form is added to. Starting a new post will make it easier for us to keep track of and resolve your issue.
Thanks!
-mc_dForum: Plugins
In reply to: [Mailchimp List Subscribe Form] Unable to Log inHi Edolmen,
Thanks for hopping in the forum. It’s best if we keep issues separate, would you mind starting a new post for your issue. Include as many details as possible and the steps you’ve taken so far to resolve it. Having a separate post makes it easier for us to address your specific issue.
Thanks!
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Unable to Log inHi Mike,
Thanks for hopping in the forum. I can definitely understand the concern here. For us to dig into this, we will need a little more information. I tested changing the password on a MailChimp account and wasn’t able to replicate the issue you’re seeing.
You mentioned that you’ve tried it in a few different environments, are there any common plugins between these environments? Sometimes other plugins, like firewall plugins, can interfere with the connection between the site and MailChimp. Could you temporarily disable all plugins except the MailChimp plugin then try to log in again? Also try to clear the cache and cookies in your browser, this can help clear out local browser issues, trying another browser can also help.
If those options aren’t working can you send a link to your MailChimp list’s hosted signup form? Send that to wordpress[at]mailchimp[dot]com This page from the MailChimp Knowledge base can help with finding that link: http://kb.mailchimp.com/article/how-do-i-share-my-signup-form#url
We look forward to hearing from you!
-mc_d
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Widget only half translatesHi Famhud,
Unfortunately, I’m unable to replicate the field updating issue. There could be a problem with the local WordPress install of the plugin. Were any changes made to the plugin’s code? And when deleting the plugin was the option to delete the files selected?
At times other plugins can cause issues. Could you temporarily disable all plugins except the subscribe plugin? Then try clicking the Update List button at the top of the plugin settings page, here’s screenshot of that button: http://awesomescreenshot.com/0ee3428td0
Let us know if you have any other problems after trying this.
-mc_d