Customization is required because there is no existing shortcode to show the downloads of only last 30 days. We have to create a custom shortcode for that.
But your proposed approach works too. You can just sort packages by date and show the recent at the top. You can use the all packages shortcode.
Stats are logged automatically. No extra setup is required for that. Did you check the Stats Download History tab? It should list all downloads. Please send temporary wp-admin login info in private reply if you can’t see any log there.
This requires a custom solution. No built-in option to check download history of a selected timeframe.
In all packages table, File icon is generated dynamically based on attached file type. But if you want to show the icon set in package setting you have to add the following code after line no 254 in /download-manager/tpls/wpdm-all-downloads.php file,
$ext = $data['icon'];
To make this change unaffected by plugin update, use a template file instead of customizing core plugin file.
1 ) Copy this file /download-manager/tpls/wpdm-all-downloads.php and place it in /your-active-theme/download-manager/ directory.
2 ) Now make changes in this new template file
I think the Archive Page sidebar view is the right solution for you. It shows all categories in the left sidebar and shows packages on the right. When you click a category that has child categories, all those child categories will be shown on the right. And you can select one to filter downloads from it.
You were using the frontend uploader page ( [wpdm_frontend] ) which is not the correct shortcode for showing all downloads. The right shortcode is [wpdm-all-packages jstable=0 items_per_page=10] I have updated the shortcode.
I installed the old version but when I click on “Download All” on a download package page I am getting this error:
Fatal error: Class ‘WPDM_Stats’ not found in /homepages/2/d124581539/htdocs/WP-Downloads/wp-content/plugins/wppromembership-old-new/functions.php on line 25
Previously when i had an issue with it, I was told to you change [download_link] in the template to “[link_label]“, and it worked for a small amount of time.
I have been having another problem for approximately 2 weeks, my download button does not work , if I leave [ download_link] in the template certain documents have ” #unlock” in the URL but still, downloads and others have “#” in the URL and doesn’t work.
Then if I change [ download_link] to “[link_label]” then the documents with “unlock” in the URL change to “#” and stops working and the documents with “#” in the URL changes to “unlock” and works.
I can not get all the documents to work at the same time.
We recently installed an SSL certificate via BlueHost and we use SiteLock for gwg.org. Since this update/DNS change our WP Download Manager isn’t working at all. It seems to be timing out, and no one is getting the immediate download or the email with link.
That’s the easy way to serve downloads. Although customers should receive the email after payment if they provide a correct address. You can also check all orders from Downloads Orders page to check if they have downloaded the product.
I can’t access Downloads Templates page. Need administrator role to access all download menu pages. The issue may be related to the custom template code. Please assign the administrator role to the temp user so I can check the template code and implement a new template to resolve the issue.
Sorry for the delay. It is very simple what you explained above.
1 ) Upload your file from Downloads Add package page.
2 ) Setup your watermark text in Downloads Settings PDF Stamper tab.
I see that you have already added some test files and stamping is working fine there. You can use [wpdm-all-packages jstable=0 items_per_page=10] shortcode to show all files on the same page. Or use package shortcode to show each file separately.
Hi,
I installed Download Manager v4.7.7, purchased a few days ago, along with WP Pro Membership v1.5.1 but I have problems with e-mail notification.
In detail it happens that when a new user registers to the site documents area, the administrator doesn’t receive the registration notification email.
I looked at the page “Downloads > Templates > Email Templates” but I’ve seen that the only notification email to the administrator is “New Package Notification”.
Please can you help me to set correctly the email notification to users and to the administrator?
This is Sample Data after I import, on the home page there are some errors as follows:
1. Counter download does not show downloads? “in these sections: NEW DOWNLOADS, POPULAR DOWNLOADS”?
2. The title of the package and More have two different links when clicked (specifically when clicking on More then the link is the default WP post after install, not the package link)? “in these sections: NEW DOWNLOADS, POPULAR DOWNLOADS”?
Is this theme faulty? And I tried the free Centric theme, the result was the same as the Crypton theme. Now, what must I do? I was bored when I ordered 3 items but not good results …
I have a problem with lock option. When i enbale lock option with form all the downloads files disapears from my donwload page in front-end.
Its very urgent please help. I can profide you with logins so you can check.
Quick question. Is there any coding to allow for a horizontal scroll without page refresh? I didn’t have the best luck with the carousel, plus I am more interested in maintaining the clean formatting of the downloads page. If not, perhaps a feature request for the future? Thanks for letting me know either way, have a good weekend!
Hi,
I purchased the wpdm-pdf-stamper plugin and installed in my website. But not getting the PDF Stampers tab anywhere. Can anyone help me to get this link in the admin panel. As per https://www.wpdownloadmanager.com/doc/wpdm-pdf-stamper link suggest to go in the Downloads then admin panel settings and the click on PDF Stampers. But not found it anywhere.
Please have a look of attached screenshot of my website admin panel installed plugin and menus.
Hi Ricardo, Looks like some there is still old text domain in Advanced Access Control add-on. We are updating it soon. For now, You can replace all instances of wpdmpro in /plugins/wpdm-custom-access-level/wpdm-my-downloads.php file with download-manager. That will fix the issue.