Please send temporary wp-admin login info in private reply to check the issue.
Clone the link template you are using now. You can clone a template from Downloads Templates Link Templates Tab.
Now remove the [page_link]
or [page_url]
template tag from there. Use only [title]
to show download title.
Then save the custom template and set it as link template in package settings.
Read more about custom link templates here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
Try following code,
$ID = get_the_ID(); $package = \WPDM\Package::get($ID); echo $package['author_name']; echo $package['author_profile_url'];
I just added the $ID = get_the_ID();
above your code.
Unlocked your key. Please try now.
Yes, you can use Advanced Custom Fields add-on to show custom information in link/page templates using template tags.
Hi,
Template switching option no available yet.
Which shortcode are you using? We might introduce new add-on which will facilitate template switch option.
Thanks.
Your server is blocking the connection. Because I was also unable to load add-ons page. Maybe console command is not being blocked. Your server support will have a better answer in this.
However, I have manually activated the license.
Working now.
If you update the package after sending email, the download link in email will be expired. Because after each update there is a new master key generated. Maybe that’s what happening in your case.
If you don’t want to upgrade to latest version please send temporary wp-admin login info in private reply. I will add a patch to fix the license issue.
Thanks.
Please try now. Is still not working ask your server support to allow connection to https://www.wpdownloadmanager.com/ which is required to verify license.
Also please check if your version is 4.6.2
Please send temporary wp-admin login info in private reply to check the issue.
@manuelpalachuk, Your key should work fine with latest version. Maybe your server is blocking connection to https://www.wpdownloadmanager.com/ Please send temporary wp-amdin login info in private reply if still having issue.
@thecurlz, Verified your key.
This code will work if you provide correct $ID
to the get
method.
Send temporary wp-admin login info in private reply, so I can take a look at how you are using it.
@jvillasenor, Unlocked your key.
When creating a form you will find a email settings tab ( please check following screenshot for reference )
There you can add custom message, title etc to send to your user when they submit current form.
https://www.evernote.com/l/AUepit75LlxLVrHb4sfS9fMNiLTMiEAN2lIB/image.png
This shortcode should work without any issue. Could you please show me the error?
Required php version is >= 5.4 for latest WPDM.
1. Ask your server support to update your php
2. Install and activate latest version of WPDM
Add-ons page error should be gone after that.
Use [#download_url#]
tag in email template to send download url. In latest version of plugin this is added in default template.