the package works correctly with direct download. However, it comes to an error”— Invalid download link —”, when “sending download link to mailbox” is enabled.
After submiting, the user will receive an email with a download link. by clicking the link, it goes to a page”Promat 2023 ( PDF )
Expires in 2 days 5 downloads remains
” with a download buttonhttps://101.132.174.255/wpdm-download/szA_56s9HuUv77kZiujZ7P72lld3rNlqM1bGUiL7m__t2MV2C1ou85OVNSaTYRUHiaWnWOOXKQzKEuWE_iG2Vb09Y1y6NKxHA_Dz2bWk9_1EzrTPHU6WI-bRMt8mXwXA, so everything looks okay so far.
However, while clicking the button, it goes to an error”— Invalid download link —” @ https://101.132.174.255/?wpdmdl=20564&_wpdmkey=643cb6db1c2f6
Could you please help to eliminate the error? Thanks!
I am using using [wpdm_search_result cols=1 template="sample-link-template"]
content for sample-link-template is as follows
<div class=”media”>
[icon]
<div class=”media-body”>
<h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[page_link]</h4>
[download_link]
<i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”icon icon-th-large”></i> [file_size] <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”icon icon-download-alt”></i> </div>
</div>
after searching, results are shown but both the title and download button are not working. Both are not clickable. I suppose these were generated by [page_link] and [download_link]
How do I fix this?
Hi there,
I’m fairly new to using Download Manager. It looks like the link template button we were using on our website stopped working as reads that it expired.
Could anyone provide some guidance on how to get this updated? We have a pro subscription.
How can I use the short code feature to display all packages from particular category and have the link goes directly to the piece of contact I want them to download and not a separate page?
This is what I’m using, where “evergreen-commentary” category contains several different pdf packages.
[wpdm_category id="evergreen-commentary" template="link-template-card"]
Updated to latest version of Download Manager now I have — Invalid download link — errors.
-Jason
The shortcode below worked as I wanted prior to upgrade to 6.3.2:
[wpdm_my_downloads login=1 template=link-template-widget cols=2]
It showed a filter based on categories on the left side. It showed all packages belonging to the categories where the user is a member of.
Now it only shows packages, where the user is mentioned in the members. It does not show packages belonging to the categories, of which the user is a member. It looks broken to me.
[wpdm_all_packages login=1 thumb=1 order_by=date]
shows packages as expected, but unfortunately it has no category filter.
Please let me know how to get the previous functionality back.
Hi!
Currently, the download Control Access is based on the WordPress user role.
I need to restrict access to the download with the WPFusion conditions.
And I need the restriction to be done on direct links as well (with the link ending with ?wpdmdl=ID)
How to do this ?
Thanks