You only posted the same link as in your previous reply and didn’t answer my question.
Where can I adjust the settings of the output email to the admin?
I got it to send one email with name, email and phone number, but it didn’t include the name of the package they downloaded. Instead it gave me a key and the following message:
“To gain further access to your submitted request, use this token: [ 557e4beab82cb ]
Submitted data:”
Please check the link again. The first image shows which download button to click to see the problem, the second one shows the problem after I have clicked the link.
OK, But why the download link is no longer available when I activate lazy download for the package?
I have to go through the file download page and click on the download button.
It makes no sense at all!!
I’m trying to use [wpdm_lazy_download] but without success.
I have the lazy download option selected for the package, but when I add [wpdm_lazy_download] to the page nothing happens.
What I would like to to is
hove this text shown
Click on the download link below to get this template
Then for anyone with specific membership level use lazy download
[membership level=”1″]<lazy download should be here>[/membership]
And for anyone with other membership levels use regular download [membership level=”2,3,4″][wpdm_package id=XXXX][/membership]
How should I use [wpdm_lazy_download] in this case?
I am trying to modify the “panel” link template to be used without the need for a download page, as I insert the WPDM shortcodes into posts and don’t need another page for download.
I have packages with multiple files. I want the user to be able to download the files individually, but to omit the option to download the whole package. (and omit # of downloads and total package size, as it will be meaningless for users).
I want the panel to have:
-Individual file names
-individual download buttons
-individual file size for each file
-individual number of downloads for each file.
i have succeeded to modify the “panel template” to have the first 2 options:
Does it mean we can not show this in an e-mail when we send an e-mail with the e-mail-lock function?
<-- you can use it with email, and emailed download link will expire after it is used for 3 times.
it is always wp-content/uploads/download-manager-files as default, but if you want to change it, you need to change it editing code at download-manager.php
If you want complete control over template, you need to create a template file taxonomy-wpdmcategory.php in your current theme dir, then use the loop. But as it is now, you can select a link template ( Docs: http://www.wpdownloadmanager.com/doc/templates/ ) for category page from Admin Menu Downloads Settings Front-end tab
Also, how can we change the location of the files when we upload them in the wordpress environment? Or do we need to use the url after uploading via FTP?
Can you help with all above please?
I will send over a customization request by e-mail as well.
Hi there- I’m hoping to extend some functionality here in the basic file list and provide a direct link to “View” the file (in the case of PDFs, so the browser PDFViewer can simply open the doc) in addition to the download button. Where in the $files object/array is the pure URL to the file? I’ve found the full file list in the object but for some reason cannot seem to find the index that is used to hit a specific file.
2. You can use http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ add-on. You have to use 3 short-code in this regard. To add slider use [wpdm_slider ids="package,ids,separated,by,comma"] short-code. For popular downloads use following shortcode [wpdm_packages link_template="link-template-panel" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""] and for new downloads use [wpdm_packages link_template="link-template-panel" order_by="date" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="New Packages" desc=""] shortcode. You can install http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ add-on to generate short-code.
Hi. Thanks for that great plugin. Unfortunately I don’t get password protection working. I made new packages with allow access: blank ( I also tested Subscribers, Admin), but the file is accessible without login. Can you please check where the problem is? I purchased the latest version of WPDM Pro (Special Pack). Thanks
#1. please give me your URL to check
#2. Using download link in same page only will be possible if all packages under accordion are public and that also will require to edit code in accordion add-on. Need to edit file wp-content/plugins/wpdm-accordion/wpdm-accordion.php
#3. It may work, but we didn’t test it yet.
#5. Sorry no.
#6. The text is coming from a free add-on http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ , but it is not an ad, it is just a placeholder text, if you activate bootstrap from wpdm settings it will be gone.
I add this tag in Page Template but it is not working my page template code is `<div class=”row”>
<div class=”col-md-7″>
[description]
<br />
[file_list]
[audio_player]<br>
</div>
<div class=”col-md-5″>
<table class=”table”>
<tbody>
<tr><td>Download</td><td>[download_count]</td></tr>
<tr><td>Category</td><td>[categories]</td></tr>
<tr><td>Size</td><td>[file_size]</td></tr>
<tr><td>Total Files</td><td>[file_count]</td></tr>
<tr><td>Create Date</td><td>[create_date]</td></tr>
<tr><td>Last Updated</td><td>[update_date]</td>
</tr>
</tbody></table>
<div class=”wpdm-download-button”>
[download_link_extended] <br>
[similar_downloads]
Shaon, thanks for the reply. The thing is I only selected one (1) file from the Google Drive, but it seems like it replicated itself 9 times and created a ZIP file. I only selected one file, and expected one file to be the download link…
Hello there, might be set up, but everytime I select a single document from a linked Google Drive, Download Manager attaches 9-12 attachments in a ZIP file that eventually does not open.
When outputting multiple download buttons through <?php $package = wpdm_get_package($post->ID); echo $package['download_link']; ?>, success/error messages always show up on the first button instance only.
It would appear the Javascript that outputs the messages apply to the div’s first instance, not the div relative to the form.
Following an update my file downloads are no longer working. The files that are on the system before the upgrade are fine but the shortcodes don’t work any more. Usually, you click on the link and you can download the PDF. Now you click on the link and it’s redirecting to Downloadmanager files and notepad.
Could you please let me know how to resolve this? I attach a screenshot which might explain what’s going on.