You have to create a custom template for cart template to remove some columns/fields. Please send FTP info, I can help you with that.
To remove the download column from all packages table just remove download_link
from cols
parameter. Check the shortcode doc here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
Hi Shah,
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?
Thanks in advance.
Regards,
Bas
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?
I made some changes in all downloads template file but it seems the updated is not reflected on the front. Maybe a cache issue.
Anyway, you have to create a template file for all downloads table to keep the changes even after the plugin update. Here is how you can do that,
1 ) Copy the /download-manager/tpls/wpdm-all-downloads.php
file.
2 ) Place it in /active-theme/download-manager/
directory.
3 ) Replace echo $download_link;
with echo "<a href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Downloaden</a>";
in line no 339
This reply has been marked as private.
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”
Dropbox Explorer
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.
So I am using this code on one of my pages;
[wpdm_all_packages items_per_page="20" categories="safeguardingandstaff, curriculum, equality, other, fledglings" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|download_link" colheads="Title|Download::300px"]
which exports out as shown in the picture.
Is there any way I can make the filename clickable so that people can then click on the file and view (i have the .pdf viewer).
Many thanks
Tom
I am using WPDM Pro and Premium Package 4.0.4
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?
Kindly advise if I have missed a setting somehow.
Thx
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
Please insert the shortcode using TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) Send temporary wp-admin login info in private reply if that doesn’t work.
There are no toolbar variations for category shortcode. You can either show or hide it. To show the toolbar you have to use toolbar=1
Here is a sample shortcode where columns worked for me,
[wpdm_category id="flat-ui,free-psd,locked,plugins," cols="3" toolbar=1 item_per_page=10 template="link-template-bsthumnail.php"]
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.
Details about creating custom link templates https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/
Hi,
Another one from my post in the free forum
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.
Any help would be appreciated. Thanks.
[wpdm-all-packages categories="updates," items_per_page=30 order_by="date" order="desc" jstable=1 cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Date|Download"]
Hi guys,
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.
WPDM & Dropbox 401 errors
I’m currently on Download Manager Pro 4.7.8 and Dropbox Explorer 1.2.2
This reply has been marked as private.
This reply has been marked as private.
I have updated the custom link template code to add page link and custom font CSS. Please check the custom link template doc here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ The doc explains how you can work with custom templates.
Edited the category widget file to add custom bg in the current category.
https://www.evernote.com/l/AUdEJgABqAhF9LX7kbwYNz2NMps6HKpNIgMB/image.png
The page title is controlled from your theme. WPDM can’t control that feature.
Your key is linked to postpartumprogress.org Do you want me to unlock it from there?
If you are having the license issue in this site, please install the latest version of Download Manager. That should fix it.
I used shotcode to show the Plan Table: [wppm_membership_plans cols=3 desc=1 featured=3]
But I did not understand how to choose and I can configure the style (in shortcode). I see this link (https://demo.wpdownloadmanager.com/addons/membership-plans/) that has several styles available.
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?
Shahriar, I understand you. But all I need is to implement the “Partial Content Access” feature as advertised on this link (https: / / /www.wpdownloadmanager.com/download/wp-pro-membership/).
I just installed SWPM because I have not yet discovered part of the content with the “WordPress PRO Membership” add-on.
Help me please. How can I hide a part of a text using WordPress PRO Membership.
This reply has been marked as private.