Comments on: Campaign Monitor Ajax Subscription Widget for WordPress https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/ Fri, 11 Apr 2014 21:05:23 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Lee https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-723403 Fri, 11 Apr 2014 21:05:23 +0000 http://www.leewillis.co.uk/?p=335#comment-723403 In reply to Gareth.

Hi Gareth,

The Pro Version includes Honeypot spam protection which may well help depending on the exact spam you’re being hit with.

]]>
By: Gareth https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-722776 Fri, 11 Apr 2014 09:08:58 +0000 http://www.leewillis.co.uk/?p=335#comment-722776 Love the plugin. Works great. Unfortunately I’m getting hit hard by spam. Is there any way of adding a captcha or similar?

]]>
By: Seth https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-9368 Wed, 24 Jul 2013 15:43:55 +0000 http://www.leewillis.co.uk/?p=335#comment-9368 In reply to danny.

I was getting this same issue. The fix for me was to modify to return 1 rather than use SUCCESS. This way I can then use a boolean if(data) in the ajax response.

]]>
By: danny https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-9221 Thu, 18 Jul 2013 08:49:08 +0000 http://www.leewillis.co.uk/?p=335#comment-9221 In reply to Lee.

Have the same problem.

Maybe a failsafe jQuery.trim or indexOf can be added to the plugin, to make sure you catch this?

]]>
By: Lee https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-7143 Fri, 15 Mar 2013 07:09:16 +0000 http://www.leewillis.co.uk/?p=335#comment-7143 In reply to Stainle55.

No idea, could be anywhere in your theme, or one of the plugins you’re running.

]]>
By: Stainle55 https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-7133 Thu, 14 Mar 2013 23:27:00 +0000 http://www.leewillis.co.uk/?p=335#comment-7133 From a cleanly installed plugin,
if (data == ‘SUCCESS’) {
is not evaluating to true even though the request was successful.

There is some extra space or new line sneaking into data. If i use
if (data.indexOf(‘SUCCESS’) != -1) {
it works OK.

Any idead where the extra space could be coming from?

]]>
By: Jason https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-5133 Tue, 11 Dec 2012 08:37:44 +0000 http://www.leewillis.co.uk/?p=335#comment-5133 Much better! Squared those messages right away.

One small suggestion. Maybe set the FB and Twitter icons a little smaller and have a pre-styled a {

and include a no-repeat scroll .png for the hover? I’m sure most people wind up doing something similar, but it’s sort of weird the plugin adopts the style.css hover style.

At any rate, thanks again. Love the plugin.

]]>
By: Jason https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-5132 Tue, 11 Dec 2012 07:56:07 +0000 http://www.leewillis.co.uk/?p=335#comment-5132 Awesome. Pro version it is!

Great plugin mate.

Cheers.

]]>
By: Lee https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-5131 Tue, 11 Dec 2012 07:36:31 +0000 http://www.leewillis.co.uk/?p=335#comment-5131 In reply to Jason.

There’s no easy way to change the messages in the free version. In the "pro" version, all of the strings are translatable – so if you’re used to working with standard WordPress language files then you can just create a translation for the string you want to change.

That said – the various outputs all have CSS IDs/Classes so you should be able to easily target them with CSS to change the layout.

]]>
By: Jason https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comment-5127 Tue, 11 Dec 2012 06:35:37 +0000 http://www.leewillis.co.uk/?p=335#comment-5127 I have another dev skinning my plugin (right footer) here:

http://new.domdemarcos.com/

However, how do I either:

A) Change the success / fail messages or
B) Modify the placement of the success / fail messages

Currently the ‘fail’ message is wrapping my content.

]]>