- This topic has 12 replies, 3 voices, and was last updated 11 years, 6 months ago by
Tom.
-
AuthorPosts
-
August 19, 2014 at 1:21 pm #15589
gronix
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.
August 19, 2014 at 2:00 pm #15629Tom
Lead DeveloperLead DeveloperHave 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 🙂
August 20, 2014 at 12:16 am #15837gronix
I installed other plugin for MailChimp. There is the same problem. Both plugin use Javascript.
August 20, 2014 at 12:18 am #15838gronix
Which plugin for newsletter do you recommend? 🙂
August 20, 2014 at 10:24 am #16123Tom
Lead DeveloperLead DeveloperEither 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 🙂
August 21, 2014 at 3:11 am #16526gronix
I used the plugin “ALO EasyMail Newsletter” and it works 🙂
August 21, 2014 at 9:57 am #16716Tom
Lead DeveloperLead DeveloperAwesome 🙂
August 31, 2014 at 10:46 am #22203James
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.
August 31, 2014 at 10:50 am #22205Tom
Lead DeveloperLead DeveloperI’ll look into this.
August 31, 2014 at 10:57 am #22207James
I actually got the PHP code to work in a text widget. Found some tips here: http://support.mailpoet.com/knowledgebase/subscription-forms/#subscription-forms-shortcode
August 31, 2014 at 11:07 am #22211Tom
Lead DeveloperLead DeveloperFound 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!
August 31, 2014 at 11:09 am #22212James
Great work, Tom!
August 31, 2014 at 11:09 am #22213Tom
Lead DeveloperLead DeveloperTo fix right now, this CSS can be added:
.widget_wysija .updated { display: block; } -
AuthorPosts
- You must be logged in to reply to this topic.