it you are trying a multi file package and your server cache memory is not enough, such thing may happen, as wpdm pro zip all files on the fly while you are trying to download.
Please add following line at the end of /download-manager/modules/canonical-url.php
to resolve open graph url:
add_filter( 'the_permalink','wpdm_canonical_url' );
I tried to add it, but your server was not allowing to edit/update file from wp-admin plugin editor.
When i or anyone click on the download button it takes upwards of 1-2 min for the download to even begin…
Do anyone know why this would be.
Also it says the file is 53mb but only starts the download at 37mb
you can hide toolbar with sorting from wpdm settings page.
Pro version has extended template options. So here you can build template as per your need, to add a separator line, edit the link template you using there, add <hr/>
at bottom. More details about templating options http://www.wpdownloadmanager.com/docs/integrated-templates/
Another example: i’ve tried adding to my sitemap the “Downloads” post type. The unuseful link is in the sitemap, as the ONLY sitemap link for that post type. Ridiculous.
I’ve yet explained *where* that unuseful (or i must say “destructive”?!?) link is visible. In the message above. Pls read it.
For better explanation i attach an image. Pls, view it. The test link is http://www.cashmatic.it/file/brochure-mschange/
I think the issue is located in function getlink() in functions.php, but I’m not sure.
The URL is: http://nmf-group.com/producten/afdichtingen/roterend/lipafdichtingen
The button is located below the first paragraph (green button with text ‘download catalogus’).
I keep getting emails from readers, telling me that they can’t download files. When they click on “Like” it takes them to a page asking them to leave a comment but nothing happens.
I tested email lock but on entering the email address and name it redirected me to a blank error page to say the download link has been emailed.
How do I change the email template it sends?
How do I set it to only accept verified email addresses? My list is full of false emails and that’s why I am only using the facebook like at the moment?
that will require lots to changes.
sorry, actually previous and text text is in .js/jquery.dataTables.js, any to change the text, please open wpdm-all-downloads.php
replace ( line# 142 ~ 145 ) :
var dtable = jQuery('#wpdmmydls').dataTable( {
"sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p ",
"sPaginationType": "bootstrap"
} );
with:
var dtable = jQuery('#wpdmmydls').dataTable( {
"sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p ",
"sPaginationType": "bootstrap",
"oLanguage": {
"oPaginate": {
"sFirst": "First page", // This is the link to the first page
"sPrevious": "Previous page", // This is the link to the previous page
"sNext": "Next page", // This is the link to the next page
"sLast": "Last page" // This is the link to the last page
}
}
} );
and for this: http://demo.wpdownloadmanager.com/wpdmpro/
you will need wpdm directory add-on ( http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ).
Can i have an answer, please? What the hell is the link /wpdmpro/wpdmpro/ ?????
Viewing at any single downloadsource code, i can view that the /wpdmpro/wpdmpro/ link is in the meta property=”og:url” content, and this is a bad thing.
Why? What’s this link? Why?
Please, you’re invited to answer at your PAYING customers…
Every download i’ve created has a URL like this: http://www.cashmatic.it/?wpdmdl=3
But i don’t like that “wpdmdl=3” and i’de like to change with some other, like the real filename or my preferred word, like “getfile=3”
The download manager was working well for my client for many months, then yesterday they reported all package download pages showing a 404 error.
Here is a link to the downloads page and you can test individual download details pages: http://www.redwoodhill.com/download-center/
How should I problem solve this issue?
I’m running Version 3.3.8 and WordPress 3.6.1.
Ok, i decided to delete the download page (i dont really need) :
So i changed :
'publicly_queryable' ► false,
in functions.php
I changed my link template : [page_link] by [title]
And i deleted all the wpdm entries in the wordpress “post” table (because there was always the wpdm results in the blog research ).
Is there any other things to delete ? the download page is really deleted ?
Now i wonder how to delete de wpdmrss page ? because it is a list of 404 errors…
1) yes, you simply need to create a new link template using [icon] [title] and [download_link], if you skip [page_link] tag from link template, detailed page will be off, more details: http://wpdownloadmanager.com/docs/integrated-templates/
2) same as #1, if you skip [download_count] tag from link template, then the download count will be hidden from front-end.
Only one thing: for testing, yesteray i0ve modified my downloadpage slug, that now is /downloadpage and that its not linked in the menu
So, the menu points to /downloads, that is the WPDMPro slug. The “real” download page, with archive page plugin, is /downloadpage and you have to type the address manually.
Thanks
Here’s a temporary solution which I have been using, but remember, you will have to make this change after every update of this Plugin. Hope it helps.
To change the default Page Break on Download Manager from 10 to (say) 15
Editing download-manager/download-manager.php (active)
In Plugins – Installed Plugins,
Click on ‘Download Manager – Edit
Scroll down to this function.
function wpdm_embed_category($id){
global $wpdb, $current_user, $post, $wp_query;
$postlink = get_permalink($post->ID);
get_currentuserinfo();
$user = new WP_User(null);
$categories = maybe_unserialize(get_option(“_fm_categories”,true));
$category = $categories[$id];
$total = $wpdb->get_var(“select count(*) from ahm_files where category like ‘%\”$id\”%'”);
$item_per_page = 15; Default was 10 items($total);
$pag->limit($item_per_page);
$pag->currentPage($page);
Thank you!
Unfortunately, there is now below two superfluous character list and I would like to know in which file (that line) I can “Previous” and “Next” translated into German.
http://www.tanzforum-dessau.de/service-tanzforum-dessau/downloads/
I have installed the module “costum fields”. It causes an error message every time the download page. This message is then on each page where a download link is involved. Writes the message before the text of a page. Two links are involved, the message appears twice.
Warning: Invalid argument supplied for foreach() in /www/htdocs/w00bf97e/tanzforum/wp-content/plugins/wpdm-custom-fields/wpdm-custom-fields.php on line 56
I had to disable the module.
I have also always in the back a message at the bottom of the page:
Warning: [function.file-put-contents]: failed to open stream: Permission denied in / www/htdocs/w00bf97e/tanzforum/wp-content/plugins/download-manager/wpdm.php on line 768
OK, thanks. Looking forward to the update.
wp regular search widget will not work here, but form next update wpdm pro moving to custom post type and then you will be able to use regular search box to search package.
I’m just setting up some resource files as can be seen here: http://medicarelocal.elkhosting.com.au/resources/
If I click one of the files it take me to a page like this with the download on it eg:
http://medicarelocal.elkhosting.com.au/download/agedcare-personal-alert-rebate-scheme/
When I search for something and find the search result I want I get a page without the download link eg:
http://medicarelocal.elkhosting.com.au/wpdmpro/agedcare-personal-alert-rebate-scheme/
I notice that the one works for me has /downloads/ in its url, where as the other has /wpdmpro/
Anyway I can force the search results to do what I want?
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
Hi,
I’m running WordPress 3.6.1 and WP Download manager Pro. I created a package to download a PDF file. That works fine when Email Lock is not checked on. If I check Email Lock, nothing happens when the download icon is clicked. Link to page: http://www.pinball-magazine.com/?wpdmpro=wpdmpro&download=pinball-magazine-no-2-sampler
Hope this can be solved soon 🙂
I’m developing a website that now is on http://cash.cashmatic.it (but tomorrow night it will be on http://www.cashmatic.it)
I’ve installed WPDMPro and i’ve set in the Preferences “downloads” as WPDM Category URL Base
Next i’ve created a custom link in my menu that points to “/downloads/”
But when i click on Download menu, i obtain this page: http://cash.cashmatic.it/wpdmpro/wpdmpro/
I’ve created some packages and some categories (ie: http://cash.cashmatic.it/downloads/brochures/ ) but in the download pag i obtain only that unknow wpdmpro package 🙁
Where’s the mistake?
Please help