This reply has been marked as private.
This reply has been marked as private.
Great that works. FYI in the page you sent link for, the Example short-code to query any author’s downloads may have a typo: should “orderby” be “order_by”? Thanks.
I want the download button to look exactly like it currently does here: https://www.coldspringusa.com/building-materials/resources/, but I want it to function differently, and have it open the pop-up form, rather than downloading the link immediately.
This reply has been marked as private.
Hello,
I’d like for the download button on this page: https://www.coldspringusa.com/building-materials/resources/
To function like the download button on the individual pages: https://www.coldspringusa.com/download/3-way-split-retaining-wall/
How can I do this?
FYI. This functionality was working properly on our old server (using v5.0.4 of the plugin) We recently moved the site to Flywheel and it stopped working (now using v5.3.5 of the plugin)
I prefer not to share my URL as my website is of an adult nature. ‘
It is pretty clear as I have said.
When I enable the recaptcha lock on a download package clicking on any download link for that package on front end results in a new tab opening and two simultaneous downloads initiating for the same file after completing the captcha and clicking “download”. It is like the new tab initiates a download and also the original tab as well.
Without the recaptcha lock enabled on the download packages everything works fine, clicking the download button gives an intsant download no new tab opening now double downloads..
– Steven
-
This reply was modified 4 years, 3 months ago by
Steven Minix.
Yes this caused after restored my data base from February 25, 2021. All download link is empty. Normaly, what table have stocked all info for your Plugin? I can Try to restore only this table
We are not facing the issue with the dropbox addon. However, we would like to remove the dropbox add-on and want to upload files directly to the server. However, the plugin doesn’t create dynamic unique links that should change themselves after one download. Is there any addon to create dynamic unique links?
I Hope, this makes sense.
Ugh… not working for me. Or maybe I am too clumpsy with the php editor.
It is xtrange. Days ago, it did work perfectly without the Form Lock plugin. Yesterday it broke. I had to download (and buy) the Form Lock Extension. And now it works, but users are not getting the download link after sending CF7 form. I guess it is something about redirection, but I can not configure it properly.
Thanks for your help!
This reply has been marked as private.
by default, you are using link-template-default.php
for link template and page-template-default.php
for the page template. you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files, As documentation, you have to 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.
For opening in new windows, please add this code replacing [download_link]
in page/link templates PHP file as i described above,
<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>
thanks
This reply has been marked as private.
This reply has been marked as private.
Hi,
From the package settings, you shall get the option page-template
, you can also set link-template
for the package shortcode, please check the shortcodes here from this doc, https://www.wpdownloadmanager.com/doc/short-codes/
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.
Yes, that was my question actually. What can I do to make it work on every page? The referred page is especially important because it is there that the people see the Login Link when a file is protected and they cannot download it if not connected.
There must be a conflict with the script I am importing but it’s just a simple jquery. There should be a workaround?
Let’s try to get at this another way. Why is it that embedded links in a pdf file which is presented by Download Manager fail to be clickable?
This reply has been marked as private.
Any reason why this is not showing that I clicked on the download link?
Hi,
Thanks for your reply.
At the link you posted (https://so-arbeitet-deutschland.com/download/whitepaper-gesundheit-arbeitszeit-leistungsdruck) it does not work for us, tested on multiple devices and browsers: once you enter the data you receive a message saying that the data were collected, but no download starts and you have again the window to insert data with blank fields.
The same happens for all other downloads managed by WP Download Manager.
Please let me know.
Hello Nayeem, thanks for coming back to me. I have checked the documentation and it doesn’t help with my issue. I need WPDM to provide the package id that can be used in the redirect url we provide to the login page. I.E. we want the redirect URL to include ‘wpdmdl=9607’. Where ‘9607’ is the package id.
On the plugins setting page we are using the following code for the ‘Login Required Message’:
<a href="/login/?action=mepr_unauthorized&redirect_to=[this_url]">DOWNLOAD NOW</a>
This is working fine for redirecting back to the page after login, but requires the user to click the link again to download.
If we could append the package id (wpdmdl=9607) to our ‘redirect_to’ querystring, this would redirect the user back to the page and start/display the download.
Is this possible, thanks.
-
This reply was modified 4 years, 3 months ago by
Matt Lambert. Reason: Add login required message to settings page