This requires a custom solution. Download Manager can replace the download link with a login button. But it doesn’t work the exact way you explained above.
It was a changed to serve direct download instead browser preview. But it seems the direct link generates temporary download link and has an expiration period. So, we will switch back tot he preview. Releasing update asap.
My WordPress says I have an update pending for your plugin. (4.7.7 to 4.7.8)
But when I update it gives an error. So I tried updating manually through FTP. I downloaded the installationfiles from my account here (https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases) and upload it trough FTP but then I get version 2.9.82??
How do I get the 4.7.8? Where can i download it manually? Can you link the latest update to this account?
Of email it to: Bas.smits@pixelbits.nl?
Looking through the templates and code, when using the iframe lock the download link looks like this <a download="A1Marketreminders" class="wpdm-download-link __wpdm_download_btn__" rel="nofollow" href="#" onclick="this.href='https://mysite.com/user-submitted-apps-download/a1marketreminders/?wpdmdl=14012&refresh=5bdb5b8acdb5d1541102474';" target="_blank">Download</a>
There is the download attribute with a value, but it isn’t respected due to the on click being used to download the file, not the href.
With this setup, when you download the file you get the name of the zip itself, which in my case is a string IE “39421543498775.zip” instead of the name of the product itself in this case ‘A1Marketreminders’. This is causing issues for our users who want to know what they are downloading and see the .zip file reflect the name of the product. I have over 700 zip files that were created by another process and labeled with a unix time stamp – nothing I can do about that. How do I change the name of the file without being able to use the download attribute?
You can replace the title in cols with page_link to link the details page with the title. But template customization is required to add the download link in the title.
You have to copy the /download-manager/tpls/wpdm-all-downloads.php file and place it in the /active-theme/download-manager/ directory.
Then replace echo "<strong>".get_the_title()."</strong><br/>"; with
echo "<a href='".\WPDM\Package::getDownloadURL($data['ID'])."'><strong>".get_the_title()."</strong></a><br/>"; in the new template.
Hi mate. I downloaded it from below. Still says 1.2.0 although when you download its 1.2.2. If you have a look at the wpdm-dropbox.php it still says linkType: “direct”
I have tested both versions of Dropbox add-on. Worked fine without any issue. Could you please send me your package link to check the download? If it is possible, send temporary wp-admin login info too in private reply.
I tested with the email download link option too. That also worked fine as it did on your test. It is tough to solve an issue that I can’t reproduce. But the good thing is you are using instant download now, so I hope that solves the issue for those random users who faced the link expired error.
I am testing and setting up the purchase functionality of WPDM (first time user).
My issue (see attached image):
After completing a purchase transaction (with Pay by Cheque option), the user is sent to the order page (setup with shortcode: [wpdmpp_purchases]), where (I assume) the user should be able to download the purchased digital content.
1. The text “Single File Download” appears on the page, but there does not seem to be any active download link? The content can´t be downloaded.
2. There is for some odd “Message/Reply box” that appears on the bottom half of the page which is not responsive to user input and will not close?
Thanks a lot Shariar for your help. I even manage to do further customizations from your advices. I still have some of the issues discussed not solved.
> Thanks for the custom link Template doc. I understand the global process but what I do not understand is how to apply the correct code to customize the template, as I do not see examples. For example you helped me to modify the Product title font size with <h2 style> but I did not manage to customize the Category name font size below even if I inspected the page code… So #wpdm-downloads * {font-size: 10pt;} is still controlling it.
> To protect the file class.Categories.php from updates, I would like to add it in my Child theme. I tried : Child Theme >download-manager > widgets> class.Categories.php or Child Theme >download-manager > class.Categories.php but it does not work, what is the correct path to customize the category widget file in Child Theme?
> You added [title] so now the title becomes a link, but the title is underlined on hover . I tried .w3eden a {
text-decoration: none !important;}
but this code also applies to the category name. How can I do to control only the title (product name) ?
> Concerning Page titles, I understand that when I create a page or a post my theme controls the title (besides it displays correctly in « page-title pad group » when I create a page or a post). But when I add a download using WPDM plugin, I believed that the plugin would be controlling the title.
Hope you will be able to help me with these issues,
best,
Audrey
Go to Downloads Templates page and clone the link template you are using now. Then remove the [download_count] tag from there and save it. Use your new custom template with shortcode.
Using the categories shortcode to display downloads. However I’ve been trying to order by date and I can’t get it to work. I have tried date, publish_date and create_date and I can’t seem to get it to order by.
Have an issue with WPDM and Dropbox links. Getting a 401 error after a certain number of hours. The issue below is what I’m having. I purchased Pro just to see if there were any solutions to it.
1) I need when the member exceeds the download limit of his plan, he sees a ‘personalized’ message replacing the ‘Download’ button. Can this custom message contain basic HTML (example: bold, italic, link, icons and images)?
2) How do I set the time that a Package already downloaded by the Member remains available in your Dashboard Membership?
1) </ strong> I need when the member exceeds the download limit of his plan, he sees a ‘personalized’ message replacing the ‘Download’ button. Can this custom message contain basic HTML (example: bold, italic, link, icons and images)?
2) </ strong> How do I set the time that a Package already downloaded by the Member remains available in your Dashboard Membership?
Author
Search Results
Viewing 25 results - 5,051 through 5,075 (of 9,462 total)