mkscripts
Forum Replies Created
-
Hi Pedro,
You are welcome.
Nice that you got it working. You can adjust the email message and other messages on the following page: admin-menu -> downloads -> messages
Hi,
Nice to hear that you like our plugin.
The hidden form field ‘file’ is also a required field. So if no download file is present, this message appears. If you select a download file and save the download form again, it should work.
It is not possible to offer downloads without verification via email with our plugin.
If you have any more questions, feel free to ask. We are glad to help you.
Best regards,
Team Download After EmailHi Pedro,
If you click on publish, a new page or post is not created, but a custom post type that is not publicly queryable. Redirecting is therefore not necessary after you have removed the download form.
If you have any more questions, feel free to ask.
Best regards,
Team Download After Email
Thank you for letting us know.
You may want to create a custom .mo file to achieve this. These files will be used by WPML.
Hi,
At the moment there is no easy way to duplicate the subscribe and download forms.
The process of creating subscribe and download forms with our plugin may change in the future due to Gutenberg. With these changes we will also come up with a solution to duplicate these forms.
A possibility for in the meantime is to include custom CSS in your stylesheet of your (child) theme, so you don’t have to set the layout for each form. If you need help with this, send an email to [email protected]. We are glad to help you.
You are welcome!
Make sure you have installed the latest version 1.9 and that the email content is completely empty (no spaces) when you click on the save button (admin-menu-> downloads-> messages).
You can then, for example, use the “WPML String Translation” plugin to translate the strings of our plugin, including the email content.
You can set the “from name”, subject and email body on the following options page: admin-menu->downloads->messages. After installation, these are empty by default. For the email message you can use placeholders like {download_link}.
(Since version 1.9, a standard email message is used when it is left empty.)
We will update the installation instructions to provide more clarity about this.
Since version 1.9, this issue regarding the creation and location of the dae-uploads folder has been resolved.
Feel free to open a new ticket if this problem occurs in the future.
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] empty email messageYou are welcome! Nice that it works and thanks for letting us know.
We will update the installation instructions to provide more clarity about this.
Hi Nicolas,
Since version 1.9, a standard email message (which can be translated) is used if it remains empty on the messages options page (admin-menu-> downloads-> messages).
Spam almost never occurs with our ajax-based forms. If necessary, we take extra measures to stop the spam, preferably without Recaptcha due to user-friendliness.
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] empty email messageYou can set the “from name”, subject and email message on the following options page: admin-menu->downloads->messages. After installation, these are empty by default. For the email message you can use placeholders like {download_link}.
Since the email is sent, it seems that no errors occur.
Please let us know if it is resolved.
(Since version 1.9, a standard email message is used when it is left empty.)
I have tested your subscribe and download form and everything works fine.
Then I read your second message … ??
Nice that you have already solved it!
You could check if the HTML meta tag charset attribute is set to UTF-8 inside the head section.
A good place to start is to inspect the source code in your browser to see where the question marks come from.
It could be that the dae-uploads folder could not be created within the WordPress uploads folder during the plugin activation.
If this folder is missing, you could create it manually and name it ‘dae-uploads’. Within this folder, create a .htaccess file with the following code in it:
# BEGIN DAE deny access download files <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule ! mod_authz_core.c> Order Allow,Deny Deny from all </IfModule> # END DAE deny access download files
I understand that if the download link in the email is clicked, no download window will appear? Or is there no download link at all in the email?