You will find the [download_link_popup]
tag implementation in /download-manager/libs/class.Package.php
file.
You can also use .wpdm-download-link
class to track click on [download_link_popup]
button. You don’t have to edit plugin files in this approach.
Please check your mail. Replied there. Send me language files via email.
Maybe a permalink issue if it is happening in dashboard or front-end upload page. Just update the page when you see 404. That should fix it.
Hi,
You can use [thumb_WxH]
template tag for thumbnail image.There are many link templates with preview image.
If you are creating a custom post template for wpdmpro
post type than you can use core WordPress function to show post thumbnail. It is same as normal post thumbnail.
Let me know if anything appears confusing to you.
Thanks.
You can easily show package thumbnail image using [thumb_WxH]
template tag. For e.g. [thumb_700x400]
will show 700px × 400px image preview.
There are already built-in link template with thumbnail. If you want you can build your own template too.
Your current link is generated by a shortcode that looks like [wpdm_pacakge id="package_id"]
To show direct download link use [wpdm_direct_link id="package_id"]
shortcode. Check following screenshot, both shortcodes are showing same package. But the second one has direct download link.
https://www.evernote.com/l/AUflsEmNbFVKgpLmxnII-E64u7UHV8OpTHkB/image.png
It is not possible as it is shown in your screenshot.
There is a template tag for showing package tags. May be you can utilize that on a custom link template. You have to add New
tag in your package for that. Although it will show all tags assigned to a download including the New
tag. But it is a smooth solution in this case as you have to remove the new tag later.
Check download instantly in email lock settings, You can also disable the email if you want.
https://www.evernote.com/l/AUekK7NyGZtNnoOP9FukoooBjey_qp4vRm8B/image.png
Please check your German po/mo files. Maybe it is missing the translations for those texts in email lock. But those texts are translation ready in core plugin.
Fixed the search issue.
You can edit single download page from /verse/single-wpdmpro.php
file.
Hi, Unlocked your key from old domain. You can use it in your new domain now. Thanks.
Unlocked your key from old domain.
popup will not work for form lock. However, now download link in table will go to details page when any lock option is applied.
Please use this short-code:
[wpdm_frontend flaturl=0]
Working fine now , tested here http://www.mintagenciadigital.com/aeromar_intranet/download/politicas-cargas/ . Please use following page template when you apply form lock:
https://www.evernote.com/l/AV18XVCTJfxCe40E8WnY8RUyr-iExbIEGlkB/image.png
Please give me temporary wp-admin login info in a private reply to check the issue and set it up there for you.
Please send temporary wp-admin login info in private reply to check the issue.
Hi, Worked fine in my test. Maybe issue was related to FB app settings, which I guess you have fixed later.
Looks like there are some css conflicts. Please try disabling other plugins to find the conflict or send login info in private reply so i can take a look.
Hi,
You can utilize the getMasterDownloadURL
function from ./libs/class.Package.php
to generate direct download url. This function should be invoked like this \WPDM\Package::getMasterDownloadURL($package_id)
Thanks.
Hi, Please send temporary wp-admin login info in private reply. Send the front-end upload page url too.