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.
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/
Hello,
I’ve a problem.
The link to access download page is details/files so the WPDM Url Package base is : “details” and the WPDM URL Category Baseis also: “details”. The problem I have is the link on “continous shopping”. the link is download/files then I get 404 error page.
How can I fixe this problem?
Regards
Hello,
I can download the file (Download Instantly), but the mail come blank without link to download, neither single file, neither zip file with two files.
Nathan
Sorry for delayed reply. Could you please send me the package link to check this issue. Also let me know the pass to access file download.
Hi there,
I want to provide users an instant download, that is when they press the download button on the site the attached file downloads immediately. I copied the shortlink (http://mydomain.nl/?p=1625) to a button on the site, but when pressing the button a template page opens, the on that page a user needs to press “download”. How can I get rid of the intermediate step and let the download of the attached file start immediately after pressing the button. Thanks