I lap this shortcode on the Custom Field or within the URL field of the elementor.
The link is rendered like this: https://site.com/?Download_File=9353&token=354762145682368
Redirecting to the original URL after validated:
1 – Are you logged in? (if not, ship to page: /login-to-download)
2 – Are you allowed? (if not, send to page: /upgrade-to-%REQUIRED_ROLE%)
3 – All approved: Redirect to the URL inserted into Shortcode:
https://www.dropbox.com/s/b08y8jbmirstjoi/tv_hologram%20close%20touch%202_4k.mp4?dl=1
And who can access this link will only be logged in and with the specified ROLE
Simple task, wanting to show a page of most popular downloads. Tried adding via shortcodes, via the TinyMCE. Totally ignores link template, and layout looked awful. Decided to try via Gutenberg added packages, sorted by download count. Numbers go something like 100, 75, 80, 95,63 etc
At first I thought it’s because WPDM resources are only loaded on the download areas, so I enabled them for the post in question, made no difference.
Hello,
Sorry for this inconvenience.
Make sure that you have successfully purchased the items. Then please check this link
If you have purchased anything, all orders will be available there.
If still the problem persists, please share the invoice id in a private reply so that we could inspect further
Thanks
I had the same issue after one of the last upgrades. The following helped in my case:
– go to Downloads > Settings > Privacy
– click “clear all cache”.
– now it worked again
If not, try the other setting under “Temporary Storage Management” > “Store in Database”.
This hint comes from here: https://wordpress.org/support/topic/invalid-download-link-3/
That only partially fixed the problem. Now I am getting a confirmation the payment went through on the site. But there is no download button for the user. I did disable the option you suggested. The wrong price is also getting sent to Paypal during checkout.
For Guest Users there is no way for them to download. There is no link in the confirmation email and the Guest Download page link doesn’t work.
This reply has been marked as private.
This reply has been marked as private.
Hello @raajsajaniya,
please check now, if it is working fine from your side or not. I have adjusted the download endpoint as the path has been given below, download > downloads
from Downloads > Settings >EndPoint >Download Endpoint
and flashes the permalink settings. Thus, it is working, please check and let me know
Thank you and regards
Hello @wendell,
Hope you are well. We have introduced a new option from Download > Settings > Basic
for Open in browser and Open in new window. But now you can also make it for as I described below,
by default, you are using link-template-default.php
for link template and page-template-default.php
for the page template. you can edit the files and follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files.
For opening in new windows, please add this code replacing [download_link]
in page/link templates PHP file as i described below,
<a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>
thank you and regards
Hi @eizorugged,
Hope you are well. And sorry for the inconvenience.
Auto-install sometimes fails due to auth error or server file permission issue, however, you always can download and install any add-on from the below link.
User Dashboard
I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
However, it will be very cooperative if you record me reproducing your issue using a tool like this?
It helps me to quickly figure out the issue and squash it immediately.
Thank you
This reply has been marked as private.
Hello,
Unfortunately link template editing is not possible with free version of WPDM.
We have similar search functions with our directory addon.
WPDM Directory Add-on
See example here here I used the shortcode [wpdm_simple_search cols=1 template=”default-template” items_per_page=5]
Also you can check our special package with maximum addons:
WordPress Download Manager Special Pack
Thanks
This reply has been marked as private.
This reply has been marked as private.
Hi. Is there a way to set a page link on the Denied Access button on the downloads. I want to redirect people to a specific page
Hi @vavw,
I have informed our developer about the download link unmask issue. soon you shall be updated
Thank you and regards
This reply has been marked as private.
I guess I’m not sure where I’m supposed to download from. I tried the WordPressPlugin Directory and the free download from your site, and can’t see any differences. Please send me the link.
This reply has been marked as private.
Hello @raajsajaniya,
Hope you are well. And sorry for the inconvenience. Are you trying now to shift all download links to download manager packages, if you are trying this, please follow this doc, https://www.wpdownloadmanager.com/doc/bulk-import/. And if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @vavw,
Hope you are well. And sorry for the inconvenience. Mask Download Link is working fine from my side. Can you please give your temporary wp-admin login details in a private reply for checking the issue?
Thank you and regards
On the page https://fenrisd.com/api-documentation we are trying to allow users to select multiple downloads then be brought to a confirmation page after hitting submit then after this confirmation page has been loaded the download(s) of the selected files will start. Currently we are using conditional logic on this gravity form to redirect to a download link for each checkbox option.
Is there a way to allow users to download multiple files after loading a confirmation page using this extension with gravity forms?
This reply has been marked as private.
Hello,
As I investigate the issue on my own over here, Please click the test download link you have just shared and check
When I click the link to a download package I create, it properly loads the Page Template and Link Template on a wordpress page (e.g., https://mysite.com/download/download-package-01), but the wpdownloadmanager content is wrapped in the default wordpress post template. I don’t see anywhere in the wpdownloadmanager settings to specify the actual wordpress post template that’s applied to each download package/page. My theme is dropping your content into a wordpress post template, inside the post-content div. I would like to be able to select the wordpress post template applied to each download package/page (like a regular post), see below, my default wordpress template is named “td-post-template-default”, but I have several other templates I’d prefer to use
*Edit – I’m not looking for widget shortcodes to put into existing pages (they work fine), I need all new download packages to be applied to a different post template if that makes sense
<div class="td-container td-post-template-default>
<div class="td-pb-row">
<div class="td-pb-span12 td-main-content" role="main">
<div class="td-ss-main-content">
<article id="post-2725" class="post-2725 wpdmpro type-wpdmpro status-publish post" itemscope="" itemtype="https://schema.org/Article">
<div class="td-post-header">
<div class="td-post-content tagdiv-type">
<--- wpdownloadmanager content --->
<div class="w3eden">
<--- My Custom wpdownloadmanager page template --->