Anton Ivanov
Forum Replies Created
-
Thank you. I’m looking forward to your reply.
Forum: Plugins
In reply to: [Genesis eNews Extended] Problems with 2 eNews Extended Widgets on Page@brandon I’ve submitted this issue to MailPoet support as well to see what they say. But doing a little bit of debugging myself (my skills are limited), I’d say that the error occurs in the eNews Extended plugin function.
I think your plugin is calling the widget( $args, $instance ) function once per each widget rendered on the page. If you increase the number of widgets, you get the corresponding number of confirmation emails.
The confirmation message is always displayed in the widget that is rendered first on the page, regardless of where you actually submit subscriber information.
Forum: Plugins
In reply to: [Genesis eNews Extended] Problems with 2 eNews Extended Widgets on Page@brandon Thanks for your reply. Yes, I’ve used 2 instances of the MailPoet native widget on the same page on one of my other websites. Didn’t have this problem.
I’ve been putting off looking into exactly what is happening on the code side, but it looks like the subscribe script is getting called twice, once for each widget.