Hi,
if you are using bootstarp 4
from downloads > settings > user interface
please add the below linedownloads/tpls/wpdm-all-downloads.php
file in line number 295
$data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>";
commenting out this line
// $data['download_link'] = \WPDM\Package::downloadLink($data['ID'], 0, array('template_type' ► 'link'));
I hope it should open a new tab for the related packages
thanks
This reply has been marked as private.
Contact form 7 with the download_link_extended
tag is working fine from our side, if you are still facing problem with contact form 7, can you please check this plugin too, https://wordpress.org/plugins/liveforms/, it has a more extended feature
thanks
Nayeem. The file from the link you gave has the file name ‘download-manager-5.3.8’ which is the filename of the previous version. If the file is version 5.3.9 then please rename the file to 5.3.9 and put an end to this confusion.
View post on imgur.com
Hello Stefano,
Thank you for contacting the support centre.
We are sorry to say that currently, we are not providing any ERP integration/support. But you can contact our custom upgrade team if you want to implement an integration add-on by following the below link.
Custom Upgrade Service
With Regards
This reply has been marked as private.
Hi,
Nothing has changed – the plugins were all still active before and it worked.
Only deactivating the Form Lock plugin did anything…
There is no download button / link when the form is filled in, surely that is a Form lock issue?
Can you look at this again please asap?
Thanks
That option doesn’t work, can you please show how to get a file link from Dropbox and paste in the ‘Insert URL’ field for a package using Single Column Document Preview page template?
That is the part I’m stuck on because Dropbox is still forcing the download since their preview mode cannot be embedded in an iFrame
Are you trying to open a new tab, for this shortcode download package,
[wpdm_all_packages items_per_page=15 jstable=1 thumb=1 categories="dump-files" order_by="publish_date" order="DESC" cols="title,download_count,package_size|publish_date|download_link" colheads="File Name|Update Date|Download::155px"]
please let me know
thanks
Hello there.
I am creating downloads that are for specific users in my website. I am restricting access to them via the Advanced Access Control add-on.
Here is the issue: the download itself (the title, the description, the excerpt) might have confidential information, so I need to make sure other people can’t download the file (already via de Advanced Access Control add-on) but I also need that they can’t access the download page even if they know the direct link to it.
Now, people won’t access their private downloads via the page, only through the link, so I was thinking on creating a special download page template that ONLY shows a block alert.
Is this possible? Is there any other way?
I do have a subscription membership plugin that can prevent people from seeing specified pages, but this works for groups of people, not individuals.
Respected Sir Check this also plz page should open in a new tab when users click on that download button in the table. Example URL for Problem 3
also Sir I am already using [wpdm_all_packages items_per_page=15 jstable=1 thumb=1 categories="dump-files" order_by="publish_date" order="DESC" cols="title,download_count,package_size|publish_date|download_link" colheads="File Name|Update Date|Download::155px"] but the problem is same, I mean the after changing the page the table should scroll to the top, but it is not working. but sir the most important problem is the problem one, please solve this, because table not working on big size category. i mean the category with much files. sir please check the above links I sent to you.
Hi, thanks for your video.
I’m afraid it seems my issue is not being clearly communicated.
As mentioned previously, the formatting of the link template seems incorrect in bootstrap 4.
I’ve made a new screenshot with labeled lines and arrows. Lefthand side is bootstrap 4, right is bootstrap 3.
– Red highlighting shows the difference in text size, bootstrap 4 (leftside) becomes too big
– black arrows show the increase in padding inside the box, too much white space in bootstrap 4 (left side)
– blue arrows show the download button has shrunk, and also too much padding in bootstrap 4 (leftside)
View post on imgur.com
I would like it to look like the right side, bootstrap 3
Your video link also shows the same issue, looking like the incorrect leftside of my screenshot
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi,
If you are trying package link over download text for this shortcode wpdm_all_packages
, I have made a custom file that will render you download text for package link, please copy this Pastebin URL code,
https://pastebin.com/crEif8Vb
then try to paste download-manager > tpls/tpls3 > wpdm-all-downloads.php
file, if you are using bootstrap4 then tpls, bootstrap3 then tpls3, for making backup the file, please follow this doc, https://www.wpdownloadmanager.com/doc/template-files/
please let me know, if it works from your side
thanks
Yes Sir Nayeem I know it a bit hard, because it is a PHP task, if it was HTML I can do HTML but I can’t do PHP. sir when user click on download button so package page should open instead of file download. in shot in wpdm_all_packages table, I want the action of [Page_link] instead of [download_link] Sir…. Sir watch the video if you did not get my point plz video link
Do you want to redirect the wpdm_all_packages
download link to another page, I think it needs editing the core php file, please let me know
thanks
Sir nayeem plz do solve the second problem for me at least. so it solves both problems, the ads problem also the package size problem. i love to use that responsive table but I am not using it because of that one feature I need, to redirect the link to page link not download the file directly
I think it is working now with bootstrap 4 too, it needs to adjust the link-template-default.php
file from download-manager/tpls/link-template/link-template-default.php
please follow this doc for making back up the file, https://www.wpdownloadmanager.com/doc/template-files/
thanks
Respected Sir both are Ok for me i can handle about design no problem, but the bootstrap3 performance is good than the 4. sir please solve my second request. I am requesting that for a long time. as you know my ads not working due to lazy download addon, so it will help me regarding my Adsense ads click. I am redirecting all of my downloadable links to the page and then the user can download them. i can manage redirecting anywhere, but i can’t do on wpdm_all package responsive table. please let do this for me when the user clicks on the download button in a responsive table, so the page URL shall open not the file download. i love that responsive table because of the great feature of search filter but i am not using it because of that thing, please sir it is a humble request. if my second problem will solve then I do not need the first problem solution. because i will use this responsive table
View post on imgur.com
You may remove the linked sites from your user dashboard from the license key option as I image attached,

if the adjustments do not resolve the issue, you may ask for a new generated license key/help from here, support@wpdownloadmanager.com
, I hope you shall get the help
thanks
I have seen that which template you are using in the shortcode there you have used link-template-default
,
by default, you are using link-template-default.php
for the link template. After customizing/adjusting download button tag, you can 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 can follow this doc for making backup files, https://www.wpdownloadmanager.com/doc/template-files/
also, you can use the pre-made link-templates or page-templates from here as i image attached,

from Downloads > Templates
section
and for title size, you may use adjusted font size for the package title
I hope those may help you
Thanks again
This reply has been marked as private.
This reply has been marked as private.