Hello Pierre Gergi,
Hope you are well. Are you searching for cross-sell and up-sell feature for your packages? You can also check this add-on for this, https://www.wpdownloadmanager.com/download/linked-products/. Please kindly check and let me know.
Thank you and regards
Hi,
When I update the version of Download Manager, I suffer, as perhaps many users who use this Plugin do, as I have to add codes manually within different files, such as links:
download-manager/src/Package/views/datatable.ph
download-manager/src/Package/PackageController.php
Where I change some words, such as the text that appears on the button, as well as the names of the categories, etc
Is there no other convenient way?
Thank you
You are not using Downloads > Categories > Single Category
, you are using [wpdm_all_packages]
shortcode, you can customize the shortcode appearance following this doc, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/. You can use cols="title"
instead of cols="page_link"
. Please kindly check and let me know.
Thank you and regards
Hello,
I don’t see a difference in what we have currently and what you suggested, could you tell me what I need to update?
Yes, that is the Template ID for one of our Link Templates under Downloads > Templates.
I don’t know if this helps or not, but this was working with no change for a long time, the only that changed were updates to plugins, not sure if it was the update to Download Manager or we are thinking possibly, ACF?
Sorry, I checked again and it looks like I bought this extension WPDM Directory Add-on Pro License.
https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ In this page shows the shortcode [wpdm_archive_filter items_per_page=”12″ template=”link-template- default” cols=1 colspad=1 colsphone=1] which generates what I need, filters and search, but when I insert it it doesn’t work. How come?
This reply has been marked as private.
You can check link template files form here: wp-content\plugins\download-manager\src\Package\views\link-templates
.
Regards
Yes, it has no risk losing any important stat data. However, I have no direct access for this mail support@wpdownloadmanager.com
. Can you just share the link here or you can also share it in a private reply. I hope you have understood. Please check and let me know.
Thank you and kind regards
I didnt understand 100% what do you mean, I changed the file name and uploaded it again and I tried to put the file in under another download name, its not working
this is the file link
https://mefma.org/wp-content/uploads/2024/06/TAASEESY-Material-EN.pdf
when I open it, it opens normally, but whenever I put it under any download package it gives that error
This reply has been marked as private.
You can also share the error logs file download link here in the private reply. However, have you checked these options too as I image attached from Downloads > Settings > Privacy
section ,

please kindly check and let me know.
Thank you and regards
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi there
I have a client website with a downloads section I am trying to get working from the old site (see login information in private reply below..) , which I want to transfer to the new site https://www.familyservicens.ca/downloads/ (does not require login)
I did an export and import using wordpress tools for this, it created the XML file, which I imported but the links do not work.
The XML file is so small, I don’t think it properly downloaded any of the files because when I check the master link, it produces an error… sorry file not found.
Can you please help me figure out how to get things working correctly. Happy to continue this chat via email.. contact@highlandmultimedia.com
can you provide a demo of ACF for Download Manager and what all fields can be added and how to add these fields in the link template
Hi
Thanks for working on this.
However the login page has 3 forms on it: https://staging.heskins.com/login
Also, the Downloads page (https://staging.heskins.com/all-downloads/) is still linking the logins to wp-login.php and they are still not working.
Hi
That’s what’s confusing. The link you posted works but if you go to: https://staging.heskins.com/all-downloads/ and click on that Login link while not logged in. It doesn’t do anything but if you right click on open in a new tab it works and opens https://staging.heskins.com/wp-login.php?redirect_to=https://staging.heskins.com/download/h3512-surface-primer-no-toluene/
However, we would want this to work and to link to the DownloadManager login link not the WordPress link. Which I assume would be:
https://staging.heskins.com/my-downloads?redirect_to=https://staging.heskins.com/download/h3512-surface-primer-no-toluene/
Hi
That’s now been changed but it’s still not working. Also the links are still pointing to wp-login.php instead of your systems /my-downloads/ page?
We did build this page: https://staging.heskins.com/my-downloads/ but the links on the downloads link to the wrong page. If we can have the downloads link to this page: https://staging.heskins.com/my-downloads/ it will probably fix the issue.
How you are trying to edit the link? Can you please give example , do you want open download in a new tab or flat URL link? please check and let me know.
Thank you and kind regards
When the system tells someone to click the login link to download, the link isn’t working? It works when yuou right click and open in new window though?
Here’s the page: https://staging.heskins.com/all-downloads/
I created this template
<table style=”width: 100%; margin-left: auto; margin-right: auto;”>
<tbody>
<tr>
<td style=”width: 30%;”>
<p class=”package-title”>[title]</p>
</td><td style=”width: 30%;”>[description]</td><td style=”width: 30%;”>[excerpt_50]</td>
<td style=”width: 20%;”>[download_link]</td>
</tr>
</tbody>
</table>
But instead of excerpt, it is showing description
Circular dm
https://www.dropbox.com/scl/fi/tvafdjjsrlkeqowi3ikl0/Screenshot-from-2024-06-10-16-28-28.png?rlkey=juwlqg94xt5bd2y4jghsli9fp&st=e9pnpiik&dl=0
Good morning,
I need to integrate what the shortcode
[wpdm_direct_link id="Package ID" target="_blank" label="Download Me!" class="css class names" eid="element-id"]
Does within an email sent by Contact Form 7.
Currently, when I use the shortcode, the email is sent, but it doesn’t interpret the shortcode. I simply see the shortcode written out.
How can I make this work?
Sorry for my late reply.
Basically, the Python script I created correctly uploads the files using your API. However, when I click on “Generate download URL”, this is the address that comes out:
https://mywebsite/?wpdmdl=7053&masterkey
As you can see, the masterkey is missing.
Then I have to go into the download, click update, and magically the masterkey is generated, and it correctly generates the link:
https://mywebsite/?wpdmdl=7053&masterkey=fL1HPluIpPl-ym9zVcmGZhkRswTEcdstsShcujn00WeWdSvIeSyFpxvkcCfwfsJxdQfSiEUI85oGTAK5NjG3C-CfKsxYdSylELJiG5BgF18
I need the masterkey to be generated immediately when I upload the file via the API.