Unlocked your key. You can use it in new domain now.
Please send temporary wp-admin login info in private reply to check the issue.
No option to change email template in the free version.
Please send temporary wp-admin login info in private reply to check the issue.
Try attaching a directory that is inside /uploads/download-manager-files/
dir. Let me know if it works. But without checking the installation it is kind of tough to pinpoint the issue.
Sorry, change the size in line 257 too.
Use [wpdm_frontend flaturl=0]
shortcode to create frontend upload page. Only allowed user roles can upload files from the frontend. You can control these roles from Admin Dashboard Downloads Settings Frontend page.
I have re-installed Download Manager. Everything seems okay now. Please let me know if there is an issue.
Popover is working without any issue in my test. Maybe you have already fixed it.
https://www.evernote.com/l/AUcHwml5eU5B_b2uChCFQ29fI6rWE__kWQcB/image.png
Hi,
You are using a custom link/page template there. But you have already deleted that template that’s why it is showing the template id only. Please try inserting the shortcode again using another template.
WPDM works in the multisite environment. Have you faced any issue in multisite installation?
Regards.
I got the email with the download link in my test (https://illutas.com/download/qualiware-screenshots/). Could you please try now?
https://www.evernote.com/l/AUd0o-01EfVIbrKcbf4Zm13wGcnVYvejEpIB/image.png
Attach Dir feature does what you explained above. Just select the dir you want to attach.
https://www.evernote.com/l/AUeTfzTASTlHxqV0WEKZ1esFkDTVF4VNjDsB/image.png
Please let me know if you are facing any issue there.
1 ) Please apply same code update on /download-manager/libs/class.FileList.php
in Table
function to fix single file download link.
https://www.evernote.com/l/AUeO3sQ2MS1HAZcjti9zX5XgR3dHw1eqY_AB/image.png
2 ) I have create a test page here https://tool-zone.de/download-archive/ with archive shortcode. It is working.
Please send temporary wp-admin and FTP login info in private reply. I will install the latest version there. That should fix all issues.
The temporary user doesn’t have plugin editor access. So, I couldn’t try the possible solution for this issue. Please enable editor access.
Or
Perform following changes in /download-manager/libs/class.Package.php
file.
Replace $permalink = get_permalink($ID);
with $permalink = home_url();
in getDownloadURL
function.
https://www.evernote.com/l/AUcXbCF5n3ZOs7_WlPEn97iIYZs1tdkZ8jQB/image.png
Try following scenario.
1. Change user role of “WPDM” to 2 built-in roles ( remove WPDM-tester custom role and assign another i.e. author )
2. Change WPDM-package-category category access settings accordingly
3. Now check the shortcode page that shows all packages from the WPDM-package-category
If all packages are visible then the issue is related to your custom role.
Glad you have it resolved
Worked fine in my test. Attached a sample file using “Select Files” button. I used Firefox.
https://www.evernote.com/l/AUfe6Hc6GTZGzbR98IkWDOC1M2x49UNpg6UB/image.png
Could you please check again?
Did you complete the payment or just visited payment page? Order status remains in ‘review’ when payment is not completed.
Please try now. Unlocked your key from the old domain.
Glad you have it resolved.
No option yet to modify the thumbnail size. Code editing is required. You will find to thumbnail size in /download-manager/libs/class.FileList.php
line 309
Maybe CSS conflict with your theme. Please send me the link to check.
Or,
You can use “Single Column, Image Top, Extended” page template to embed the form in the page instead of showing it as a popover.
The password is not working. Please re-check login info.
Built-in playlist tag does not autoplay files one after another. It looks like the following screenshot.
https://www.evernote.com/l/AUdYcllmdzpAuqxKfyXU5WRIwSkDtJ8m1a8B/image.png
You can use $files = \WPDM\Package::getFiles( $package_id );
to get array of files in a package. Take a look at detailed implementation of file list here /download-manager/libs/class.FileList.php