Today I updated to Download Manager 4.7.3. The original problem is STILL not fully solved. The end result has though changed. I ma no longer doing this in production environment, but instead in a development environment.
I did:
* Inactivate the old plugin version 4.7.1 and removed it
* Installed the latest downloadable version (4.7.3)
* Activated
* Went to the front-end page with all docs -> Looked alright
* Clicked the link/package name of one of the available items in front-end page to get to more details and descriptions -> Blank white page without any details on what went wrong
The download counter will increment when the user clicks on the download link from the email. Also, it will be incremented for once only at first click for the same user.
Hi there. I’ve been using DownLoad Manager Pro with Email lock enabled where user has to provide their name and email address before they can download a file. I’ve also selected the option “Mail download Link”. Under this scenario, can you clarify at what point the download counter gets incremented. Is it:
1] At the point of the name / email address having been entered and the download button clicked; or
2] Once the user has received and clicked on the download link?
I’m trying to understand what happens to the counter if a user enters their details but does not subsequently click on the download link (i.e. they’ve asked to download a file but haven’t actually received it – does the counter still get incremented).
So I setup restrictions so only members of our website can download files. So this part works. When I logout all download links disappear. But now when I login as admin or member, when you hover over the download link you see …./# and you try to click and nothing happens. But you can click on the file name and it brings you to the info page and click download, but the download button is not working.
So i’m trying to sort my table with update_date but it seems it don’t work, i can order by title or categories when i click on the colhead but it don’t work with the colhead update date (even if i have dates froms differents days).
I can’t manage to do it even in the shortcode,
here’s my short code :
[wpdm_all_packages items_per_page="10" jstable=1 order_by="update_date" order="ASC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download"]
I have added a comment here 1 week ago but didn’t have any answer, the comment is still pending. So I will post here for a better visibility.
Like I was saying, I am very surprised that you don’t have at least a gateway for a full-stack digital commerce solution. All the gateways that you have are payments-only solution. A full-stack digital commerce solution should be a priority gateway because this is exactly what your plugin ( wpdownloadmanager with eCommerce premium) should be linked to.
Currently the only full-stack digital commerce solution that I know are Fastspring and Paddle.
Fastspring exists for 13 years with….150 millions users (!), and it support everything that you support: pay as you want, subscription, licenses, downloads….
Do you think you can add Fastspring in the gateway?
You will open your door to 150 millions users.
I have checked with your concurrent (I will not say the name here obviously) and they have a full Fastspring integration. It is why I am still surprised here.
I can take the file and place it in a folder in my root directory and download it via a direct link from the same computer with the same connection. It might take 4 minutes or it might take 10 minutes, but it downloads. So it is not a hosting or firewall issue.
That same file when linked through WPDM times out at 3.5 minutes.
AND it was not timing out 2 weeks ago. The only thing that changed was updating to version 4.7.3.
Password lock is working now on archive page too with the latest version of Download Manager.
I think you modified the template code to wrap it around col-md-4 class. But your changes will be gone when you update the plugin.
I have created a custom link template ( Card Clone ) to keep your archive page ( your pdf downloads page ) 3 columns. This template won’t be lost in plugin update process.
Only thing I did after plugin update is clearing the cache. You can try this on your other site. Let me know if that doesn’t work.
No, it is not. Please read my email. We are not able to download. Only in Chrome. Everywhere else we’re getting #unlock at the end of the URL. And, it is not opening. The link isn’t opening, even after we put in our info. etc.
I was using Downloads very successfully up until about 2 months ago – since then all my download links no longer work but result in a 404 error, I cannot find the cause of this, please assist.
How do I show a list of available downloads? I’m trying to set up a secure section of a website that has a list of downloads, with categories, for all users to freely download.
Also, how do I add a link to this page in the menu on the Dashboard?
A scaled image is an image that has been scaled to match the size that it is displayed.
This is telling you that your source image is 500×300 but you are displaying it at 220×132.
It is inefficient because the browser has to download the larger image and then rescale it. The 500×300 image is 94.4KB larger than a 220×132 image would be.
The download manager cache the images by resizing with several default images size. These are dynamic thumbnail images created by Download Manager for various link/page templates ( Output for [thumb_WxH] and [thumb_url_WxH] tags ). WPDM stores these images to reuse the generated thumbnails. So you may use correct height and width with the template tag to regenerate them.
You can set login redirect page to that URL. After user login, they redirected to that page. Use link with this shortcode [wpdm_login_form redirect="http://localhost/wpdm/downloads/"], that you included into the login page.