Hi there. Realise this plugin has not been updated for over 2 years but I thought I would point out that it is throwing a bunch of deprecated error warnings when I have debug mode turned on like thus:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CS_REST_Subscribers has a deprecated constructor in /wp-content/plugins/ajax-campaign-monitor-forms/createsend-php/csrest_subscribers.php on line 11
Lots of similar errors appear down the page. Not sure if the actual functionality is ‘borked’ yet though but will check on that. Any change this plugin could be updated with these new changes in mind or is the plugin officially abandoned?
Cheers
]]>Hello,
Not really a question, just a note to others with the same problem. All the other threads with this topic have been closed..
If you want to change the Widget Button Text style, etc. just log into your FTP / file manager, and navigate to..
wp-content/plugins/ajax-campaign-monitor-forms/
Then back up the cm-ajax-widget.php in case you mess up..
but then edit that file and add in your Text / Styles as needed..
for the button style, search for: $submit_style
then modify it from
$submit_style = '';
to
$submit_style = 'style="background-color: #ffb700; color: white; font-weight: bold; text-align: center; width: 75px;"';
or whatever you want using a normal style tag css in the two ELSE clauses.
Leave the top variable as is, or you’ll still display the register button after a successful input.
You will see the other styles there as well..
$success_style $failed_style
Then a bit lower (Lines 171-175) you can modify the Field Labels / Error messages / Button text etc.
I also traded out the /ajax-loading.gif with a transparent background loading animation as the white background wasn’t working with my theme options.
Happy Hacking.
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>i am getting this message during subscribe email (Sorry, we weren’t able to sign you up. Please check your details, and try again.)
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>I am getting a lot of spam sign ups, how do I add a captcha to the form?
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Please help me on this already setup API key and list ID
but still this message apper when i try to sign up in form
Sorry, we weren’t able to sign you up. Please check your details, and try again.
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>I cant populate the shortcode from the editor. could you give me an example so I can manually add it to a page?
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>I was getting the “Sorry, we weren’t able to sign you up.” error even though users were sucessfully being signed up. I used Firebug to inspect the ajax response and I was get a successful response. It seems that the SUCCESS message has a hidden line break in it. This prevented the if statement from properly evaluating against a value of “SUCCESS”.
I had to change the plugin core a little in order to get it to work. I had to change the following:
In file cm-ajax-shortcode.php before line 234 I had to add:
var myresponse = data.replace(/(\r\n|\n|\r)/gm,'');
and change line 234 to:
if (myresponse == 'SUCCESS') {
HOWEVER, modifying core plugin code is not recommended. Hopefully this will be addressed in a newer version.
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi Lee,
I’m getting a fatal error when trying to activate the plugin on a site running WordPress 4.0. This is the error description:
Fatal error: Cannot redeclare cm_ajax_init() (previously declared in […]/wp-content/plugins/ajax-cm-forms-premium/cm-ajax.php:30) in […]/wp-content/plugins/ajax-campaign-monitor-forms/cm-ajax.php on line 25
— Anders
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi Lee,
I have made the dutch-translation for your plugin (needed it for a personal project).
Hope it’s useful for you.
Download
Grts,
Luigi
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Does anyone know how to move the Register button so it will display inline with the email input field rather than below it? I realize this may be more an html / css issue than anything to do with the plugin but after trying unsuccessfully to make this happen I thought I would ask here ??
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hello, I’am getting a lot of spam addresses from the signup form is they anyway to combat this? By adding a second email field or something?
Cheers
Jon
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi Lee,
We have two Campaign Monitor plugins here on www.ads-software.com (campaign-monitor-synchronization and campaign-monitor-dual-registration), and there seems to be a conflict between your plugin and ours.
The problem lies in duplicate loading of the Createsend API. The newer versions of this API prevent duplicate loading, but it seems your code uses an older version. Could you have a look please?
carloroosen.com
Carlo Roosen
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>?Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare class CS_REST_NativeJsonSerialiser in /home/2/d/darlingclementin/www/shop/wp-content/plugins/ajax-campaign-monitor-forms/createsend-php/class/serialisation.php on line 42?
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi, thank you for a good plugin.
I think that styles like
<p style="width: 100%; text-align: center;">
shouldn’t be inline and/or hardcoded.
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi,
Just installed your plugin to WP 3.8.1, debug mode enabled.
Have the following persistent error in WP admin:
Strict Standards: Redefining already defined constructor for class CM_ajax_shortcode in /htdocs/wp-content/plugins/ajax-campaign-monitor-forms/cm-ajax-shortcode.php on line 21
Would it be possible to shed some light on this?
Many thanks
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi, I am using the free Campaign Monitor Ajax Forms plugin.
According to https://help.campaignmonitor.com/topic.aspx?t=218 it says custom fields are supported in the free version… but they do not show up either as an option for configuration, or in the widget itself, even when set to visible…
How do I enable a specific custom field that is defined in Campaign Monitor? I hope you can help me because Campaign Monitor just referred me to you and this forum when I asked them..
Thanks!
Alex Bowyer
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi i’m using this plugin for a subscribe widget, how can i add a captcha code to it?
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi!
I have configured the widget with all the correct information and keys and added it to my website. When I proceed to test it, I get an error message:
Sorry, we weren’t able to sign you up. Please check your details, and try again.
However, when I check my list in Campaign Monitor, the email has been added successfully. I have tried this several times now, with different lists and keys, but the result is the same.
I have tried following the steps you recommended here https://www.leewillis.co.uk/debugging-problems-campaign-monitor-widgets/
but here I get no error at all.
Any idea of what the problem might be?
Thanks in advance.
https://www.ads-software.com/plugins/ajax-campaign-monitor-forms/
]]>Hi Lee,
Great plugin by the way mate, works great on most installs but i’ve come across a weird one on a site i’m helping out on.
When this plugin is active, the WordPress visual and text editor in the add new post section, is broken. You can’t click on it to start typing and the visual editor toolbar never loads.
If i deactivate the plugin, the text editor is fine again.
WP v3.5.1
Plugin v1
Any help greatly appreciated.
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>NOTE: I don’t monitor this forum, so if you have questions, comments, feature requests, or bug reports, please get in touch here:
https://www.leewillis.co.uk/wordpress-plugins/
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>I try to insert a form into one of my pages, but I don’t get the shortcode. The widget works fine but i need the form on my contact page.
The pop up that asks if i want to use a previous shortcode shows “1” when i press “Add Shortcode”
Is there a way to add it in manually? Please help, i’m at a vicious deadline.
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>Plugin works great in most cases apart from on a Mac with Chrome…
Taking around 20 seconds to return the form with success or failure –
Tested on OSX Snow Leopard, Lion and Mountain Lion with Chrome 20-24
Thanks,
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>Hi – first of all, thanks for the plugin.
I have configured the widget with all the correct information and keys and added it to my website. When I proceed to test it, I get an error message:
Sorry, we weren’t able to sign you up. Please check your details, and try again.
However, when I check my list in Campaign Monitor, the email has been added successfully. I have tried this several times now, with different lists and keys, but the result is the same.
I have tried following the steps you recommended here https://www.leewillis.co.uk/debugging-problems-campaign-monitor-widgets/ but I get no error at all.
Any idea of what the problem might be?
Thanks in advance.
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>I am having issues with users signing up. When you enter your frist name and email address and then click the submit it makes the request and returns a saying “Sorry, we weren’t able to sign you up. Please check your details, and try again.” The api key for the client is correct and the list id is correct. I purchased the premium multi account.
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>Hi,
Just downloaded the plugin and it works great! Only one thing, is it possible to get the white background of the input boxes to be transparent? I’ve been thumbing around in the editor for a little bit but I can’t seem to figure it out.
Thanks!
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>Loving the plugin. Working a treat for me except in one way. If put into custom sidebar on RHS of page, all is good – https://therealasset.co.uk/research-and-analysis/. But, if put into custom sidebar in LHS of page, the field bars are too long and end up getting broken. This is an example I’m having – https://therealasset.co.uk/about/who-we-are/
Any thoughts on this? Am I able to change width of fields?
]]>Hi,
I’ve activated this plugin – but I can’t see neither the widget nor the button.
Seems like there is a bug…
Thanks
Rob
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>Hi Lee,
First up thank you very much for the great plugin. The widget works flawlessly in my setup. I run WP 3.3.1 MU and PHP 5
Alas when I try to insert the shortcode via the button in the visual editor it does not do anything.
Could you please provide the full shortcode here along with available parameters so that I can insert it manually?
Thank you and cheers,
Constantin
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>great plugin. Was wondering if we could modify button text and messages with this plugin?
Thanks!
Dave
https://www.ads-software.com/extend/plugins/ajax-campaign-monitor-forms/
]]>