Actually docs link is mentioned in that demo page.
Here is again http://www.wpdownloadmanager.com/doc/short-codes/#datatable 🙂
On my single package page I can download files individually no problem. When I use the ‘Download All’ button to download all attachments in a single zip file, the link just opens up a new tab with a blank page.
Any ideas?
Hi, sometimes the download link/mail is received perfect, sometimes we get an error on the site:
<button type=button id=’close’ class=’btn btn-link btn-xs pull-right po-close’ style=’margin-top:-4px;margin-right:-10px’><i class=’fa fa-times text-danger’></i></button> Name
and sometimes the email does not come in.
Who can help/fix this? Should be working 100%. Many Thanks.
Hi
I just upgraded from free to pro (version 4.2.2).
After the upgrade I have lost the icon on about half of my packages and they all look messed up in the pages of my site.
The only way I have found to correct this is to go into each download/package one by one and:
Reselect the icon
Change the Link Template to: Default Template w/Icon (they are all set to “with MP3 preview”)
Change the Page Template to: Default Template (they are all set to “Single Column, Extended, AudioPack”)
Update the package
…. and repeat for each individual package.
I don’t have many packages but this is still a waste of time. Is there anything I can do to speed this up?
Cheers
MattJ
In fact direct link will not cause any issue, but wpdm download link is handled by php code, that’s why sometimes server’s php execution timeout settings may cause such issue.
Thanks
Tried downloading the file for ten times.
Five times via the direct link to the file: works fine.
Four times via the download link from Download Manager: download terminates after 70-90%.
I also initiated both downloads at the same time and the result is the same. Direct link to the zip file works fine, the Download Manager link stops downloading and the result is a corrupted zip archive.
ex
http://portalkairos.org/arquivo/anjos-de-resgate-inspiracao/
Hi Sir’s,
download manager is now working, i recreated the domain and reinstall the wdm, change the URL setting of the old wordpress before i copy it to the new webser then go and save to the permalink.
thank you,
Please use order_field instead of order_by, so short-code is [wpdm_packages link_template="link-template-panel" order_field="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]
this is the correct for the popular download [wpdm-archive button_style=”default” link_template=”link-template-extended” order_by=”download_count” order=”desc” items_per_page=”10″]
Hi Shaon,
we are using the email authentification method for some file packages.
After I add my Name/Adresse to the subscribe field everything seems fine – but I am not receiving the promised email with the file link.
The error message goes like that:
[15-Jul-2015 16:11:02 UTC] PHP Notice: ob_flush(): failed to flush buffer. No buffer to flush in /var/www/html/wp-content/plugins/download-manager/wpdm-functions.php on line 223
[15-Jul-2015 16:11:02 UTC] PHP Stack trace:
[15-Jul-2015 16:11:02 UTC] PHP 1. {main}() /var/www/html/index.php:0
[15-Jul-2015 16:11:02 UTC] PHP 2. require() /var/www/html/index.php:17
[15-Jul-2015 16:11:02 UTC] PHP 3. require_once() /var/www/html/wp-blog-header.php:12
[15-Jul-2015 16:11:02 UTC] PHP 4. require_once() /var/www/html/wp-load.php:37
[15-Jul-2015 16:11:02 UTC] PHP 5. require_once() /var/www/html/wp-config.php:84
[15-Jul-2015 16:11:02 UTC] PHP 6. do_action() /var/www/html/wp-settings.php:353
[15-Jul-2015 16:11:02 UTC] PHP 7. call_user_func_array:{/var/www/html/wp-includes/plugin.php:496}() /var/www/html/wp-includes/plugin.php:496
[15-Jul-2015 16:11:02 UTC] PHP 8. wpdm_downloadnow() /var/www/html/wp-includes/plugin.php:496
[15-Jul-2015 16:11:02 UTC] PHP 9. include() /var/www/html/wp-content/plugins/download-manager/wpdm-functions.php:3551
[15-Jul-2015 16:11:02 UTC] PHP 10. wpdm_download_file() /var/www/html/wp-content/plugins/download-manager/wpdm-start-download.php:144
[15-Jul-2015 16:11:02 UTC] PHP 11. ob_flush() /var/www/html/wp-content/plugins/download-manager/wpdm-functions.php:223
–
Can you help?
Regards,
Guido
Hi,
I used the 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=""] but it only shows the most recent packages, not the most downloaded packages.
Am I missing any configuration?
[wpdm_tree download_link=1] actually should start download a package when you click on package title.
This reply has been marked as private.
Thank you for quick response on how to use [wpdm_tree download_link=1]. This works fine with individual files but opens in the browser for packages.
Please advice on how to start immediate download of packages.
May be there is problem with short-code. Please check the link http://www.wpdownloadmanager.com/doc/short-codes/. Here is details about short-code.
How can I remove the footer link from the Homepage ?
WordPress Download Manager
WordPress Download Manager – Best Download Management Plugin
close
The close Button don´t work. We purchased the Pro Version
Please use additional parameter download_link=1 with short-code for instant download. Doc: http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
The tree displays with files. When I click on one of the files it opens the page I created while adding new package. It does not enable downloads.
It works as when you click on the title for a package and not the download link. Example here: http://www.steinertsensingsystems.com/downloads-2/
I figured out a work around. On the device if I press and hold the download button for more than a couple of seconds a list of options will come up. If I select “Save Link” then I am able to view the actual PDF file. If I select “Open in another window” it fails. For some reason the browser isn’t completing the PDF download on it’s own. I need to tell it to save the file. This isn’t ideal but I will inform my users of these steps.
Thanks Shaon,
The change to wpdm-functions.php gave me half the result I was after – it blocked people from downloading the files from the public pages.
But it was still showing them as listing the search results (and then clicking on the link would give an error).
In the end I was able to fix it by excluding the post type from search results.
The following code when placed in functions.php (ie in a child theme or theme folder) will exclude them from search results. Adding it here in case it is of use to anyone else in the future.
add_action( ‘init’, ‘exclude_wpdmpro_type’, 50 );
/*
* exclude downloads from search results
*/
function exclude_wpdmpro_type() {
global $wp_post_types;
if ( post_type_exists( ‘wpdmpro’ ) ) {
// exclude from search results
$wp_post_types[‘wpdmpro’]->exclude_from_search = true;
}
}
Yes, you simply need to enable email lock for that download. If you use [download_link] tag in your link template it will show the email form as pop-over on click over download link, for [download_link_extended] tag, form will be embedded in link template.
Hi Shaon,
Could you please update about LinkedIn Share Lock bug fix? I have downloaded the Premium Plugin update but still doesn’t work….
What is the issue here?
Best Regards,
lcseri
Hi – is it possible to request an email address or other contact info in order to download? A simple form included in the link template or even a pop-up would be great. TIA.
However here is the link template code you need to use for 3 cols layout for archive page:
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<a class="pull-left" href="[page_url]">
[thumb_60x60]
</a>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;height: 20px;overflow: hidden">[page_link]</h4>
<i style="margin: 4px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size]<Br/>
</div>
</div>
</div>
<div class="panel-footer"><div class="pull-left" style="line-height: 30px;"><i style="margin: 2px 0 0 5px;" class="icon icon-download-alt"></i> [download_count] downloads</div> <div class="pull-right">[download_link]</div><div style="clear: both"></div></div>
</div>
</div>