ibericode
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Transition from subscribe2Hi Rick,
MailChimp supports a broad range of export/import files, is it possible to create a .csv or .txt file from Subscribe2? If so, please take a look here: http://kb.mailchimp.com/lists/growth/import-subscribers-to-a-list .
Hope that helps. If not, let me know!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] WP Fastest Cache ErrorHi hardel,
Sorry, it hasn’t. The solution for now is to tell WordPress (and other plugins) you’re using a caching plugin which is actually the right thing to do. This will make sure plugins take into account that some pages might be cached for a long time, so they can act accordingly.
You can do just that by adding the following line to your
wp-config.phpfile.define( 'WP_CACHE', true );If you’re not comfortable doing that, please send us an email via our website and we’ll guide you through the process.
Does that help?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] successful subscribed message not workingHi there,
Because you’ve set a “Redirect URL on success” in your form settings the success message is not shown because this gives you the freedom to thank your visitors in whatever way you think is best on the page you’re subscribing to.
I suggest including a heads-up on your redirect page which tells your visitors something like “Thank you for subscribing, please check your inbox for a confirmation message”.
Right now, you’re redirecting people to http://maryandmarthashouse.com/-thankyousomuch!!!/, not sure if that’s intended because that looks a little random. 🙂 Can you please check that?
Thanks in advance!
Hi @cirrus123,
Yes, we can assure you that installing and using the plugin in a MultiSite environment will not allow any of your subsite administrators to add executable PHP code to the site. Guaranteed. 🙂
Hope that helps. If not, let me know!
Forum: Reviews
In reply to: [MC4WP: Mailchimp for WordPress] Great, patient supportThat is awesome news, thank you for taking the time to leave a review here. Very much appreciated!
Cheers, Danny!
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Trigger Point per pageTo add to Harish’ comment, you can create multiple boxes and configure each of them to load at a different page, with its own trigger point.
However, another option is to have one pox and configure the box to appear at a certain element. This way, you can insert a hidden element at any point in your posts or pages and have the box appear once the visitor reaches that specific element.
To do this, use the “Yes, when at element” option and set it to something like
#box-trigger. Then, in your posts or pages add the following to your content (using the HTML editor).<span id="box-trigger"></span>Hope that helps. If not, let me know!
Forum: Plugins
In reply to: [Scroll Triggered Boxes] ERRORHeya all,
You were spot on – that was a minor issue in the plugin introduced a few versions back.
We just pushed out version 2.1 of the plugin that fixes this issue AND comes with a very helpful autocomplete functionality for your post, pages, categories and post types.
On top of that, Adrian’s suggestion is also guaranteed to work if you only want to show the box on single posts & pages.
Hope that helps. If not, let us know!
PS. Should you have a quick minute to spare, a plugin review here on WordPress.org would make us quite happy. 🙂
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Blank User-Agent Causes PHP NoticesHey Scott,
We just pushed out version 2.3.6 of the plugin which fixes this issue too. Hope that helps!
PS. Should you have a quick minute to spare, a plugin review here on WordPress.org would make me quite happy. 🙂
Forum: Plugins
In reply to: [Scroll Triggered Boxes] ERRORHi @akedv,
Do you happen to know what your box rules looked like? More specifically, your “if post type is ….” value? That would be of great help for us in debugging this issue, we fixed a similar bug in version 2.0.1 so it’s a little hard to reproduce for us right now.
Thanks in advance!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] insert DATA birthday and pass to mailchimpHi vinarcid0810,
It looks like you’re splitting up your birthday field in two fields named
dayandmonthbut the plugin doesn’t know what this means, by default. That’s why the birthday is not coming through.Can you please try the following example to see if that works? It is a single field with the pattern set to accept the correct birthday format (DD/MM).
<div class="datefield"> <input class="datepart " type="text" pattern="[0-9]{2}\/[0-9]{2}" value="" placeholder="DD/MM" size="5" maxlength="5" name="mc4wp-MMERGE3" id="mce-MMERGE3"> <span class="small-meta nowrap">( dd / mm )</span> </div>Your custom solution is possible too but that will require you to manually parse the two fields and combine it into a single field named
mc4wp-MMERGE3after the form is submitted.Let us know if this helped please. 🙂
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Top Bar Doesn't Look Good After UpdateAwesome, thanks for letting us know!
Adding a name field is definitely on the roadmap of the plugin, it definitely has not been forgotten. We’ll get to it, promise! 🙂
PS. Should you have a quick minute to spare, a plugin review here on WordPress.org would make me quite happy. 🙂