Hi,
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.
Thank you.
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.
Please read the whole thread above.
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.
Hi,
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.
Best regards.
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.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
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?
Hi,
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.
Thanks
Hi,
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.
You may see this thread for more info.
Thanks
Hi There,
My download links no longer work – they now just refresh the page. I see when you click on the download link, it appends a ‘refresh=’ parameter.
Would love some help.
Hi Simone,
Please go to Downloads Settings Basic Messages panel and uncheck the “Show Only Login Form Instead of Login Required Message” option.
Then set your “Login Required Message:” option. This could be a link to the login page or just a text saying ‘Login Required’
Regards,
This reply has been marked as private.
Hi,
You can use category slug with the shortcode category=”category-slug”
, that will show the archive page for that specific category. More info here.
and Please try the cat_view="extended"
, the Extended view doesn’t use the category drop-down and shows only selected category link as buttons.
This problem has been answered once here.
If you want to modify the category link button css. You can modify the file wpdm-archive-page.php
from plugins/wpdm-archive-page/
. Change the css in line 131
.
Thanks
Hello,
The plugins was working normally, but recently the files that I upload don`t save anymore. I checked the storage disk and is no full (40%).
The file looks like was upload, that appears in list of file and in front-end, but when I try to download, it got broke link.
This reply has been marked as private.
We’ve worked with you guys quite a bit on getting out settings and permissions set so that our users can download large files. And it has been working really well.
Until we installed the update.
Now the large downloads timeout at 3.5 minutes.
We have a 100MB file. I tried downloading it on 3 different machines with different connection speeds multiple times each. Sometimes it downloaded 30MBs of the file and and I got ‘download was interrupted’ at 3.5 minutes. Sometimes it downloaded 80MBs of the file and I got ‘download was interrupted’ at 3.5 minutes.
I had one successful download where the it finished in 2:45 minutes.
I then put the same file on a server and tested a direct link download and was successful 3 times in a row and each download took around 10 minutes.
I am fully aware that our internet here is painfully slow, but it was working before the update and now it’s not?
Did something change in this update or did something get over-written somewhere?
Hi Marc,
Seems like you are using the directory addon to show downloads on that page. You are using archive page templates which comes from directory addon plugin wpdm-archive-page.
Your second link is not the category page but the downloads archive page. It shows all downloads. The page template ( blog style ) is coming from your theme.
The archive page uses your theme’s archive template to show posts. Download Manager can modify them partially by inserting link template. But to control the view 100% ( to make it look like the first link ) you have to create a custom archive template for download manager posts. For the downloads archive the template file name is archive-wpdmpro.php
and for category archive, the template is taxonomy-wpdmcategory.php
Thanks
Hi,
Package locks have the OR relation, so unlocking one gives you access to the package. So it not possible to show it as single files while lock is active. However, you can set a password for single files without using lock options to achieve that.
And you create and modify the templates files from Downloads Templates. You can use link template with shortcodes and page template will work on single download package pages.
Thanks