Please use order_by="date" not create_date
Shortcode doc: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
Your theme JS is conflicting the pop-up functionality. I have applied Extended Page Template there to embed the form. It is working now.
Extended Page Template uses [download_link_extended] instead of [download_link] tag.
Not sure how shortcode mapper works. Did you try the category shortcode in a normal page? Do you face any issue there?
Please send temporary wp-admin login info in private reply to fix this issue. We have already added the in our side for the next update.
If you are comfortable you can add the patch yourself.
You have to add the following code just before the return statement ( at the bottom ) of fetchTemplate function in /download-manager/libs/class.Package.php file,
wp_reset_query();
Added following code at the top of /wpdm-archive-page/tpls/advanced-search-form.php to fix the issue,
<?php $url = str_replace( 'http://', 'https://', $url ); ?>
Slider, calendar, and categories are back now.
Download worked fine for me on sidebar widget and page. Also tested on Chrome and Firefox both.
You can try a reinstallation of Download Manager if still having this issue.
Hi,
You need Download Manager Pro + Remote FTP add-on. Remote FTP allows you to add files to a package from another server.
Thanks.
Hi, Use direct link without the master key.
Assign a specific user role to that group of users and in category access settings check this user role.
https://www.evernote.com/l/AUfZg4Ci9N5NorHvgzWgYqEdO7RPjHHgrZ0B/image.png
Download and install the following custom add-on.
https://www.dropbox.com/s/le7v3ruo2n2hdc9/wpdm-template-tags.zip?dl=0
This add-on provides a custom template tag [downloaded_or_not]
You have to use this tag in your custom link/page template to show if the user has downloaded the product or not.
Try changing the link template. That might fix this.
Unlocked you license key. You can use it in your new domain now.
Thanks for your suggestion. We will soon implement a solution for license management.
This feature can not be modified from link/page template.
You have to edit plugin code for that. File list is generated by /download-manager/libs/class.FileList.php file. Find $button_label variable there and add target=”_blank” in a tag.
https://www.evernote.com/l/AUcVcK3uvu5Gwa-sFpwDmjqbDloFDsYmrsAB/image.png
You can use your own template for the upload page.
Please check this doc https://www.wpdownloadmanager.com/doc/template-files/
It explains how Download Manager templates should be implemented.
The reply is public now.
Could you please check your server error log? Send it as attachment below or email it to support@wpdownloadmanager.com
For now, I have added a simple download button which serves the download.
Hi,
Try it on your page. The preview may not show the 100% matching result.
Also, install the Image Button add-on to convert the download link from text to button.
Let me know if you face any issue there.
Regards,
Black download button and cache issue fixed.
Update of premium package ( packages with price ) may be related to a plugin conflict. Can I disable other plugins to be sure? You can try that yourself too at your best time, so it doesn’t affect site visitor.
You have to use [download_link_extended] to show share button in social locked packages in an embedded way. As the theme CSS is interfering with the popup. Clone the current template ( single column flat ) you are using now and replace [download_link] with [download_link_extended]
Thi is not a simple code change. It will require a fair amount of code customization. We provide custom upgrade service in such cases. Please let me know if you are interested. If it was something simple I would have already provided the code 🙂
Usually [popup_link] template tag is used with link template. Create a link template with this tag and assign this link template in your package settings.
Hi,
There is no template tag or shortcode available yet for the category image. Please check this doc https://www.wpdownloadmanager.com/doc/display-category-image/ It shows how to get category image programmatically.
Thanks.
Found the issue. There are 4 occurrences of wpdm_download_file function in /download-manager/wpdm-start-download.php file. You have to add the custom code before each occurrence. The $filename may be different for each occurance, so adjust your code to match the variable.
Please re-check the login info. Getting the following error.
https://www.evernote.com/l/AUd88SahCQZI6rL47Z2cgQMgCJyLYY-f7ZkB/image.png
Disable “Open in browser” option from Downloads Settings Basic. That should fix the download button issue.
Hi,
The shortcode should work fine. Create a new page and name it my downloads. Then put the all packages shortcode there.
If still having 404 issue send temporary wp-admin login info in private reply.
Thanks.