Please use shortcode [private_message menu="top"].
Hi,
not a problem, glad that it is resolved for you.
You can keep the edited dashboard.php in /{active theme dir}/download-manager/dashboard/dashboard.php. In that way, plugin update won’t erase your changes in template file.
BTW, if you get some free moments, please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/#new-post 🙂
Hi,
To create PDF from all selected files, there will require customization. Now using file cart add-on, you can select specific files and download then as a ZIP.
Hello S J ( @seb22 ),
When you attach file as URL. WPDM simply redirect to that URL when someone click on download link, there is no way to hide the URL. But, if you want to keep the item protected you may follow any of the following steps:
I’m checked in details, current processing power of your server will not be able to create zip file dynamically from 100+ files.
However, it can be achieved through an alternative way, when there are too many files, there need to split the load in several part, which will require separate routine to run manually, like create the archive on first call then adding 20-30 files in each call with that zip, then from front-end users will be able to download package zip easily no matter how many files are there.
And that will require additional customization.
special pack doesn’t include webhook add-on, you need to purchase it separately.
Hi,
No worry, I’m check it on your server in details and shall let you know exactly where is the problem in a while.
Hi,
PDF stamper is working fine, the problem was with your setup, vertical positioning went out of the page. Please check now.
Updated shortcode:
[wpdm_category title="Administrative Leave Reports" id="category-slug-here" template="622f8f7c26cbd" cols="1" toolbar="1" include_children="1" tbgrid="4,3,3,2"]
tbgrid = Grid allocation for toolbar items, total 12 columns, if you use tbgrid=”4,3,3,2″ means, allocate 4 cols for search bar, 3 cols for order field dropdown, 3 for order by and 2 cols for apply button
id = category slug, instead of category name.
Doc:
[wpdm_category] – Query All Downloads From One or More Categories
There are some significant upgrades in styles from v4 to v6. Please give me the shortcode you are using to suggest your requited changes in parameter to show current style properly on your page.
Hi,
We are checking the gutenberg add-on amd updating it soon. Thanks.
Got it now, I missed that option, we have added ppt preview with the file list button, adjusting and updating ASAP.
I’ve tested on the archive page, install download with gravity form and form lock is working fine.

But when selecting option “Email download link”, wpdm add-on calling email function properly, but your server is not sending that email. Please check the email settings with your server, to find out why server is not sending the email.
@Sandile Nyawo, may you please create separate post of you own
Here is the function:

We can’t use shell_exec as 99.99% server blocks the function for security reason.
However, you can introduce new template tag for pdf thumb. Please follow the doc:
If you are uploading file with same name and also using overwtite file option, for now, don’t check the option Delete a file when it is detached from a package (Only administrator can use this option). That shall resolve the issue.