I’m currently displaying all downloads with this shortcut:
[wpdm_all_packages items_per_page="30" jstable=1 order_by="date" order="DESC" cols="page_link,file_count,download_count|excerpt|acf_status_Bid Date|page_link" colheads="Project|Project Info|Bid Date/Status|Download::155px"]
Download starts automatically after submitting the email address. The download button is shown to allow more downloads. Please send me the link to check your package.
Download works fine in my test too. Do you have any related server error log? Please share the log file in that case. This issue most probably related to some server settings.
There is one way to ensure 100% download for all users. You can serve the files from Dropbox or Amazon S3 using related WPDM add-on. In that case, downloads will be handled by those cloud server instead of your own.
I have a few pages that use the wpdm_all_packages shortcode and the category keyword to filter down to a specific category of files. In Chrome and Firefox, the list of downloads displays properly. In Internet Explorer, it seems that the main body of the download list loads, then the “downloads per page”, search bar, and pagination buttons load off to the left side of the table, shrinking the whole thing horizontally and making the controls essentially worthless (see screenshot attached)
I wanted to know if anyone else had experienced this or if there was a fix for this.
My downloads use the function to bring up the license agreement to be checked before allowing the download.
Chrome, Firefox, Edge appear to properly work.
Windows 10 with IE 11 – When clicking on the Download button to bring up the license agreement doesn’t appear to work, so users can not download when using IE 11.
You can use the Archive Page add-on to show all downloads using a single shortcode. This also makes all download accessible easily. Make the town commissions parent category and use years as child categories. Then a user can filter downloads using dropdowns from parent category.
We have encountered an issue that occurs in https://ramtaps.com.au/downloads/ page. When we use the search box in the page then the half page button should be shown. If I remove the search box then the all pagination button is shown. I have added a screenshot of the two pages of download in ramtaps.com.au. please check the difference in that page.
I too am having this issue but only in certain environments (localhost XAMPP) and with the extended short code add-on with the table display using this [wpdm-all-packages items_per_page="50" jstable=1 order_by="title" order="ASC"]. I get on page displayed errors like this:
Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\2\wp-content\plugins\download-manager\tpls4\wpdm-all-downloads.php on line 217
Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\2\wp-content\plugins\download-manager\tpls4\wpdm-all-downloads.php on line 218
Warning: array_shift() expects parameter 1 to be array, boolean given in C:\xampp\htdocs\2\wp-content\plugins\download-manager\tpls4\wpdm-all-downloads.php on line 220
These warning messages precede the table which otherwise seems to work fine. Using the file tree shortcode does not cause this. Any thoughts are appreciated. Thanks.
It is not possible to control this option globally because each view has its own template and query. For example, all packages table has its own template which is different than the category shortcode template.
But you can control the order from the shortcode. Each shortcode has a parameter for sorting. Utilize it to alphabetically sort your packages.
I have a feature that I need to implement but I don’t know if this is something easily doable with one of your add-on.
I need to add a checkbox next to each download in the listing to allow visitors to select multiple downloads and let them download them all with one “Download all checked” button.
Download Manager Frontend Uploader page requires the Bootstrap JS. But in your installation it was inactive. Everything works now after activating Bootstrap JS ( Downloads Settings Basic Misc Settings ).