This reply has been marked as private.
Hi, is it possible to get the additional links to display for an EDITOR role. They appear fine for ADMIN level access.
Specifically the ‘Email download link’
Thanks
I need to change my linked site license key from thepeoplesnote.com to downloads.thepeoplesnote.com
Thanks
404 error: https://demo.wpdownloadmanager.com/wpdmpro/wpdm-package/line-icons/
Broken link on this page, https://www.wpdownloadmanager.com/doc/templates/
Link Template, Page Template and Email Template.
# Link templates are used to render short-code [wpdm_package id="package-id"] ( Ex: http://demo.wpdownloadmanager.com/wpdmpro/ready-to-use-templates/ )
# Page templates are used to render package details page ( Ex: http://demo.wpdownloadmanager.com/wpdmpro/wpdm-package/line-icons/ )
# From Email templates tab you can custom emails like email lock email, new package notification email, user signup email.
I need help to understand why the amazon s3 links don’t work instead of the download button I see a download error message
This reply has been marked as private.
This used to work fine, but is no longer working. When I click the “Link” button next to a download file, copy that URL and paste it into the browser, it get looped back to the home page.
I have checked and Individual Downloads is enabled in both the Settings Screen and for the package.
Any help is appreciated.
TIA
KO
That’s great. Thanks so much.
Instead of “Send Download Link To” please note “Envoi du document à”
And instead vo Email Address” please note “Votre adresse E-Mail*
Download links work for me even after 2 hours. Could you please check again? Maybe it was related to the private download link usage limit.
Hi-
When I try to change the code above so that the package opens in a new tab/window it breaks to page and nothing shows. Have these instructions changed? I have the Pro Pack. Thanks!
case 'download_link':
echo "<a target="_blank" href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>";
break;
I have attached screenshots.
Here is the page https://adventistfaith.com/education/office-of-education/resources/
For anyone else with this problem, I resolved it by changing the shortcode and removing all changes to the php.
New shortcode includes a ‘publish_date’ column.
[wpdm-all-packages items_per_page="20" categories="asx-announcements" jstable=1 order_by="date" order="DESC" cols="title,file_count|publish_date|download_link" colheads="Title|Publish Date|Download"]
Dear Shahriar,
I managed to change the “your Name”-Field.
Can I put the text for changing the download link to label anywhere in the wpdm functions file?
And where do I put my french text ? After the $-sign ?
Can I put my logo into the circle on top ? How ?
Thanks again for your precious help !
Kind regards,
Katrin
This reply has been marked as private.
Currently, the terms lock doesn’t protect the single file download links. For the time being, you have to disable single file download when using Terms Lock.
Use a custom link template. You can clone the current template from Downloads Templates page. From your cloned template remove the [download_link]
template tag. That will remove the download button. You have to use this template with the category shortcode. So, make sure to update your shortcode after creating the custom template.
I have created a new custom link template “Call to action 3 clone”. Used this template in your shortcode here https://swisseye.com/de/produktkatalog/alle-produkte/verglasbare-sportbrillen/c-shield/
[wpdm_package id='29274' template='5cce90b1a729b']
The download is working now.
I’m building a WordPress site on my local machine (so I can’t provide a link to show you). I’m using the free Ribosome theme and the WordPress Download Manager (WPDM) plugin. When I installed the companion WPDM – Gutenberg Blocks plugin, both my site title and social media icons in the top bar disappeared. I really want to use both Ribosome and the WPDM – Gutenberg Blocks plug in. How can I make the site title and social icons appear when using both?
This reply has been marked as private.
Is error 500 Download link, please help
As I wrote before, I’m using Bulk import page, but I cannot set the correct mapping for some fields using the previously attached csv.
For example:
– Category (I created category in Downloads > Category and in Posts> Category as well, but no one are linked)
– File Name (Inside the page I see the name of the .pdf instead the filename)
– Access permission (always set as Full access)
The packages you see in backend were manually modified after the import. In screenshot the packages imported with csv (no manually modify).
Could you please help me?
@Shahriar thank you. Unfortunately, I am still stuck. I logged in to your site and got my key. First, in my user dashboard in wpdm.com, the API key modal still shows the old URL under “Linked Sites:” Second, when I log into my WP website’s admin back-end and try to enter my API key via Downloads > Setting > License, paste the API and click “Save Settings” I get a message “Invalid License Key”. It appears that perhaps the API key was not unlocked. Additional help would be appreciated. Thank you.
How do that with tree shortcode:
[wpdm_tree download_link=1].
How to make open in a new window the file?
1 ) Please check this link https://www.wpdownloadmanager.com/doc/using-premium-package/setting-up-paypal-smart-button-for-premium-packages-digital-ecommerce-plugin/
2 ) Swift doesn’t support the additional previews yet. Will add this in next version. But can use the WPDM Page Template add-on which will allow you to use any Page Template from Downloads Templates page.
bbPress is overriding the template style. Add the following code in Customzie Additional CSS option. That should fix the style.
.wpdm-download-link.btn.btn-danger {
background: #f00 !important;
padding: 8px 10px !important;
}
.w3eden .list-group-item a {
border-bottom: none !important;
}