Forum Replies Created
next update actually coming within very big changes, so that will take few more weeks 🙂
looks like you did some url rewrite , which made timthumb non-functional, at current state timthumb failing to detect your image path so why image are not showing
please remove line 433 to 438 from functions.php , you server is not supporting some functions. or please send a temporary wp-admin login info to support@wpdownloadmanager.com, i’ll do that for you.
It is because zlib is not enabled in your server. when you are downloading a multi-file package, it zips all files using some php code which requires zlib ( zip library for php ). please ask you server support to activate zlib.
please send to support@wpdownloadmanager.com
after line #146 add:
dtable.fnSort( [ [2,'desc'] ] );
please convert it “,” separated before import using ms excel.
@todddogpacer, if you still facing problem may you also send wp-admin login info to support@wpdownloadmanagre.com, our support team will check that.
you can modify the functions from functions.php, line# 3013 ~ 3038 ( function name “wpdm_similar_packages” )
may you please send a temporary wp-admin login info to check your issue
now we are working hard to convert wpdm pro to custom post type so that you can have all regular options and facilities from WordPress, it will take few more weeks.
which page template are you using there? also you can do that creating new page template.
yes, you can update database using small php code. add following code at the bottom of functions.php , save and refresh any page once to execute code, then remove the code and save file again
$access = array('subscriber','editor','other-user-role-name');
$access = serialize($access);
$wpdb->query("update {$wpdb->prefix}ahm_files set access='$access'");
you need to edit file wpdm-all-downloads.php
I tried to understand the email lock issue from front-end of your site, but looks like I need to check in form your site admin, please send me temporary wp-admin login info to support@wpdownloadmanager.com .
you need to adjust css for that, its happening because , your theme css conflicting with wpdm css.
to resolve the issue add following css in your theme css file:
#wpdm-login-form{
top:100px;
z-index:999999999;
}
#loginform{
text-align:left;
}
#loginform p{
display:block;
clear:both;
}
please update those packages once to reset date.
individual download will not work for locked package.