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.
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 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?
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
}
}
} );
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…
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.
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);
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
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.