Did you test the emailing functionality? It’s still not emailing the download link. It is now downloading the package when I click the download button while on that setting but It’s not emailing the link. Can you please assist me with this issue? I really need this to work soon.
Hello,
I have a question for about instant download
Because my site is based digital download, so after purchased the customer can download immediately.
But All the orders under review and must be approved by admin
so how can I set instant download or send the download links via email after purchased completed ?
Thank You
Are you sure you didn’t see anything wrong with the plugin? Even when I select the “Download Instantly & …” option it doesn’t email the link and the download doesn’t work anymore. It’s suppose to download it instantly and then send the email as well, but neither works.
We need to restrict downloads to subscribed user only. It works well using the “Allow Access” setting, but it seems like when the user is not logged in, the download button just disappears. We would want to let the user know that when he is logged in, the download link will be available. Is there any settings to replace the “no button” behaviour by a “login to download” button?
Hi Shaon
If i need to show a drop down , after a user has logged in above the archive page short code……. that shows the Roles that i have assigned to the current user….
And when clicking a role it would filter the downloads in the archive page ..
So when the user logs in they would see all downloads for all roles of course… but to filter by role that is assigned to them?
Do you have any way i can access the roles linked to user and display them with ability to filter archive page by the chosen role?
Even if you could point me to the piece of code , that would help a lot?
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Yes, possible, shortcode options are explained here:
WPDM Extended Short-codes
[wpdm_tree] – generates a tree view of all categories and packages, if you want to use it for specific category, then: [wpdm_tree category=”category-slug”] , for direct download link use additional parameter download_link=1. You can also set orderby ( title, date, modified ) and order ( asc, desc) parameter for packages inside a category folder.
This reply has been marked as private.
I appreciate that they serve two different purposes. For MY purposes, I only need users to see files available to them and you were nice anout to build in a logout button into the [wpdm_my_downloads login=1] page. I don’t need them to edit their profile.
Techinically, is there any reason I should not add that code into my deafult dashboard page?
Does it mess with any over-all functonality?
I also sent you an email about the extraneous links in the package pages as well as the page/button/email templates no longer displaying and some other nits. Did you receive that or should I start new topics here?
Thanks in advnace.
This reply has been marked as private.
Hi,
It is Link Template. You can read the doc here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
Use template tags provided by Advanced Custom Fields add-on in your custom Link Template to show custom information.
When inserting archive page shortcode don’t forget to set your custom Link Template there.
Thanks.
Hello ..
I’m uploading files via WPDMPro and using the “Call to Action 3” Link Template.
The layout of the link template renders correctly for the exception of the “Download” link – It should appear to be buttonised but instead appears as a text link.
See attached file.
Any ideas on this?
ok, so once I enable email lock then each page has a link or field to send the download link via email?
Actually download limit is working fine, but it seems you get confused with session tracking, however, I have disabled the session, and now it will count every click on download link. I also tested setting up limit = 5, and it worked fine for user id ahlada
Hello, is it possible to have a button or field on each of our package pages so that the item can be sent/shared with someone else via email? So for example, If I want to send the download to someone else, I can put in there email and just send them the download link. Is there an add-on or script that can be added to make this possible?
Thanks
This is working for setting of 2 Only. If I set 5 or 10 or 15 as download limit per User / user role. it’s not working.
even it’s not counting no. of download links in single package
and also not counting no.of packages with multiple single downloads.
It’s just opening the gates for unlimited downloads and my users are downloading as many files as they wish.
I have created 2 ProMembers and set download limit as 5. it’s not working.
I will send you ProMember User ID & Password in Private massage. Please check as user and with user role.
Don’t just test as admin. also test as users and check the issue.
If You need, I will send you recorded video of all testing possibilities as users with user roles.
Please do needful ASAP. we have stopped our operations for members.
Please understand our situation and help me.
Hope You understand our problem.
Thank You.
This reply has been marked as private.
Hi,
I tested it setting administrator download limit = 2, and found it working fine.
https://www.evernote.com/l/AV32wpefwbFHR51Luv8nkbIjTe5n9gHw57gB/image.png
If you were testing it by clicking the same download link, it will not work, as in the same session, when you click links from the same package, it will be counted as 1.
All you need to do is adding shortcode [wpdm_file_cart]
on a page to show file cart, And keep single file download activate with packages. Additionally, you need to keep [file_list]
tag in link or page template to show file list.
“How do you get rid of the file name – “name.pdf”” <— may you please explain it a little with an example URL.
How do you get rid of the file name – “name.pdf” next to the file cart download / add buttons? The Package name and link is already on the left side…
If you want category dropdown next to search bar, it will be like this:
https://demo.wpdownloadmanager.com/wpdmpro/archive-page-compact/
And the shortcode is:
[wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="compact"]
Short-code used on that page:
[wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="compact"]
BTW, you may also use the following add-on to generate shortcodes:
Advanced TinyMCE button