Hi,
Is there a way I can create a link for a user to download a package? & then when they click that link the popup will ask for their email before downloading.
Thanks
Hello,
Thank you for your query.
Unfortunately, it’s not possible.
However, you can use [wpdm_tags btnstyle="link" icon="tag" showcount=1 cols=3]
shortcode instead.
Please check our documentation for more details: https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
Regards
Hello Brad Galusha,
You have used template=”default”, which means you are using, the link-template-default
link template. you can duplicate the link template from downloads > settings > Template > link template
and adjust that with the above [title]
template tag. I hope your requirement will work fine then. please check and let me know.
Thank you and regards
This reply has been marked as private.
Hello Brad Galusha,
Hope you are well. For disabling the title link and only making the download button an active link. you can use the [title]
template tag in your link template for the related shortcode. please check and let me know
Thank you and regards
Hi Nayeem,
The link can be found here: https://clearweld.com/documentation-and-white-papers/
On this page, when a user clicks the title of the document (such as “A Competitive Advantage Through Innovation”) it opens the package page (https://clearweld.com/download/a-competitive-advantage-through-innovation/) instead of the actual PDF itself. Is it possible to make the title link behave line the Download button on the right-hand side. When a user clicks the download button the PDF opens in a new tab which is the functionality that we were hoping to achieve.
I guess another alternative would be to disable the title link altogether and only make the download button be the active link. Does that make sense?
Thanks os much!
Currently, there are 2 options available (1) hide everything (2) block download link
If you need any customisation, please visit https://www.wpdownloadmanager.com/download/custom-upgrade-service/
I have been using this for a couple of years, but it stopped working recently. When you click on the link, nothing happens.
When it was originally setup, i followed the instructions here https://www.wpdownloadmanager.com/how-to-add-modal-popup-login-form-in-your-wordpress-site/
And yes it is enabled in front end settings, [wpdm_login_form] is already on the login page and selected in front end settings.
Like i said earlier. I have been using this for a couple of years and it recently stopped working.
This reply has been marked as private.
Hi we have a problems for your plugin, we have customer who submit their email for download our documents, but some of them can download success, someone can not. i checked our subscribe and we find there have different status, of “approved” and “downloaded”
why it like this ? The customer just showed approved who can not download. i attached you the pictures.
for the downloaded, we not know if they download it success or not.
Here is our link:
Product Documentation
please advice and help. thanks.
This reply has been marked as private.
Hello,
Unfortunately the direct download link template tags will not work with title and icon in locked packages in link template.
It will work only with packages that are not locked.
Hope you understand.
Thanks
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hello everybody,
somehow i can not link the downloadbutton of the formlock e-mail to the download, the customer is supposed to get. What do i do?
Hello Rulz,
Glad to see you again.
1. You can add the shortcode in post, page, text editor in page builder.
2.The file info page can be disabled from link template. Just need to remove the url template tag to download link template. You can copy the default link template by providing any name as like default_new
then replace [page_url]
with [title]
to show title without links. You can use [download_url]
to output the exact link that download button does. If you can’t make it workable, just let me know.
Thanks
Thanks Tanvir,
The page template was default, I’ve made sure the link template is too, unfortunately the problem still persists.
Please see URL below
Please let me know if you require admin access and I will allow.
Many thanks, James
This reply has been marked as private.
Hello,
Thanks for providing access.
1. Created a new template as default_new
then replace [page_url]
with [title]
to show title without links, then added direct download link there using [download_url]
, removed the [file_count]
tag. SO the shortcode is now [wpdm_archive_filter items_per_page="10" template="default_new" cols=1 colspad=1 colsphone=1]
However, you can always compare my changes with default link template file.
2. Modified the Categories to Languages and Tags to Product Line from {active-theme} > download-manager > wpdm-archive-page > filter > sidebar.php
. Remember to keep a backup of these before updating theme to keep changes.
However, In the download test page I have added that shortcode and working fine. As I default text editor there, maybe layout is changed. Sorry for that unintentional changes, I hope you can modify or create a new page according to your requirements with the shortcode.
Regards.
Tanvir
This reply has been marked as private.
This reply has been marked as private.
Hello Sid,
You can check our shortcodes to make a list of downloads. Also check the demos of specific shortcodes. You can also use any of the pre-built link template of your choice.
Then when user clicks on the download button, that will be started downloaded.
Thanks
I can change now with your suggestion the button appear with shortcode.
a.wpdm-download-link.wpdm-download-locked.btn.btn-primary.btn-lg
{
font-size: 20px !important;
color: #909090 !important;
font-weight: 600 !important;
font-style: normal !important;
line-height: 98% !important;
text-transform: none !important;
border-width: 1px !important;;
border-style: solid !important;;
border-color: a0a6a0 !important;;
background-color: #000000 !important;;
height: 50px !important;;
width: 290px !important;;
padding: 13px !important;
}
Button now show like my buttons, without the icon, but is ok, but cant change the first button appear on the modal window for locked mail download:
<button id=”wpdm_submit_62ff53dba23d3_1381″ class=”wpdm_submit btn btn-primary btn-block btn-lg group-item” type=”submit”>Submit</button>
Cant also change with css the button appear at the end step in modal window.
<a target=”_blank” class=”btn btn-primary btn-lg btn-block” style=”margin-top:5px;color:#fff !important”
Hw change with css the buttons in the mdoal window?