Hello,
The custom function I added to another site is in the functions.php
. See the code:
The added code is: if ( defined( 'REST_REQUEST' ) && REST_REQUEST ) return;
Hello,
But is it possible to include this in the plugin. Because if I added it myself it will be removed when I update the plugin. Please let me know
Hello,
I found something while I tried to fix another problem with another website. That site also send 2 emails. After some search on the web I found this:
https://github.com/WordPress/gutenberg/issues/15094
When I added the code: if ( defined( ‘REST_REQUEST’ ) && REST_REQUEST ) return; to a custom function, this function don’t send 2 emails but just 1. Because it is maybe related to this problem, i though I send this to you, maybe this helps to solve this problem.
Hope hearing from you back!
Contact form 7 send only 1 message
I have disabled all plugins and switch to the twenty twenty theme. And runned 3 tests. 1 test with the troubleshooting plugin activated and only the wp download manager, email notification and Extended Short-codes active. 1 test with the troubleshooting plugin activated and only the wp download manager and email notification active. And 1 test with only wp download manager and email notification active. All with twenty twenty theme active.
Hi,
The site has beside the contact form 7 no other mail plugins. Here is a screenshot of used plugins. The site has a custom build theme.I’ve checked it with a simple theme named twenty twenty and with that theme it also sends 2 the same emails.
Regards,
Studioviv
Hello, Is there a solution for this? I haven’t heard from you in a week.
Yes I get that download notification email add-on mail twice. When I deactivate the email notification, I get no email, not 1
Hello,
I have added some text to the email en checked it again. Both emails have that text added. (text: Check the info below:)
Hello,
I don’t see your emailaddress setted at the email template. Which emailaddress can I set? I tested the email and it works fine.
See:
The mail above is the email send to the person who wants to download and the other two are sent to the admin. with no difference between them
That is not possible yet, but, we have noted it to add it as an option with the next update of the plugin.
—-
reply:
Is there an update ready for this? Or is this still in production?
Oke. Thanks for the information. I’ll wait for the next update.
I see, you are using email lock, with email lock, there are 2 confirmation emails, one is for the new subscriber and another one comes when the user clicks on the download link.
— reply —
Oke. I think I understand. But how can I disable 1 mail notification, so I only get 1 download notification mail?
Hello,
Thanks. It works fine now. Thanks for the help!
I have checked the test page. but the list still shows all downloads in stead of 20 and the search bar is still not visible.
Where can I find the free one?
Is there a way to update all downloads with the new icon?
Still no icon
As I stated before the download.png url it is trying is:
https://www.asysco.com/wp-content/plugins/download-manager/file-type-icons/download.png
it must be:
https://www.asysco.com/wp-content/plugins/download-manager/assets/file-type-icons/download.png
it misses the assets folder between download-manager and file-type-icons.