Login info not working. Please check again.
Send temporary wp-admin login info in private reply.
To confirm, You want to show the form on the page instead of a popover.
Sorry, Prime does not have this feature. This screenshot is taken from app appmarket theme. This addon
Linked products https://www.wpdownloadmanager.com/download/linked-products/ add-on has similar features. You can check that out.
We will take a more closer look into this issue. Although it is working fine in our test. Thanks.
Yes, download count increased by 1 after my download. So, everything is okay there.
The first green button is single file download link. If you have multiple files each file can be downloaded using those links.
The last download link downloads the whole package. If you have multiple files those will be downloaded as a single zip file. If you want you can disable single file download link from package settings.
1. You can edit the ‘Download‘ text from package settings page. This text comes from Download Label option.
https://www.evernote.com/l/AUd9271R155KiLkbQuqpf-lFR7D0-ann4lwB/image.png
2. When your use this shortcode [wpdm_package id='7623']
it uses Link Template from your package settings to show the output. You can use a custom link template to make a customized output ( eg. remove the download button ). Build you custom link template from Downloads Templates page. Here you will find docs about custom link template https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
https://www.evernote.com/l/AUfhAK3nq3lK16fnWzRWMCiPuv8CtciXdXcB/image.png
Send temporary wp-admin login info in private reply if you need any help in creating a new template.
Download working fine in my test, 1) when lazy download is disabled, 2) lazy
1) when lazy download is disabled. Downloads as usual.
2) lazy download is enabled, download works after waiting time.
Your issues might be related to browser settings. If your browser blocks popup link, download won’t work. You will see a popup blocked notification like following screenshot.
https://www.evernote.com/l/AUcqajC6VP9F7Jeq1yDTjECnk4LKgJNLQTcB/image.png
Please try using ‘Link Template Embedded’, that should show the form on the page.
Please use google drive add-on to attach files from Google Drive.
Try downloading as another user. Multiple downloads are counted as one when done by the same user or from the same IP. Send me the page link to check.
Please follow these steps to use create date instead of update date,
1. Go to wpdm-archive-page/tpls/aps-content-cat.php
and find get_the_modified_date()
2. Replace it with get_the_date()
Please allow plugin editor access to the temporary user. I have to run some tests to find the origin if this issue.
You have to create a new template file for this /download-manager/tpls/user-dashboard/edit-profile.php
. Please follow steps from here https://www.wpdownloadmanager.com/doc/template-files/ to create the new template.
Do not edit plugin file, because plugin update will undo any changes inside plugin directory.
That topic is open to new reply. However, you can continue the discussion in this topic if still can’t reply there.
Update is coming with this week. Sorry for the delay.
It was an issue with your category ‘Other Documents’ It was generating a warning which replicated for each member package. After updating the category from category settings page everything is fine now.
Please add the following CSS in your theme’s style.css file ( OR, theme’s custom CSS option ) to adjust the title and metadata color. Set the color of your choice.
.w3eden h3 {
color: #111;
}
I see you are using very old version of Amazon S3 Add-on, please update your copy, that will make download function okay.
Ops, we missed to remove that from template, please give me temporary wp-admin login info in a private reply, I shall adjust it for you.
Please give me temporary wp-admin login info in a private reply to check your issue.
Select “Hide Everything” option when a user don’t have access, from wpdm settings page.
I didn’t face any trouble, all 128 entries from 89-90-parte-due-2.csv
imported successfully
Actually, that is not a problem, that is how wpdm works. Lock options are to give users alternative options to download and item, so nothing to solve there. However, if you was easy to do the way you want it there, I surely would do that, but that is almost impossible or very lengthy work, and we also don’t have a plan to add it as a core feature. Thanks for your understanding.
Ok, no problem, please restore the backup, I shall add the new feature as a separate add-on.
The point is, it is working fine in my test, and it is calling email function properly, so, I need to test it in your installation by adding some debug functions to find why the issue is actually happening.