This reply has been marked as private.
Hi,
The add-ons page just lists the Download Manager add-ons https://www.wpdownloadmanager.com/downloads/add-ons/ It doesn’t have any other purpose.
Your server is blocking the connection to https://www.wpdownloadmanager.com/ server. That’s why it can’t load the add-ons list. But you can check the list from here too https://www.wpdownloadmanager.com/downloads/add-ons/ or just ask your server support to allow the connection although that’s not necessary.
Thanks.
Hi,
Thanks for choosing the Download Manager Pro!
1 ) Download Manager uses the active theme’s single.php
template to show the details page. The single.php
controls the layout but using WPDM Page template you can control the view of package-related content. In each package settings, you will find an option to set the page template. All WPDM Page Templates are listed in Downloads Templates page and you can create your own template.
If you want to control the layout too, then create a template file named single-wpdmpro.php
and place it in your theme directory. This is the WP Core level template that will be used to show WPDM packages. You can copy the single.php
and remove the parts ( comment reply, sidebar, etc ) you don’t need.
2 ) I have to check your page to suggest custom CSS. Maybe the styling is coming from your theme.
Best regards.
Hello everybody,
I’m looking for some infos about csv bulk import mapping.
I’m using WPDM Pro, with Advanced CSV Import. I download and fill each field of sample .csv, I upload it to >CSV importer, and I get the screen about mapping fields.
I cannot understand how I have to map some fields (not the custom ones, but standards).
As example, I cannot import downloads’ category. What is the correct field? post_category does not work, and I don’t have such an option as WPDM:_category or similar.
Same error on some other fields, as file_titles and so on…
I send you attached the screenshot with the field I can’t map correctly (red underlined), and all the available fields in the select menu…
Could you please help me in mapping them correctly?
Thank you in advance
Alessio
This reply has been marked as private.
We are using Enfold theme but the login page is not allowing a slider we want to add at the top that goes under the logo (so that the logo and navigation will show). This works on the register page and dashboard page, just not the login page.
Here is a link to the login
https://dev.hostsites.cloud/acaw/downloads-login/
here is a link to the register
https://dev.hostsites.cloud/acaw/downloads-register/
As you can see the login page does not have that image at the top even though within the page itself (backend) it has been added.
Anythoughts
Hi,
It is because you are not using the latest version of the file download-manager/tpls/wpdm-all-downloads.php
, probably, you are using a customized copy, however, if you want to use the latest version of that file, please download the latest version from premium download are and replace that file or all.
I followed the instructions för List all downloads in … but even if I copy the code it is still the same with Creation date. I have tested with jstable.1 as well…
This is my code:
[wpdm-all-packages categories="movies,mechatronics-process,distribution-systems-furniture,electrical-machines-drives-program,electrical-power-systems,electricity-electronics,energy,general,material-testing,motor-control-system," order_by="post_title" order="asc" toolbar=1 items_per_page=100 cols="title|categories|update_date" colheads="Title|Categories|Update Date" template="59b7929f8812d"]
What is wrong?
Checking preview issue ( however, that will not cause any functional issue ). To change any column in all downloads table, please follow the doc here:
[wpdm_all_packages] – List all downloads in tabular format in a page
Hi,
All users from the same IP are counted as a single user when downloading as a guest. If you download files as a logged user than different user downloads will make a separate entry in stats table even when users are using the same IP.
Thanks.
Yup, plugin was installed but not activated. I just installed it and the site went down and had to reactivate all needed plugins. I did not recognize the plugin so it was not activated. Still getting message when opening membership options but downloads and membership does work. Will mark resolved.
If you are allowing the download only by logged users, then no need to collect the email address that is already associated with the account. Because you can get the all downloaders email address from the Downloads Stats page when exporting the download history. So, only activating the term lock serves your purpose.
It is also possible to make it work the way you explained above. It requires some code customization. You have to use a custom template for /download-manager/tpls/lock-options/email-lock-form.php
Here is the template customization doc https://www.wpdownloadmanager.com/doc/template-files/
Hi,
You don’t need custom fields to get user agreement. The “Terms and Conditions” lock does exactly what you want. Enable the lock from Package Settings Lock Options To know who accepted the terms enable the email lock too. You can see all collected email addresses from Downloads Subscribers page.
Thanks.
Hi Ajay, Thanks for using WPDM.
You can use items_per_page: Items to show per page within the shortcode to limit the no of display.
Here is the Docs to follow ► https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
Please let me know if you have any confusion or more support.
Thank you
It is possible to add the tags column using some code customization. We have to use a custom template /tpls/wpdm-all-downloads.php
I have modified the template file to add tag support. You can download it here https://www.dropbox.com/s/pmmvc9dr4cg7sz2/wpdm-all-downloads.php?dl=0
Place the file in /active-theme/download-manager/wpdm-all-downloads.php
location to override the default template. Then use tags
in your all packages shortcode to show package tags.
It does support the AND
operator.
Example Shortcode,
[wpdm_tag id="add-on,free" title="Downloads by Tag" desc="" toolbar="1" order_by="title" order="asc" item_per_page="10" template="link-template-calltoaction1" cols=1 operator="AND"]
Hi Shahriar,
I am afraid we have a problem with your solution as mentioned om March 16 above, Your answer:
6 ) Add the following line after this code localStorage.removeItem(‘file_cart_data’);
$(‘#file-cart’).html(‘<ul class=”list-group file-cart-list”><li class=”list-group-item”>File cart is empty‘);
When I do this, File cart is empty indeed, very happy with that, and download pop-up appears but then the original form generated by the Form Lock Add on is shown again with the notice: Fields are mandatory. This doesn’t look good.
You can try it yourself on this page: https://www.iqheadquarter.nl/regiobranding/regiobranding-categorie/
Would be great if you can solve this.
And another question, the download zip is allways the same name: something like custom-pack-83-85-82-239.zip
This is not good because we have people who come back regularly and if the old zip is still in the downloads directory they will get an error at downloading. Like: this file already exists. Not technical people will not understand so it would be much better is every download has a different name. Is this possible?
Thanks, Ariane
This reply has been marked as private.
Directory add-on is a separate add-on. You have to purchase it separately if you want to use those AJAX search and filter enabled directory views.
Core plugin has a category shortcode too ( https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/ ) but has limited feature.
You can also use all packages shortcode ( https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/ ) which allows you to filter packages by category.
When I create a Package with reference to eg. three Select Members, it is only the one selected member that equals the Author (see enclosed “Select Members”) that shows up on the Public Profile Page [wpdm_user_profile] – (see enclosed “User Profile1”).
When I log in as another member – nothing shows (see enclosed “User Profile2”).
The package is shown under “My Downloads” for all three members, but it is not possible to make a purchase from “My Downloads” (see enclosed “My Downloads”).
What is the best way to set up a package for purchase using Premium Package and Advance Access Control?
Thanks!
Jesper
So, you want to limit the access to premium package even before purchase?
You can do that by setting “Hide Everything” in “When user is not allowed to download:” option. ( Downloads Settings Basic Access Settings )
Now only users from “Select Members:” field will be able to make the purchase.
This reply has been marked as private.
Thanks for the reply. We updated to the latest version of WPDM-Form Lock. That fixed the display issues and the pages appear to be rendering correctly.
However, we had Ninja Forms plugin forms working with the previous version and they do not appear to be working with the current version. If you checkout downloads on our live site https://extechinc.com/lightwall-3440-polycarbonate-wall-panels/ you will see the popover without any form being displayed.
Any suggestions? Thanks.
I have a bunch of downloads on our website where we currently use Box links instead of hosting on the website. Now, we would like to upload the files to the site. However, when I remove the Box link and add the pdf the download link does not work how it should. I am wanting it to prompt the location where the user would like to save it. I’ve tried all of the download link options and none seem to work however it is saving it in my downloads folder on my computer. Nothing is popping up saying it is doing that though. If I create a new package, all works just fine. It is only on the ones where I am switching from using the Box link to uploading the file. I really don’t want to have to create new packages for every single download as there are a lot. Am I doing something wrong?
Thanks,
Hayley