This reply has been marked as private.
I have several identically configured downloads. Some work correctly. Others do not.
With the ones that fail, when clicking on the Download button, the pop-up simply disappears (rather than saying “processing”.
Also, when you mouseover the download button, it does not activate (change color).
Examples of both working and broken links here:
“https://ipservices.com/resources/brochures/”
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.
You were using an older version of WPDM there. I have installed the latest one. Now downloads are working.
WP 4.9.8 with WPDM updated and plug ins.
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.
Suggestions?
Download League Software
Hi,
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.
Please check this demo https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/ Initial gray buttons are parent category but if you click the arrow in a parent it shows all child categories.
If you use this not need to add all commisions to your site menu. Just point to the shortcode page using a single entry i.e. Downloads.
Thanks.
Hi,
You have to install the Premium Package add-on to use add to cart button ( to sell downloads ). You can download it here https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/
Package/download details page will show the add to cart button automatically if you set a price for the package.
Thanks.
Link: https://ramtaps.com.au/downloads2/
short-code:
[wpdm_all_packages items_per_page="20" jstable="1" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]
issue: showing search on top but not showing all files (showing only 78 pages in pagination)
=========================================================================================================
Link: https://ramtaps.com.au/downloads1/
short-code:
[wpdm_all_packages items_per_page="20" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]
issue: showing all files as (showing 176 pages in pagination) but not showing search on top
purpose: I want both search on top and also show all files in pagination..i think when i am using jstable=”1″ in shortcode than the issue coming
Hello Thomas
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.
Please advise what the issue could be.
Please try adding the following code before line no 217 in /download-manager/tpls4/wpdm-all-downloads.php
. That might solve the issue.
if( ! isset( $data['files'] ) ) $data['files'] = array();
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.
Use the category shortcode to show your packages by category. Please check the documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/
You have to set the order_by="title"
and order="asc"
to sort pacakges in ascending order ( A Z )
To insert shortcodes easily please install the TinyMCE add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/
This reply has been marked as private.
Hi,
You have to use all packages table to show your downloads in a tabular format as shown in the screenshot.
Install the TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ). Using this add-on you can insert the table shortcode for selected categories and sub-categories.
Send login info in private reply if you want me to set up a demo page.
Thanks.
Hi,
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.
Did you check the Archive Page add-on? Using this add-on you can display all your downloads from one place with search, filters options. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
Thanks.
This reply has been marked as private.
Hello !
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.
Is that possible ?
Thank you !
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 ).
Hi,
You have to create a custom 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 target="_blank" href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>";
in line no 355
That should open the links in new tab.
Thanks.
I cannot find the below setting:
Downloads > Settings > Frontend
Do I need to install any addon to be able to see ‘Frontend’ option under setting?
Please refer to the attached image.
You can update the plugin from your plugins page if are logged in to your WPDM account from Downloads Settings Updates page.
Or you can follow this approach to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version.
Thanks.
1 ) Remove the ‘All Visitors’ from Allow Access option of the package N
2 ) Set user A in Select Members option of the package N
3 ) Generate the share URL from All downloads admin page.
Are you always using the Select Members option? In that case, a page with [wpdm_my_downloads]
shortcode will list all downloads user have access to.
Hi,
So, you want to filter your packages using various levels.
I think Archive Page ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) sidebar view is what you need. You can create categories and sub-categories to define your levels. Then Archive Page sidebar view allows you to get downloads from a specific level using step by step filter.
You can check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/
https://www.evernote.com/l/AUdYJLvCojpNSZ8i-1jM39yCnK-rKTnMeOEB/image.png
Thanks.