Hi,
you can modify the registration form by adding a filter to your function.php file of the theme.
Here you can find details.
Also we are hoping to add this feature on our next version of Advance Custom Fields.
And, Utilize the edit_user_profile_update hook to save custom user info. Here is the link to official documentation https://codex.wordpress.org/Plugin_API/Action_Reference/edit_user_profile_update
Adding custom fields and making those fields available in user profile requires custom coding. You can read details about it here. We provide custom upgrade service. Please mail to customize@wpdownloadmanager.com if you want our custom upgrade team to develop it for you.
Thanks
You need Pro version if you want to create a custom template. But free version has some built-in templates too. Please use TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert the shortcode. It will show available link templates.
Summary:
If logged in, try to download PDF, fails if PDF plugin is enabled with error:
[08-May-2018 17:23:26 UTC] PHP Fatal error: Class ‘WPDM_Crypt’ not found in /home/lifesck5/public_html/lifescicompliance/wp-content/plugins/wpdm-pdf-stamper/wpdm-pdf-stampers.php on line 74
Get Download link expired error if logged out, buy PDF, then try to download it. If I disable premium packages plugin I can download without error. But obviously, with that plugin disabled, I can no longer buy the product.
Still also getting an error “Download link is expired. Please get new download link.” when I buy the PDF and try to download it. This happens if I hit the package immediately from the website or through the email link.
Fixed (sort of) the issue with the [wpdm-pp-guest-orders]. It appears that this has been changed to [wpdmpp-guest-orders]
Now the user gets “Download link is expired. Please get new download link.” This happens either from the redirect as well as from the email verification:
Hello ,
Thanks for your order at Life Science Compliance Update.
Your Order ID: 5af1d155a7c95
You need to create an account to access your order and to get future updates.
Please click on the following link to create your account:
https://www.lifescicompliance.com/purchases/?id=5af1d155a7c95
If you already have account simply click the above url and login
Best Regards,
Sales Team
Life Science Compliance Update
Credit card is successfully processed, the user can’t download though.
Hi
I made a site with open and locked files.
the locked files are open only for subscribers
this is the dev site: http://p15327-215-4565.s215.upress.link/
I have some questions
1. can a click on a download link will open the doc if it is not locked with out going inside the doc page with all the details? and If the file is locked to open a popup with login/registration form?
2. can I add to locked links a locker icon and if the user is loged in an open locker icon?
AnonymousInactive
Hi, I have just bought Archive Directory Add-on.
Everything works except one thing. All files don’t link to single page of specific file.
I have only “DOWNLOAD” button below the title, but the title doesn’t link to file page.
In your demo featured image and the title links to single file page.
Please help !
Best,
Michal
This reply has been marked as private.
This reply has been marked as private.
Hi,
You can modify the page template from Downloads Templates to edit the download page. The add to cart button is showing with the [download_link]
template code. As the package is not free. it is showing Add to cart
button.
Thanks
Subscribe link is working now. Currently, WP Pro Membership can detect the plans page when this version [wpmp-membership-plans]
of shortcode is used. Although both generates same plans. I have updated the plans shortcode and the link is working on package details page.
Btw, you can use customized message now from WP Pro Membership settings. Now all of the options are set to a Download
text which is linked to the plans page.
Shahriar, good afternoon. Since downloading the new Premium Packages version the patch that you applied to my instance of WPDM is no longer working and I’m getting the link-expired.txt files again. Would you please reapply the patch? Credentials to come in second message.
Thanks for your attention to this. Was the patch/fix not part of the new Premium Packages update?
Cheers!
Scott
I’ve tested with chrome and not found the download link, seems like there is a problem with the template. Please provide admin login info to check.
Thanks
This reply has been marked as private.
Was going through the plugins… is the recent membership pro plugin linked to wpdm download limit plugin. Cause what ever plans I make in membership plugin its shown as a user in Download limit plugin.
If it is so then can you please guide me how to make changes as per user requirement.
I’ve updated to the new version. All of my downloads are broken. Most are showing as 0kb and when users click “download” nothing happens or it downloads a “link-expired.txt” file.
Please help.
I just updated and now ALL of my downloads are marked as “link-expired”.
Please advise
Hi,
In case of page/link template files, you can modify/create new templates from Downloads Templates page on the dashboard. Plugin update won’t delete the custom link/page templates.
Thanks
This reply has been marked as private.
If you are asking about link/page templates, then you can create custom link/page templates from Downloads Templates page. Plugin update won’t delete the custom link/page templates.
Looks like a js event is not triggered due to a theme or plugin conflict.
However, In your custom link template, I have replaced [download_link]
tag with the following code,
<a class="wpdm-download-link btn btn-success" href="[download_url]">[link_label]</a>
That fixed the issue.
Looks like your theme is preventing the js onclick event on the download button created by [download_link]
tag.
Please replace the tag with following code. I have tested it there and It works.
<a href="[download_url]">Download</a>
I broke up downloads into series tabs in Visual Composer
Series 1 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”99″]
Series 2 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”98″]
Series 3 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”100″]
Series 4 – [wpdm-archive button_style=”info” link_template=”58f4e02fddc4d” category=”101″]
Each group has their own downloads but only one will work. When I switch to any but the first open tab none of the downloads appear.
Hasibul,
i have copied the /link-template-default.php to /wp-content/themes/astra-child/download-manager, and change line 8, but it still open in the same window, what do i wrong
BR Piet
Hi,
Please copy the template from plugins/download-manager/tpls/link-templates/link-template-default.php
to your active-theme/download-manager/link-template-default.php
and change line 8 <div><strong>[download_link_extended]</strong></div>
with <div><strong><a target="_blank" href="[download_url]">Download</a></strong></div>
Thanks