Site logo

Archived topic

MailPoet Newsletters

12 replies · Started by Anonymous on August 19, 2014

Viewing posts 1–13 of 13

Hello! I use the plugin MailPoet Newsletters. I added the widget for subscription form at footer area. My problem: when I type in the boxe some adres e-mail, there is no communicate in style "check your e-mail box to approve your subscription". The settings of this plugin are correct.

Have you checked with their support to see if others have experienced this?

I can't think of anything that GP is doing that would cause a plugin conflict with MailPoet.

Let me know if you find anything - if it's GP then I'll figure it out and fix it :)

I installed other plugin for MailChimp. There is the same problem. Both plugin use Javascript.

Which plugin for newsletter do you recommend? :)

Either should work fine with GP - not sure what's happening on your end.

Have you tried grabbing the embed code from MailChimp and pasting it into a regular text widget? This eliminates the need for a plugin altogether.

Let me know :)

I used the plugin "ALO EasyMail Newsletter" and it works :)

Awesome :)

I too, was using MailPoet and really liked it. I found that after entering an email address, the sign-up widget 'disappears', but the subscription notification still goes out.

I'll look into this.

Found the bug here.

The widget is working, but once submitted shows a message with the class .updated.

This class is used in the theme to display when a post was last updated for Google, but is set to display:none.

I've made it more specific so it doesn't hide the message from MailPoet.

Will be fixed in the next release.

Thanks!

Great work, Tom!

To fix right now, this CSS can be added:

.widget_wysija .updated {
      display: block;
}
This archived topic is closed to new replies.