I have email lock activated for this package: http://dev.proutinstitute.info/file/basic-features-of-prout/
But the email signup form is not showing up. I am using a custom template which is using the [download_link] shortcode.
Why is the form not showing up?
Hi,
You can use custom link template and set the download url to open in new tab. Just use target blank like following example,
<a target="_blank" href="[download_url]">Download</a>
Creating a new template ( http://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ )
Thanks.
Hi,
Sorry for delayed reply. There is no shortcode for this case. But you can share a direct download link with anyone and that person can download using master key from package settings. But that might not work for your use case.
However, as i said before, we will extend download manager to serve direct download for 100% discounted user roles.
Thanks.
No shortcode for whole category download, but you can use tree shortcode with direct download which will show all files of selected category and will be downloaded onclick.
Here is the shortcode,
[wpdm_tree category=”category_slug” download_link=”1″]
You have to install extended shortcode addon ( http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ ) to use tree shortcode.
Thanks.
please give me your URL to check. The form view ( embedded / pop-over / popup ) will depend on template tag your used in link/page template.
- [download_link] – popover form
- [download_link_extended] – embedded form
- [download_link_popup] – popup form
Template Docs: http://www.wpdownloadmanager.com/doc/templates/
Hi,
You can create a custom page template to show customized package data (show/hide specific info).
Check this doc http://www.wpdownloadmanager.com/doc/templates/page-templates/ It shows how to set page template in package settings.
Follow this link to check how to create a custom page template http://www.wpdownloadmanager.com/doc/admin-panel/templates/creating-a-new-template/ After that select it as your page template in package settings.
Thanks.
You only need to delete your free version plugin to upgrade to Pro version. You will not lose your old data. It’s already mentioned in this link WordPress Download Manager Pro installation
Activating Form Lock and selecting a form created with Live Forms or Ninja Forms only displays the form when the embedded template is selected. In no situation so far does this sequence end in display of a working download link. Please provide or point me to template examples/documentation for proper use of Form Lock.
Could you please send me the frontend package link to check if the download works? If download works then package import was successful.
If completion of the Ninja form can’t result in the visitor receiving an emailed or instant download link from Download Manager, do we instead need your Live Forms add-on to supplement Form Lock?
Understood….but is there a way to use a protected link shortcode from Download Manager within the email sent by Ninja forms? Or is this functionality entirely dependent on Ninja forms?
I’m so close. I can get it to upload the CSV and create the downloads posts, but it won’t attach the files for download. I’ve attached a sample CSV of just one line. You will see the the link to the file works and opens (therefore file permissions should be OK). Any other ideas?
When you try to download a multi-file package, wpdm need to create a zip file from attached file to start download, which requires zlib
in your server. Now zlib
is not active in your server and that’s why package download link failing to download file, please ask server/hosting support to active zlib
in your server.
Using Form Lock and Ninja forms, what must be included in the email sent to the visitor by Ninja so a Email Lock-style unique link to the download is provided?
Also, the download packet link does not seem to do anything. http://www.interiorgas.com/download/test-board-meeting-docs/
Thanks.
This reply has been marked as private.
I uploaded three docs and then tested the page. http://www.interiorgas.com/download/test-board-meeting-docs/
The download link does nothing.
And the icon with date on it gives a 404.
Plus, I want the files to be downloaded individually. But they don’t. They aren’t even linked.
Your docs don’t help. I did what they said.
Please help.
Please use [wpdm_category id="XXpermalinkXX" cols="1" toolbar=1 desc=1 item_per_page=10 template="link-template-default-icon" order_by='title' order='asc']
Doc: http://www.wpdownloadmanager.com/doc/short-codes/#category
i use this shortcode to show all downloads of a category at a page:
[wpdm_category id="XXpermalinkXX" cols="1" toolbar=1 desc=1 item_per_page=10 template="link-template-default-icon"]
1. Add following css in your theme to fix button size issue.
.wpdm-download-link img{
width: 150px;
}
File type icon shows only when you insert a package using link template, use tinymce button addon to do that.
2. Checking this issue. Will update you later.
1. Copy the dashboard page url and set it as url for your button or link
2. You can use different category shortcode to insert categories in a page. Install http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ and try shortcodes there.
Shortcodes Doc link http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
Let me know if need further help.
Thanks.
I have created a page template with icon. Now it is showing icon.
Link Template works when you insert a package with direct download link and then it shows icon from link template. But here in package details page icon have to come from Page Template
If you want to add direct download link manually, it is like http://your-domain.nl/?wpdmdl=1625
Clone current link template you using there now and replace [page_link] tag with [title] tag, then save as new template, now use the new link template with your short-code, please use tinymce button add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ .
Template Docs: http://www.wpdownloadmanager.com/doc/templates/