Hi When I’m trying to check the list of memberships (screenshot – https://prnt.sc/26ohxfl) it is showing internal server error. I’ve checked with hosting team they asked to check with developer.
Error Link – https://www.smartzworld.com/downloads/wp-admin/edit.php/?paged=2&post_type=wppm_plan&page=wppm_subscribers
-
This topic was modified 3 years, 7 months ago by
Arun.
There are two places on the site right now where there are responsive table. If you see preview of site, look at menu and click on Audio and the other is the Video menu links. You will see the responsive tables. On the far right side next to each product is the “Download” button.
How can I convert each of those buttons to the button where a credit is paid like the example you gave? It doesn’t need to say their credit balance over each button like it shows from your link of the product you changed the page template.
Hello Albert,
No, I have changed only the page template for the package, for pages/posts shortcode, there need to be changed link-templates. Or if I don’t getting you, please elaborate on direct download links on responsive tables and the package pages.
Thank you and regards
Hello Jorge,
Hope you are well. Are you trying to bind the packages to the categories, For Category access and package roles please follow the below steps as I describe below,
Before giving access to a certain category for a particular role you have to set from the edit category option, then you have to make empty for Allow Access option or have to give a particular role on it like as I image attached or as usual for select member option too,

because
Package Access = Package Access + All Category Access = All Visitors + Author = All Visitors
and Package Access = Package Access empty + Category Access(Author) = Author
or Package Access = Package Access(Author) + Category Access(Author) = Author
More details can be found in the below link,
https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
Hope you have understood now.
Please let me know
Thank you and regards
That would work. Would it replace the direct download links on my responsive tables and the package pages?
I don’t know what you are talking about.
I am in the package settings and I don’t see any “download link extended” page template.
Are you referring to the “Link Templates”?
And if so, why would that be helpful for a responsive table?
Hello Albert,
Can you please check the Download Link Extended
page template from the package settings for the credit-locked packages? please check and let me know if it helps you
Thank you and regards
Hello Sean,
If you already purchased only WPDM Pro, it will valid for one domain only. please check the Pricing Plans
too from here
Pricing
However, you can also check Linked Sites
from your purchase dashboard panel and clicking the License Key
option. you can remove your old one and add a new domain too from here, placing the license key
in the new one. I hope you have understood
Thank you and regards
This reply has been marked as private.
This reply has been marked as private.
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