Elvira K.
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] AutomationsHi there @cindymccoy2,
Thanks for reaching out!
In a simple configuration, those have the same functionality. However, you can add different triggers and actions to Automations. They are also easier to manage.
More automations will be added next year 🙂
Cheers!
Hi there @vengr7262525,
Please contact us via https://www.mailpoet.com/support/sales-pre-sales-questions/ and include a link to this thread.
We’ll be able to look at your issue closer.
Cheers!
Hi there @summerfeeling,
Please contact us via https://www.mailpoet.com/support/sales-pre-sales-questions/ and include a link to this thread.
We’ll look into the issue closer.
Cheers!
Hi there @lesddminc,
Thanks for reaching out!
If it’s been a while since you sent an email to this list, we recommend running it through cleaning to avoid high bounce rate: https://kb.mailpoet.com/article/287-list-cleaning-services
I hope this clarifies a bit, but please let us know if you have any questions!
Hi there @turnkeydrs,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Hi there @chrille6622,
The fix hasn’t been released yet and is on the QA stage.
Can you please advise if the plugin itself works normally?Hi there @tablediver,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Hi there @mcaravaglia,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Hi there @jepatton,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Hi there @stoxx,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Hi there @z1pas,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Hi there @ildomandatore,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Hi there @babiskalogirou and @toystlkr,
Just wanted to let you know that while the issue is not fixed yet, you can use this filter to disable loading forms on product listing pages:
add_filter( ‘mailpoet_display_form_in_product_listing’, function() { return; } );
Cheers!
Hi there @decalvibes,
Thanks for reaching out!
We haven’t received other reports of the same issue. Does it help to roll back to the previous version?
You can roll back the free version by:
– using the WP Rollback plugin (https://wordpress.org/plugins/wp-rollback/);
or
– downloading the previous version here: https://wordpress.org/plugins/mailpoet/advanced/ (scroll down to ADVANCED OPTIONS section) and installing it via FTP: https://kb.mailpoet.com/article/258-re-installing-updating-the-plugin-via-ftp.To investigate it further, please contact us via https://www.mailpoet.com/support/sales-pre-sales-questions/ and include a link to this thread.
Cheers!
Hi there @monkeypress,
Thanks for reaching out!
You can reduce the size of this table by running the following SQL query:
DELETE FROM wp_mailpoet_scheduled_task_subscribers where created_at < ‘2019-01-01’;
Ensure to use the same table name as on your site and change the date to the desired one.
Also, I recommend creating a backup of your database before running it.
Hope it helps!