Hello Albert,
Sorry for your some inconvenience. I shall check the feature you are trying to achieve click the direct download link and it automatically removes the X amount of credit from their balance and downloads product, can you please point on this where you will provide this direct download link? please let me know
Thank you and regards
This reply has been marked as private.
Hi Nayeem, thanks for your quick response.
What we are trying to do is add an additional download button to the default link-template. This link would be to a form on another part of the website and would not be a download. However we don’t need that link on every download listing, but only on certain downloads.
We have both ACF and the WPDM – Advanced Custom Fields installed and activated. I have created a field group which allows me to add a link to each download page. So if that link field has been filled out we would like to display the button and link the button to the link in the custom field. But if the link is not filled out, we do not display the button.
thanks
Ken
This reply has been marked as private.
Hello Richard,
The new tab/window for downloading files is already in the settings. If you are trying to download in a separate window, It is also possible in the manual method, by default, you are using link-template-default.php
for the link template and page-template-default.php
for the page template. you can edit the files and follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for backup of your files.
For opening in new windows, please add this code replacing [download_link]
in page/link templates PHP file as i described below,
<a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>
Please check and let me know
Thank you and regards
This reply has been marked as private.
This reply has been marked as private.
There is no link to share.
It is EVERY product on the site.
Very simple. I will explain again and hopefully you understand.
All products have credit lock in place with a specific amount of credits per product.
Customer buys credits from credit package. They use these credits to buy products.
Customer sees product they want. They click download. There is a popup that says “Please support us, use one of the buttons below to unlock the download link.” There is a button on the bottom of that popup window that says Pay X Credits (X = number of credits).
I don’t want to have the customer to have the popup. They ALREADY know the product costs X amount of credits and are ready to just download. I need the download button to automatically take out the credits in their balance and download the product. Which is the same function as the popup button.
Hello Bertrand,
Hope you are well. How do you want to deliver the Download Link to members, Can you please elaborate more on this issue? I hope I can help you with that.
Thank you and regards
Hi,
I would like to sell downloadable products at a fix price for visitors. But, if someone register and buy a membership plan, he can have a direct access to the download link instead of the “add to cart button”.
I bought the ecommerce pack and installed membership pro, I can handle the payment but I do not see how to deliver the DL link to members.
How can I do this ?
Thanks
Hi,
At first everything worked but now when I try to download something and fill in the correct password a semi-transparent overlay opens over the screen but the download won’t start. It does this on different devices.
The master download link does still work.
Example:
View post on imgur.com
Yes, it is fixed thank you. Is there any way to use XML for importing/generating new packages as well? CSV files are difficult to edit, because most editors can’t handle commas inside the fields and treat them as separators. Or is there another way to mass create packages with some placeholder content and fill in the details like the download links, file size etc., later? I tried to do that using a WordPress plugin that allows creating mass posts but it seems something doesn’t get added and the packages created like that are broken.
“Access denied” red message where the download button should be?
This reply has been marked as private.
Hello Tracy,
I can download the packages properly now. I think it was causing for some CSS conflict on your site. Now the download link is showing properly.
I have disabled Disable Bootstrap CSS
from User Interface
from Downloads > Settings
.
please check, if it working properly from your side too
Thank you and regards
Hello,
Hope you are well.
Sorry there is no template tag to show file size individually.
However, you can use the template tag [package_size]
in link template/page template to show the size of package.
To know about all the template tags, just check:
Template Tags
Thanks
I’m talking about post categories, specifically these features of the plugin from the description (https://www.wpdownloadmanager.com/download/wp-pro-membership/):
Post Access Control
Post Access Control
WordPress Membership Plugin adds a simple meta box on the “Edit Pages” screen allowing you to control access to each membership level offered. You can also control Post content via Category.
Custom Post Type Access
Partial Content Access
Control users who should have access to content or who are forbidden to access your content. This option will enable you to make part of the post ( For example the download link ) private.
Partial Content Access
Custom Post Type Access
You can protect and set access to Custom Post Types within your site for different levels of members.
I’m trying to set things up so that
a) logged out users or users without a subscriptions see a “this content is for subscribers only, please log in or sign up” type of message where logged in subscribers see the content
b) certain post categories automatically are restricted to subscribers
Thank you for the response. The template tags doc does not have anything in it, where I can put a separate link in it. ITs all link concerning that document download.
Hello Trevor,
If you are using the free version of WPDM and using the default template, you can edit the link-template-default.php
file. you can edit it from download-manager\src\Package\views\link-templates
dir. For making backup your file you may follow this doc,
Template Files
And for related template tags, please check this doc,
Template Tags
please let me know, how can I help you more?
Thank you and regards
Hello,
The dropdown filter is not possible to make with link template/page template.
It is based on shortcode.
You can check the shortcodes here available for wpdm:
Short-codes
If you want to show with category filter options, you need the below addon. Please check that and demos:
WPDM Directory Add-on
Thanks
Hello,
With the template tag [popup_link]
(this is not a short-code, but a template tag) you can use it with a link or page template if you want to open the package link in a bootstrap modal popup.
Create a custom link template without [download_link] template tag and use [popup_link] instead of [page_link]. You can clone an existing link template and edit on top of it.
However, [wpdm_tree]
shortcode doesn’t support custom link template. All you can do with it is to open a new window using parameter newwin=1
For more details please check:
WPDM Extended Short-codes
Thanks
I’m having an issue where registered users have purchased packages for download and their payments have completed but they are not able to download them from the site.
The purchases show on the download dashboard but there is no link I can find either on the page for the individual packages or on the download dashboard to actually download.
Hello,
Thanks for this amazing work, I just have one issue, I hope you can help me.
For one of my client, i’m using the tree shortcaode, but the problem is that he does not want to have to open a new link with the file details, I would like to have the popup with the information you have to give in order to download the file, I tried with the shortcode : download_link=1
But no luck,
Can you please help me ?
Thanks.
Hello Sten,
Please check the link for the image now, I have updated the code,
Big Image Download
when you will click the image, it will pop up with the form for the particular package. please let me know, if it works for you
Thank you and regards
This reply has been marked as private.
I was reading through the forums and found out pretty much how to use the Advance Custom Fields.
I had two issues so far with it though.
I created a Group in the Advance Custom Fields add-on. I have 4 fields in that group.
I copied the Template Tag for the entire group and put it in a page template. The Field titles show up but no data from those fields for a Product/Package page. It created a nice table but no data.
I then copied the custom fields one at a time and then the data shows up.
How do you get the data to show up with putting in the whole group?
Also, I tried to use the shortcode to create a Responsive Table with the “wpdm_all_packages” and the data doesn’t show up there as well.
There was another post here in the support forums where an admin gave this information and said it should work. It doesn’t.
Here is the link to that post here.
Advanced Custom Fields
Can you please help?
Also how often do you guys respond to messages?
I am in Las Vegas, USA and when I just posted this last response it is is January 23, Sunday at 2:09pm my time. I just want to know when the best time to be on here to get faster support.