You can follow this documentation for creating a new template, https://www.wpdownloadmanager.com/doc/template-files/ As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template.
I figured it out. I just added random number as id. I used todays date and time.
´
{
“title”: “Windows-package”,
“slug”: “Windows-package”,
“description”: “Windows package”,
“status”: “publish”,
“permalink”: “https:\/\/www.mypage.com\/download\/windows-package\/”,
“tags”: [
“windows”
],
“categories”: [],
“thumbnail”: false,
“files”: {
“2020020617491”: “\/downloads\/windows.exe”
},
“fileinfo”: {
“2020020617491”: {
“title”: “windows.exe”,
“password”: “”
}
}
}´
I would like to add a local file to the package. I manage to do it through the wp-admin page but how do i create this id and file in API? Documentation says. “files object Array of attached file names key by file ids.”
I find an issue with your plugin. I want subscribers to only receive a downlink link by email.
So, in the tab “Lock options” (Edit package page), I check “Enable Email Lock”, “Ask for Visitor’s Name” and “After Submitting Form: Mail Download Link”. It works fine if I do not “Enable Captcha Lock” but if I check “Enable Captcha Lock”, if the subscriber enter email+name and check the Captcha, he have instant access to the file…
Could you please fix that problem? because I need to enable Captcha to prevent robot submissions.
This generally happens every time after you refresh the page, You can follow this documentation, https://www.wpdownloadmanager.com/doc/template-files/ As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace the [download_link] tag with <a class="btn btn-success" href="[download_url]" target="_blank">[link_label]</a> in your page/link template. Then you can see in the refresh slug key is regenerating every time after refreshing the page.
I am having issues with the Direct Download Link in Chrome as well. New Download Posts are downloading text message “Sorry! Download is not available yet.” PDF Document uploaded to Media Library just find. Download Link on the Download Post doesn’t work either.
No. I can change the button easy. The text link which links to the download’s page has been changed in this update. The font size is much larger and it’s displayed as a very bright blue. I want to change the colour and size of text link please.
Hi, I’m getting an error when I try to purchase a download on my website with Authorize.Net add-on (which I paid for). Authorize.Net works well with my Events Manager on my site, so I wanted to use it with Download Manager. However, the error comes from not having a URL to put in my Authorize.Net account and they don’t know what the URL is: this is the error: (14) The referrer, relay response or receipt link URL is invalid. (The referrer is Download Manager, and the relay response must be related to a link URL that is in your code, which I need to add to my Authorize.Net account.
Please let me know if you can assist as I really do need this functionality and option for potential sales.
I have a site that i am providing flight sim downloads, I am using the following shortcode
[wpdm_category id=" max-7,max-8,max-9,max-10,737-600" operator="IN" title="File Library" desc="1" toolbar="1" order_by="field name" order="asc or desc" item_per_page="10" template="link-template-msthumnail" cols=2 colspad=2 colsphone=1]
When i click on details of the download, it just reloads the download page and never shows the details. How can i get these links to properly show the download details etc. If i use the downloads by category widget i can click on a category and it will filter down the just those and let me open each individually. I would like to have this same behavior with the above shortcode. Is that possible?
we are building a site using Uncode and your Download Manager -plugin. Seems that activating the plugin breaks our sites menu: when clicking a menu item with submenu items, the whole menu breaks and the link doesnt work. Deactivating the plugin fixes the issue. Can you check out the possible incompatibility issue? I can send the login information via email so you can access the dashboard.
Hi, I have waited since autumn to update WPDM, since I read about bootstrap 4 problems. I thought they were solved now. But after update my links suddenly changes look to big bright blue! Can you help me how to fix that, maybe I missed some changes I need to do to make bootstrap 4 work?
But when I look thru preview of all different LINK TEMPLATES I see that most of them have this bright blue link appearance after update. BUT, a few of them look like they should do! “Dafault template with icon” is bright blue. But “Default template with download count” looks like before, smaller and grey, as I want it to do. (So I had to change all default to that link template, event thou I do not want to show “Download count”).
Can you tell me how to fix “Deafult template with icon” so the link text looks like before and not big and bright blue?
No, [wpdm_tree] generates a tree view of all categories and packages, if you want to use it for a specific category, then: [wpdm_tree category="category-slug"], for direct download link use additional parameter download_link=1. You can also use the Select From Media Library Feature for uploading your files.