mkscripts
Forum Replies Created
-
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Unable to downloadHi,
We noticed that the page still cannot be found. Therefore, we will close this topic. If you need any help in the future, feel free to submit a new ticket.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] E-mail is not sentHi,
Thanks, nice to hear you like our plugin.
This topic is closed and marked as resolved, as the exact same question is addressed here:
https://ww.wp.xz.cn/support/topic/email-is-not-sent-4/Feel free to join in to this topic.
Kind regards,
Team Download After EmailHi,
Okay that’s strange. Looking at the plugin code, there is nothing that could cause this behavior. We suspect it must be something else as this issue has never occurred before. If you would like us to take a look at this on your site, you can contact us through our website.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Email is not sentHi,
Thank you, we are happy to hear you like our plugin.
Our plugin uses the wp_mail() (WordPress core function) to send emails, just like WordPress and many other plugins.
The first thing you could check is to make sure youβre using an email address attached to your own domain in the “From Email” field (Admin Menu > Downloads > Messages). For example use [email protected] in stead of [email protected].
For more information about this issue, here is a nice article about the various causes of email sending/receiving problems:
https://www.mailpoet.com/blog/fix-wordpress-not-sending-email/Hope this helps you to find the cause of not (always) sending or receiving emails.
Kind regards,
Team Download After EmailHi,
The “Optin Time” indicates the time/date a subscriber has checked the optional checkbox for the first time, while the “Optional Checkbox” value may vary (not checked is blank) each time a subscriber submits a download form.
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
Nice to hear that you have solved it. Thanks for letting us know and we’re happy to hear that you like our plugin!
If you have any more questions, feel free to open a new topic.
Kind regards,
Team Download After EmailHi,
You’re welcome, nice to hear π
Perhaps the color of the success message is the same as the background color, so the text is not visible. Another possible cause could be your theme’s CSS or the CSS of another plugin affecting its visibility.
You could check if the HTML code is present (and the CSS) by inspecting the elements in your browser.
Kind regards,
Team Download After EmailHi,
It is possible to add custom validation to form fields by using the following filters:
apply_filters( 'dae_form_validation', false, $values ); apply_filters( 'dae_form_validation_message', __( 'Please make sure all fields are filled in correctly.', 'download-after-email' ) );If a conditional statement is false, you can stop the form from being submitted and show an error message. These filters are located in /wp-content/plugins/download-after-email/includes/shortcodes.php.
Hope this helps. If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
Download After Email contains only the email form field. Creating and managing multiple form fields is one of the premium features of the Download After Email Plus extension. You can find more information here.
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
Nice to hear you like our plugin, thank you!
A filter is available to edit the email message or to write your own HTML email content. You could use inline styles to add CSS to your HTML elements.
$message = apply_filters( 'dae_email_message', $message, $values, $messages['email_content'], $file, $download_url );In your custom email message you can also add your own HTML button using the $download_url that is passed.
If you have any more questions, feel free to ask or to contact us via our website.
Kind regards,
Team Download After EmailHi,
You are using the correct nonce name for the nonce list of your caching plugin.
If it’s not working (after purging the cache), we recommend you to contact the support team of your caching plugin.
Kind regards,
Team Download After EmailHi there,
Our plugin uses the wp_mail() (WordPress core function) to send emails, just like WordPress and many other plugins. Here is a nice article about the various causes of email sending/receiving problems:
https://www.mailpoet.com/blog/fix-wordpress-not-sending-email/Hope this helps you to find the cause of not sending or receiving emails. If you have any more questions, feel free to ask or contact us via our website.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Unable to downloadHi,
The page you need help with cannot be found. We will look into this later when the page is available again.
Best regards,
Team Download After EmailHi,
Download After Email does not (yet) integrate with third party cloud services. You can place a Google drive link in the email that is sent to your subscribers. It is still necessary to select a download file when creating a download form. If you want to offer multiple downloads (with a different sharing link), you can use a filter to display the correct sharing link in the email message (programming). You can find this filter (‘dae_email_message’) in wp-content/plugins/download-after-email/includes/shortcodes.php.
Often it is not necessary (in terms of bandwidth) to use third party cloud services, especially when it comes to small files.
If you have any more questions, feel free to ask.
Best regards,
Team Download After EmailHi,
Could you please send us the page with your download form, so we can see what is going on?
Kind regards,
Team Download After Email