I have create a file package with two MP4s and one ZIP. The MP4s I’d like to view directly in the browser and the ZIP should – naturally – be downloaded. However, the multifile-package only lets me download the files. It looks like I’d need to create 3 packages, two for the MP4s and one for the ZIP, or do you see another way around this problem? Actually I wanted one package for each product I make available for download – that’s the primary reason I bought the Pro version 😉
Thank you and best regards
Thomas
How can I send guests a direct download link via email instead of sending people to a download page?
I would like the download to start automatically for my customer.
My customer sends out a newsletter with download links. If someone clicks on the link, they have to log in. Unfortunately, the download does not start automatically, but the customer is redirected to the package. They then have to search there themselves to find the correct download.
domain.com/file.pdf
This is what the links look like.
If I am logged in, the download does not start either. I also end up on the package page.
Is there a solution for this?
Thank you very much!
I am trying to customize a clone of the following link template:
————————————–
<div class="media">
<a class="pull-left" href="[page_url]">
[icon]
</a>
<div class="media-body">
<h3 class="media-heading m-0 p-0">[page_link]</h3>
<div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
</div>
<div class="ml-3">
[download_link]
</div>
</div>
————————————-
I need <a class="pull-left" href="[page_url]">
and <h3 class="media-heading m-0 p-0">[page_link]</h3>
to have the same functionality as [download_link]
I’ve tried to replace [page_url]
and [page_link]
, but can’t seem to get it right. Any help is appreciated.
Hello,
I just downloaded the mailchimp extension so that my users are automatically saved in my DB, my question is that I want there to be a record in the mailchimp registry of when the user has accepted that I send them commercial emails… How can I do this?
Hello,
I have downloads enabled on my website after the user writes their email, that is, they enter their email, click on the download button and the file is downloaded.
I would like, as you have provided me with your email, to be able to send you an automatic email so that I can send you the link to a Google Form survey. How can I do it?
Thank you!
Hello,
I am doing some work to add old versions of package files to ACF fields but i can’t appear to get the download url for a package file, how can i do this?
example of what i currently have
$files = get_package_data( $post_id, 'files' );
if ( $files ) {
// Define the new row to add.
$new_row = array(
'title' ► get_the_title(),
'date_added' ► gmdate( 'M d Y h:i:s A' ),
'files' ► array(),
);
foreach ( $files as $key ► $file ) {
if ( isset( get_package_data( $post_id, 'fileinfo' )[ $key ] ) ) {
$new_row['files'][] = array(
'file_name' ► $file,
'file_type' ► get_package_data( $post_id, 'fileinfo' )[ $key ]['type'],
'file_size' ► get_package_data( $post_id, 'fileinfo' )[ $key ]['size'],
'file_url' ► get_the_permalink( $post_id ) . '?wpdmdl=' . $post_id . '&ind=' . \WPDM_Crypt::Encrypt( $key ),
);
}
}
add_row( 'previous_versions', $new_row, $post_id );
}
Hi, we write you for an issue related to the password reset.
We have this download center: https://polydentia.ch/download-center/ based on your plugin and we have an issue when we try to reset a password of an administrator user.
When we try to reset the password we receive correctly the rest link in our email inbox, we can choose the new one but, when we try to confirm the new password it load an error that say that for this user we can’t change the password. We tested this issue with three different users all with administrator role and it happen for everyone.
If we deactivate your plugin everything came back to work as usual.
We try to check all the settings but we didn’t find anything, is there something that we have to check? Is there some settings that maybe we loose?
This is a screen of the error that appear: https://ibb.co/mtW1CD6
Let me know if you need some help.
Thanks and best regards
Mattia