please convert it “,” separated before import using ms excel.
ok, i’ll adjust that with next update
@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
done
its ok now.
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.
ok, checking.
key is unlocked now.
individual download will not work for locked package.
we are releasing new add-on ( free ) for social sharing very soon.
ok, i’ll check in a while
yes, as i mentioned that in post #7662 , but for now that is how the short-code works it loads all packages and process pagination with javascript, but we are upgrading it on next update, adding ajax lazy loader with this.
done
I just tried it in your site, looks like something with server file permission or any other plugin you using there interrupting download process, so I need to check it in your installation. please send a temporary wp-admin login info to support@wpdownloadmanager.com.
If you select a server dir for a package, when someone will download that package , it will pack all files inside that dir and start downloading. So anytime you update files in that dir, it will be automatically added with you package.
for the 2nd css issue, give me the url please, so that I can check the css.
” It works till I had change dir to root” not clear, may you please elaborate little more.