Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi @victorialv
It looks like the IP address your site is on is being blocked by Mailchimp. Please read this article for more details:
https://yikesplugins.com/support/knowledge-base/are-you-being-blocked-by-mailchimp/
Stay well!
-Tracy
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi @victorialv
You need to fix the button with CSS anyway. I inspected the form and your them is putting left and right margins on all buttons. You can fix it with this code:
button.yikes-easy-mc-form {
margin-left: 0;
margin-right: 0;
}
You have a few options to add CSS code:
- If you’re using WordPress 4.7 or higher, you can go to Appearance > Customize > Additional CSS and place the code there.
- If you created this theme yourself, you can just add it to your style.css file
- If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
- Your theme may have a “Custom CSS” option. If it does, then you can just pop it in there.
- You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area
Hi,
Thank you for your replies. I checked the settings on the plugin and it says that the plugin is connected. I also added in the code you sent me to the additional CSS section and saved it, but the button is still showing off center.
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi @victorialv
I checked the form again and the CSS code I pasted isn’t loading.
https://cloudup.com/ic3Z4D62SCe
Which technique did you use to add the code? Is there any caching implemented on your site and if so can you clear it?
The plugin can indicate the API is connected, but still be blocked. However, this is a CSS issue and needs to be adjusted with CSS code, not the form builder.
Thank you!
-Tracy
Hi,
I included in the child theme of generate press under Additional CSS by copy and pasting the code you sent over as is. I’m not a web developer so I don’t know any techniques.
Also, when I tested the download by entering my information into the form fields, I got this error: Your API key may be invalid, or you’ve attempted to access the wrong datacenter.
I don’t think any caching is set up because I don’t see any plugins for caching added.
Okay, the API key linked to the plugin was not active in our mailchimp account, so I was able to create a new one and link the new one, so that fixed the issue of people not being able to subscribe or download now. The download now button is still off center though.
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi @victorialv
I’m not a web developer so I don’t know any techniques.
Sorry, I meant which technique did you choose of the ones I listed. You did the third one which is great.
Give this code a try:
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
margin-left: 0 !important;
margin-right: 0 !important;
}
And try using the first technique I listed, because the WordPress CSS editor will let you know if there are any problems with the code.
Thank you.
-Tracy
Det går inte att ersätta popup formulär inne i mailchimp. När jag klickar på det liggande popupformuläret så åker jag ut ur programmet. Vad gör man?