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.
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.
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.
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?
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.
this morning we no noticed, that our license key for download manager 3.3.2 suddenly expired.
We also licensed for 4.1.4 may 31st, 2014. That key does also not work!
Then we ´renewed´ the license to 4.2.2 today. That was the 3rd payment.
We could copy that last license key from the download page (after download manager confirmation
mail) and apply that key successfully. When we then returned to the download page to download
V4.2.2 both the download link and the button to acces the key dissappeared.
We expect expect your helpd as soon as possible, as the download facilities do not work
anymore on our website!
OK so one of the clients I am working has a specific need for a page layout functionality and I am wondering if and how this is possible….
1) Automatic large thumbnail creation of PDF file
2) Archive Page to display latest documents uploaded only, every time an upload is made 5 PDF documents are uploaded: Salinity, Water Quality, Weather, Habitat, Biology, Report see what they are doing currently: http://saveourlake.org/coastal-hydromap.php
Basically they are manually creating jpg thumbnails and posting the pics and links manually …
I’d like to figure out how to automate this using wp-download manger
Initially i was thinking of setting this up as a category (Hydrocostal water maps) with children (Salinity, Water Quality, Weather, Habitat, Biology, Report) That way i could detect the most current of each and create a table
Anyhow if you think there is a better way to do this let me know and if anyone has seen how to do the auto large jpg thumbnail creation of PDF documents for wp download manager do please let me know!
I would like to make a forum post and put a link to download a file
the shordcode to put it: [wpdm_package id = '12529']
WordPress Download Manager.
it’s possible?
“Do you have a special add-on to obligate the user to identify before download anything like in the link above?
The best for me is to have a database with each downloader and to know what they have downloaded and when…
Is it possible with wpdm pro? Or are you compatible with a membership addon? which one?”
— Yes, wpdm pro can do that, wpdm pro has very detailed stats option, from where you can check who downloaded from where and when ( if user is logged in it will track username, otherwise only IP ).
Thank you for your help!
Regarding my other problem:
”
Do you have a special add-on to obligate the user to identify before download anything like in the link above?
The best for me is to have a database with each downloader and to know what they have downloaded and when…
Is it possible with wpdm pro? Or are you compatible with a membership addon? which one?
”
Do you have an idea? I need to know:
– who is connected (membership)
– what he downloaded
– when (if it’s possible to receive an email with the downloads list…
— download links are not meta data data, it is generated dynamically, usually public download links are like package-url?wpdmdl=package-id
— Sorry, I’m not clear what you trying to do, may you please explain little more.
— Open in browser may not stay checked ( was a minor bug with v4.2.2 and fixed it for next update v4.2.3 ), but it should work fine if you check it once and save settings, however if you want that resolved immediately, please give me temporary wp-admin login info with a private reply.
close link template panel from Admin Menu Downloads Templates Link Templates , add <div class="col-md-4"> before current code and add </div> after code, then save it as new template, finally use the new template id with your short-code.
replace [page_link] with [title], and replace [audio_player_single] with [download_link] , then save file, better is clone this template, then make those changes and save. More about templates http://www.wpdownloadmanager.com/doc/templates/
Author
Search Results
Viewing 25 results - 7,676 through 7,700 (of 9,524 total)