mc_nate
Forum Replies Created
-
Hey Matt!
Looks like the “Preferred Format” option is gone:
Screenshot — http://cl.ly/image/34062m2O232r
Maybe just a caching issue?
As far as the Interest Groups go, if you don’t have any set up for the list, the plugin displays that error message since there aren’t any groups to “get”.
Let us know if we can assist in any other way!
Cheers
Hey Dianne!
Your best bet is going to be to include the shortcode for form on the page you want to add it to:
http://wordpress.org/extend/plugins/mailchimp/installation/
Check it out under the “Advanced” section of the installation page.
Let us know if we can assist in any other way!
Cheers
Awesome!
Glad to hear it. 🙂
Hey there!
Unfortunately, at this point in time, the plugin does not support the inclusion of a pre-filled, hidden field. Your best bet would be to include the embedded form and maybe check out a third-party plugin that forces WordPress to honor the exact HTML that’s included (rather than the proprietary way of rendering it).
While I can’t necessarily troubleshoot any issues, I have seen some success with the “Raw HTML” plugin and the MailChimp embedded form:
http://wordpress.org/extend/plugins/raw-html/
I’ll certainly pass that feedback along regarding the hidden field, as well.
If we can help with anything else, give us a shout.
Cheers
Hey there!
We definitely appreciate the feedback, and I’ll pass that along to the proper channels!
Let us know if we can help with anything else in the meantime. 🙂
Cheers
Hey there, Robert!
For security reasons, the only way the update profile link can be accessed is through an email that’s sent through MailChimp. Using the MailChimp hosted signup forms, if someone tries to resubscribe, we prompt them to update their profile through an email that we can send them. Unfortunately, the WordPress plugin doesn’t offer this same functionality, yet.
As far as how best to achieve this goal, you’ve got a couple of options. The best way is to include an “Update Profile” link within your campaigns that are sent through MailChimp:
How can I add an update profile link?: http://eepurl.com/iphR
Another option would be to point subscribers to the hosted form in your MailChimp account so that they can trigger that “update profile” email from MailChimp.
If we can assist with anything else, give us a shout.
Cheers
Woohoo!
Glad to hear it! 🙂
Ah!
I totally misunderstood. Apologies.
Okay, so if you’re wanting to adjust the height of the form, we can definitely work with that. You can either delete the above-mentioned CSS or leave it, totally up to you. However, for the height, we’ll want to add the following:
.mc_form_inside { height: X px;}Where “X” is the height in pixels you’re looking for. I used 220px and got the following results:
Screenshot — http://cl.ly/image/1X3R2j322u0e
Hopefully that helps get you in the right direction!
Cheers
Hey there!
Thanks for the heads up. Your feedback has been duly noted and I’ll be happy to pass that information along.
Let us know if we can help in any other way.
Cheers
Hey there, Drew!
Thanks for the kind words. 🙂
If you’re talking about the input areas for “Email Address”, “First Name”, and “Last Name”, I can definitely help with that. I have to assume you’re on the summitseminars.com page, specifically under “Sales” as that’s the only MailChimp form I could find.
If that’s the correct page, then you’ll want to use Chrome’s Developer Tools (or Firebug for Firefox) to narrow down exactly what elements we want to style. In this specific case, we’re editing the input areas:
#mc_signup_form .mc_input { width: 95%;}We apply the width attribute and add that code to your Style.css file, and you should see something like this in your page:
Screenshot — http://cl.ly/image/0W2m2q3j2S0V
Cheers
Hey there Tacostrat!
Right now, the plugin is set to display the field label and input box on the same line. So because “Email Address” is a longer label than “First Name”, it’s pushing out that input area beyond where the other two end.
The good news is there’s a very short snippet of code you can add to your Style.css file. From the WordPress dashboard, go to Appearance -> Editor -> Style.css. We’ll set the input fields to display on a separate line, leaving their corresponding labels above them and letting all of the input areas line up. To do that, you’ll add the following styling to your CSS:
#mc_signup_form .mc_input { display:block;}Before — http://cl.ly/image/1S130C1o1904
After — http://cl.ly/image/3M041p0j2L0V
For more information on styling that can be added through CSS, check out this thread:
If we can help in any other way, give us a shout!
Cheers
Ah! Gotcha, now. 🙂
I will certainly pass that feedback along! While I can’t provide a timeline for that sort of thing, I’ll make sure it gets in front of the right people.
Cheers
Hey again, David!
When I look at my WordPress setup, the shortcode should inherit any styling applied to the normal widget area. So, if I use MailChimp’s built in styling, I can change the background color in both:
Screenshot — http://cl.ly/image/0X2o3x0u0B3t
Any styling that’s applied through CSS should also carry over despite the use of shortcodes, as well:
Screenshot — http://cl.ly/image/41381N3y2C1M
Any way you could post a screenshot of what you’re seeing, as I wasn’t able to find the form within the footer of your posts, I’m afraid. 🙁
Cheers
Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Google authenticationHey guys, just to clarify, this is definitely on the radar and the devs are working towards getting an updated plugin out for everyone. Unfortunately, I can’t provide an ETA at this time.
Cheers
Forum: Plugins
In reply to: [Analytics360] Analytics360 data not loading: Google API Rate Limit ExceededThanks for sharing that. I know we are definitely reworking the plugin, but I’m happy to pass that information along.
Cheers