Error code says:
Fatal error: Call to undefined function check_msc_admin_referer() in /home1/dondemai/public_html/beachsun/gulfzen/wp-content/plugins/mailchimp-sign-up/mc-signup.php on line 130
Any idea how to fix this?
Thanks.
Don
]]>Any idea what’s happening? I cannot add the api key or change the looks of it. Once I click save, it goes to a gray page and doesn’t seem to actually save.
]]>Hello Jason,
You are missing a statement to access the global variable, ‘$pluginName,’ within the mcs_hastag function in mc-signup.php.
Here is the error notice:
Notice: Undefined variable: pluginName in /srv/www/ccirentals-com/wp-content/plugins/mailchimp-sign-up/mc-signup.php on line 37
Here is the solution:
function mcs_hashtag() {
global $pluginName;
return sha1($pluginName);
}
Thank you,
Ron
Hi, I put the code onto my page (in 2 places (sewansome.co.uk website. One place is top banner and one at the footer. When going to the footer wanting to insert email it takes me straight away to the website I got link to above on the banner. Also, no confirmation message of any sort comes up to let the customer know it went through (the top banner) so none of them seem to work properly. I have done everything as per instructions.
Regards
Magda
Hi,
Thank you for the plugin.
Could you please help me to customize the width of the text filed to achieve this result : https://demos.artbees.net/jupiter5/eukelade/
I tried to make the text field 100%
as in this code:
.mcForm input[type=text]{
width:100%!important;
}
but in this case submit button drops on the second line.
Is it possible to have inline form ( both text and button on the same line) and the text field width 100%?
thank you,
Olga
I just tried to swap the image I originally uploaded as a button on one of my signup forms for a new design (same dimensions etc).
I tried to upload an image in the “Use Image for Submit Button” section. However when I press save and wait for it to loads, it goes to the action box page and the new image is not there. Instead it’s as if nothing happened and the default button loads.
Can you help me get the plugin to recognize the image I am uploading? I’ve never had this issue before and it’s quite frustrating!
Thanks
]]>Hi
Thank you for creating a clean and simple plugin like this.
I get an error message, can’t find anything about this in the readme or in this support forum.
When entering an e-mail adress and pressing subscribe button i get
‘FNAME must be provided – please enter a value’
Why do I get this message
Thank’s
Hi there,
I’ve installed this plug-in & linked up my MailChimp with the API Key. However, unlike the screenshots shown in the information, there’s no option for me to “Choose List” under the API Key box.
In fact, even after saving the settings, it doesn’t say “connected to:XXXX”. All I see under the API Key box is: Get your MailChimp API key here.
I have already deleted the plug-in & reinstalled but have gotten the same result.
I look forward to your assistance
Thank you!
]]>Hi!
I installed the plugin with the API key and so on, but I don’t get any subscriber to mailchimp?
What do I do wrong?
Hi there –
The plug-in is great and super easy, but there’s a problem when sites are not in the home directory.
The call to admin-ajax.php is hard-coded to a directory at /wp-admin, which assumes your site is at https://www.website.com/wp-admin.
$(document).ready(function () {
$('#result').appendTo('body')
$('#invite').submit(function (event) {
/* stop form from submitting normally */
event.preventDefault();
$.ajax({
url: '/wp-admin/admin-ajax.php',
I found that it works if you make the url relative (take out the slash in front) but that’s only a solution for where I have the form.
You may want to have a variable or setting that puts in path to the wp-admin directory, in the event that it’s not at the root.
]]>Hello Jason!
First of all, thanks for creating this amazing plugin, easy to use and looks good.
I installed it in the header of my website https://kristinaartgallery.ru/, and when I subscribe to the email, I don’t see any messages, because there’s not enough space for them above the header (see this pic: https://www.evernote.com/shard/s207/sh/0d63cbe7-2864-42cf-bab0-bc91f1bb7916/706cba92e13774b91dfc290b9dee46c5/deep/0/Fullscreen-7-1-14,-9-59-AM.png).
How do I put them lower?
Thanks in advance.
]]>Hi there,
I’m having trouble getting this form into my sidebar. Am I doing the right thing by inserting the shortcode into a text widget?
Thanks
Hi Jason
Thanks a million for this plugin. It has been a real lifesaver.
Quick question please: Can you tell me how to reset the form after it has successfully submitted or after the error message is that the address is already subscribed?
Thank you
]]>Hi Jason,
Your plugin is really great!
It’s exactly what I have been looking for and has been an enormous help to me, so thank you for taking the time to build it and release it for free.
I have two minor adjustments that I would like your help with if possible, both are related to the messages that are displayed when a person is signing up.
Are you able to please let me know the best way to edit the message that appears when an email address is already signed up?
At the moment the message that appears is:
“[email protected] is already subscribed to list Example. Click here to update your profile.”
I would like it to display:
“This email address is already subscribed.”
and in a similar circumstance, when no email is added it displays:
“Invalid Email Address:”
Is it possible to replace the colon with a full stop to say:
“Invalid Email Address.”
Would would be the best way to achieve this by editing some of the plugin files?
Thank you kindly, your help is greatly appreciated,
Robert
How can I get the signup form to look exactly like the form in the screenshot?
I’ve activated the plugin and settings, but my form is displaying the sign up box underneath the box where one would add an email address. The email address box also has rounded corners, the second box does not. I would love for it to look identical to the one in the screenshot – boxes flush against each other both boxes 90 degree corners.
Thanks so much!
]]>