Forum Replies Created
You can add the following code to your theme’s functions.php file to remove password lock from all files. After adding the code just visit the website and then remove the code.
function wpdm_bulk_update_package_lock(){
$params = array(
'post_type' ► 'wpdmpro',
'posts_per_page' ► -1,
);
$packs = new WP_Query( $params );
while( $packs->have_posts() ) {
$packs->the_post();
global $post;
update_post_meta(get_the_ID(),'__wpdm_password_lock','0');
}
}
add_action('init', 'wpdm_bulk_update_package_lock');
Sorry for the delay. Please send me the login of the staging site. I will check all reported issue there. Everything works fine in my setup.
Installed the version 4.9.0 and successfully registered a new user. So, everything is okay with the latest version.
Added a share button right beside the download button. Users can share the package easily if they want.
It will change the time format in frontend display only. In the backend, you have to set the time in 12 hours format. Send login info in private reply if you want me to check it there.
Please send temporary wp-admin login info in private reply to check the issue. Also, send me the PHP error log file, that will help us a lot.
Looks like you have deleted the page. Could you please send wp-admin login info in private reply so I can check this issue there?
Maybe your theme is using a customized editor which doesn’t add the custom buttons. Please consult with theme provider about the issue.
Set a featured image ( thumbnail ) for your package. The circle will show the thumb there.
Please send temporary wp-admin login info in private reply to check the issue.
You can password protect the signup page. After submitting password users will be able to see the signup form.
Hi,
There are some inline styles coming from your custom CSS or a plugin which make the text color transparent.
body { color: transparent; }
You have to remove the style to make texts visible.
Thanks.
You can disable Download Manager styles from Downloads Settings User Interface Tab. Please try deactivating Bootstrap CSS and front CSS from there.
Looks like Prime Homepage settings ( from Customizer Homepage Prime ) hasn’t been set up properly. Please send wp-admin login info. I will check if things get back to normal after theme setup.
Hi, Unlocked your key from the old domain. You can use it on your new one. Thanks.
Please replace the text from /download-manager/tpls/lock-options/emai-lock-form.php line no 36. We will fix it in next release of the plugin.
Please send temporary wp-admin login info in private reply to check the issue.
Please send temporary wp-admin login info in private reply to check the issue.
In that case, adding a facebook share link with custom template should do the job. Please send temporary wp-admin login info in private reply. I will create a custom template for you.
Please assign the administrator role to the test user. I have to check some setting and debug the code.
Please send temporary wp-admin login info in private reply to check the issue.
Hi, Unlocked your key from the old site. Please try now. Thanks.
Use ID ( uppercase ) as the column title.
In the latest version, we have added some new design options. Set button style to “None” in Settings User Interface to remove the background.