Forum Replies Created
Please give me temporary wp-admin login info in a private reply and ftp access to plugins dir, I shall enable lazy download for all package, or you may use following code only to add/enable lazy download for all packages:
$posts = get_posts(array('numberposts' ► -1, 'post_type' ► 'wpdmpro'));
foreach ($posts as $post){
if(!add_post_meta($post->ID, '__wpdm_lazy_download', 1, true))
update_post_meta($post->ID, '__wpdm_lazy_download', 1);
}
Thanks for pointing that, I’ve adjusted it for next update :).
It seems like happening for audio tag conflict with other active plugin, please give me temporary wp-admin login info in a private reply to check it in details and adjust it.
Sorry for your trouble. Yes, the issue is due to your theme, I’ve modified single.php in your template dir to fix the issue, now it is showing fine. But please let me know if I’m again missing something else 🙂
Thanks for you reply, but I’m not seeing any login info there, I shall need login info to check the issue in details and setup everything up in your site as you wanted it :).
Yes.
— Specify category using short-code parameter categories, ex: categories="category-slug" , you can use multiple categories too separated by comma
— The short-code was available from earlier, nothing had to change.
I just tested here http://demo.wpdownloadmanager.com/wpdmpro/download/league-of-legends-youtube-video/
It seems like working fine, please give me your url and temporary wp-amdin login info in a private reply to check it in your installation.
Please give me temporary wp-admin login info in a private reply to check your issue.
Please update Default value add-on, we just released a new version.
Please send temporary wp-admin login info in private reply to check the issue.
Sorry for delayed reply, I checked here http://wedemo.co.za/ithemba/client-dashboard/ and, seems, it is working as it should be, but please let me know if I missed something, but don’t use short-code [wpdm_my_downloads login=1] inside package content.
Ok, I removed except modification hook from wpdm ( at wpdm-hooks.php line # 47, 48 ), now it is working fine.
Yes, you can configure custom field there too.
Hi, actually password doesn’t have any relation with the download process, it totally depends on your server and php settings, please give me temporary link and temporary wp-admin login info in a private reply to check.
@mtt-sweden, You have to set Form Action in Email and Action Tab. Then it will work fine. But if you want us to configure it in your site, please give me temporary wp-admin login info in a private reply.
It looks like, /plugins/download-manage-files/cache/ dir is not writable. Please make the dir writable or give me ftp access the plugins dir to check it in details. Thanks.
Only publicly accessible files are view-able with google doc preview.
Please send me admin login info in a private reply.
Please give me your license key in a private reply.
Sorry, both options are not available as it is now.
Please check if php version in your server is lower then 5.4, in that case, please upgrade it to 5.4 or higher.
Mailchimp is working fine too:
https://www.evernote.com/l/AV1nRqVhreBHfL45FxoYZghua5UdqkpXNm0B/image.png
Sorry for your troubles, signup form is working fine now. Please setup recaptcha key in wpdm settings. Reg form short-code docs:
http://www.wpdownloadmanager.com/doc/short-codes/wpdm_reg_form-user-registration-form-short-code/