mkscripts
Forum Replies Created
-
Hi,
Our plugin is developed to provide 1 download link per download form via email verification. If you want to offer multiple files with one download form, you could use a .zip file for example.
Perhaps in the future it will be possible to work with user accounts, so that a user does not have to enter his email address again and again. This way it is possible to have a downloads page with direct download links for logged in users.
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
The first opt-in takes place when the download form is submitted. You can choose to only import subscribers after a second opt-in (which takes place during clicking the download link in the email), whereby it is confirmed that the subscriber is actually the owner of that email address that has been used during the first opt-in. If you are using the premium Mailchimp integration, it automatically uses a double opt-in mechanism.
For anyone who is confused, there’s no requirement under GDPR to have a double opt-in process, but it may differ per country whether this is mandatory.
Kind regards,
Team Download After EmailHi,
This topic has been covered here. With the next update we will add the mentioned CSS code.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Button CodeHi Greendroid,
Glad to hear you like our plugin, thank you!
You have already largely answered your own question ?? The jQuery functions you are looking for is click() and slideToggle(). Here you can find an example and/or tutorial.
Kind regards,
Team Download After EmailIt looks like something went wrong with the location of your download files. Normally the location is /wp-content/uploads/dae-uploads. If this folder no longer exists, you can create it by reactivating the plugin. Before deactivation, make sure your settings are correct so you don’t lose any data: Admin Menu > Downloads > Options.
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailThis problem was related to the SSL configuration of the website.
Hi,
Since the update to version 2.1.3, the filter ‘dae_ip_address’ has been added. To disable the storing of IP addresses you can use the following code in your functions.php (child theme) or in a custom plugin:
add_filter( 'dae_ip_address', 'disable_dae_ip_address' ); function disable_dae_ip_address() { return 'disabled'; }
@greendroid That’s nice to hear! Only a filter has been added. An option on the settings page may be added in the future. As long as the above code still exists, you don’t need to take any actions.
Kind regards,
Team Download After EmailForum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] Bug in download urlThis issue has been resolved with the update to version 2.1.3.
Kind regards,
Team Download After EmailThe thumbnail display issue has been resolved since the update to version 2.1.3. This applies to new download files. The display of thumbnails of old download files can be solved by moving these images to the dae-uploads folder or re-uploading them in the media library. If there are still problems, feel free to open a new ticket.
Kind regards,
Team Download After EmailHi,
No this is not possible. Currently one download file can be selected per download form. You could use .zip files in case you want to offer more download files with one download form. We will note the functionality you describe in your question for possible extensions in the future. Thanks for your question/suggestion.
Kind regards,
Team Download After EmailHi,
This topic about translation is covered here.
Since no extra form fields can be created in the free version, and therefore no extra columns in the subscribers table (eg language), this is only possible with the premium version. (Adding hidden form fields will be possible in the future.)
If you have any more questions, feel free to ask.
Kind regards,
Team Download After EmailHi,
For this particular error, we recommend that you contact us via our website. We are glad to help you.
Kind regards,
Team Download After EmailHi,
This problem is probably related to your caching plugin. We noticed that you are using LiteSpeed ??Cache. You can find the solution for the LiteSpeed ??Cache plugin here.
If you have any more questions, feel free to ask. We are glad to help you.
Kind regards,
Team Download After EmailHi,
Thank you for using Download After Email. Nice to hear you like our plugin, thank you ??
It is best to contact us via the contact page of our site. You can then forward an example email so we can see what’s going on.
Kind regards,
Team Download After EmailHi,
You can find the email text (strings) in the same file as the other strings (download-after-email.pot). This applies to both the admin notification email and the email containing the download link. To translate the email containing the download link, make sure you leave the email content field empty when saving the settings on the page Admin Menu > Downloads > Messages. Otherwise the entered text will be used instead of the translatable string.
For anyone not using a translation plugin, the following method can be used:
You can create .po files from the file: /wp-content/plugins/download-after-email/languages/download-after-email.pot. One for each language. You could use Poedit for this. In the start screen you can select “Create new translation (from .pot)”. You will be asked to fill in the language code, for example en_EN. From the created .po file you need to create the compiled .mo file. Make sure the name is given like download-after-email-en_EN.mo. Place the .mo files in the folder /wp-content/languages/plugins. If this folder does not exist, you can create it manually. So the full path of the .mo file would be /wp-content/languages/plugins/download-after-email-en_EN.mo. Now the translated strings, available in this .mo file, will be used (unless fields were not left blank when saving the message settings page).
For more specific questions about WPML, we refer you to the WPML support team.
Please let us know if it worked and if you have any more questions, feel free to ask.
Kind regards,
Team Download After Email