mkscripts
Forum Replies Created
-
Hi,
Yes, the download file can be changed by removing the download file and upload the updated download file with the same filename. If you remove the download file and upload the updated download file with a different filename, it will be considered as a new download file.
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Loading wheelHi,
Ajax requests don’t work properly on your site returning a 403 error.
To rule out whether it has to do with an outdated (cached) nonce, you can comment out line 389 in /wp-content/plugins/download-after-email/includes/shortcodes.php like this:
//check_ajax_referer ('dae_download');If (after saving) the download form is working, the problem is caused by an outdated/cached nonce. If it’s still not working, you could search on the net for other possible causes like incorrect file permissions on your server or code in your .htaccess file.
Kind regards,
Team Download After EmailHi,
Our plugin uses the WordPress wp_mail() function to send emails. By default, this function uses the PHP mail() function. You can configure this function to use SMTP:
https://developer.ww.wp.xz.cn/reference/functions/wp_mail/Or you can use a plugin like WP Mail SMTP to configure wp_mail() to use SMTP.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Privacy checkHi,
Thanks 🙂 Yes, you can enable this checkbox in Admin Menu -> Downloads -> Messages.
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] attached fileHi,
It is not yet possible to add files to the email, besides embedded images and the download file (link). With the upcoming update we will add a filter to add attachments to the email.
Kind regards,
Team Download After EmailHi,
Nice to hear, thanks. You’re welcome. 🙂
The color picker actually offers the possibility to enter a hex color code. Sometimes this input field is not visible due to conflicting CSS with another plugin. With the upcoming update, we’ll take a look at this.
You can overwrite the CSS by using a selector (with the same strength or stronger) and by using !important values. You can place your custom CSS in your stylesheet of your (child) theme.
Kind regards,
Team Download After EmailHi,
Download After Email is a free Subscribe & Download plugin that allows you to gain subscribers (collect email addresses) by offering free downloads.
Via an (optional) checkbox in the subscribe & download form, users can choose whether they want to subscribe for marketing purposes or a newsletter, for example. You can use the email addresses of the subscribers in software such as Mailchimp.
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Loading wheelHi,
When you see an infinite spinning loading icon after submitting a download form, there is probably a 403 error present in your browser console (admin-ajax.php). Problems with AJAX requests can be caused by caching. You might want to read the following topic:
https://ww.wp.xz.cn/support/topic/cause-admin-ajax-php-403-forbidden/
Please let us know if it has been been resolved and if you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Export IssueHi,
Your ticket has been picked up in the support section of our website. We are glad to help you. Since this ticket relates to the premium features, it will not be further discussed here. If you have any more questions about the free version, feel free to open a new topic.
Kind regards,
Team Download After EmailHi,
When you see an infinite spinning loading icon after submitting a download form, there is probably a 403 error present in your browser console (admin-ajax.php). Problems with AJAX requests can be caused by caching. You might want to read the following topic:
https://ww.wp.xz.cn/support/topic/cause-admin-ajax-php-403-forbidden/
Please let us know if it has been been resolved and if you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
Thank you, we appreciate it! 🙂
Files in the dae-uploads folder are protected against direct access via the .htaccess file in this folder, so your download files cannot be downloaded without using your download forms. Direct access should therefore result in a 403 forbidden error, rather than a 5** error.
There may be a syntax error in your .htaccess file. If a 5** error occurs without the use of this .htaccess file, you may want to take a closer look at other .htaccess files (maybe in your WordPress uploads folder?).
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Font Families?To be sure, we did a test with the (Google) font: Raleway (Medium 500). We added the following line to the <head> section:
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap" rel="stylesheet">Now it is possible to use this font in the font-family field on the edit download page: Raleway, sans-serif. This field value is used for producing the CSS code for setting the font-family. After saving the download, the Raleway font is used for the download form elements. Everything is working fine.
This could be caused by CSS code of, for example, your theme or that the color is the same as the input field background color.
You are welcome. You may contact us through our website so that we can help you implement one of the above codes to display the icons properly.
Best regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Font Families?Hi,
Download After Email does not add any fonts to your website. You can use the fonts available on your website (front-end), for example through your theme or through a plugin. (You may want to search for “How to add custom fonts to your WordPress site”.)
If you have any more questions, feel free to ask.
Kind regards,
Team Download After Email