Forum Replies Created
which design you are looking for apply, let me know
thanks
Hello,
Are you talking about Select From Media Library option from backend, let me know
thanks
Disabling resumable downloads, PDF with doc preview is working fine from my side, I have cleared the cache and it is working, please check from your side too
thanks
you are welcome
thanks
Please add this code in your theme functions.php
add_filter( 'wp_nav_menu_items', 'wpdm_loginout_menu_link', 10, 2 );
function wpdm_loginout_menu_link( $items, $args ) {
if ($args->theme_location == 'primary') {
if (is_user_logged_in()) {
$items .= '<li class="right"><a href="'. wp_logout_url() .'">'. __("Log Out") .'</a></li>';
} else {
$items .= '<li class="right"><a href="'. wp_login_url(get_permalink()) .'">'. __("Log In") .'</a></li>';
}
}
return $items;
}
it should return login and a logout menu
thanks
It can be theme script conflict or plugins scripts conflict, it needs to see where the conflicts are making
thanks
please share your related page URL,
thanks
Category visibility on package editor related to this add-on, https://www.wpdownloadmanager.com/download/front-end-category-manager/, you shall find the description here
thanks
Now login after redirecting is working fine now, please check
thanks
Now it is working, I have disabled Resumable Downloads and Output Buffering from Basic settings, somehow it was causing the problem, I have tested here, https://beatboxteacher.com/download/wpdm-test
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.
Thanks
Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.
Thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
The add-on name is wpdm-archive-page.zip add-on
thanks
The demo has been customized theme design…
Please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
please try here, https://med2050.org/frontend-uploader/, it will work fine then
thanks
you are welcome
thanks
It should be your login page
thanks
How to login? I can’t able to log in from beatboxteacher.com/wp-login.php, please check
thanks
please read the doc here, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_login_form-user-login-form-short-code/, you shall get a parameter called, redirect=”Redirect URL to redirect after login”, I think, thus you shall get the help
thanks
I have understood, you may need this add-on, https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/, please check
thanks
you are welcome,
thanks
