Forum Replies Created
you are welcome,
thanks
you need this add-on, https://www.wpdownloadmanager.com/download/advanced-tinymce-button/
thanks
please share here which categories are missing in the frontend,
thanks
Hello,
Do you want to remove “Prev” and “Next” for all downloads package, please let me know
thanks
Can you please share the related URL please for checking,
thanks
Sorry for the inconvenience, directory add-on shortcodes has been changed, please check the latest shortcode formats from here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
thanks
please share the issue related page
thanks
Can I use the registration page enabled for checking,
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
I have installed the latest version on your side, the shortcode is working fine here, http://www.mesoamericaregion.org/wpdm-test/, you can see the latest version shortcodes here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on
thanks
Please, give your temporary wp-admin login details in a private reply for making a demo for you
Thanks
please share your package URL for checking
thanks
Hi,
Are you facing design sorting issue? please let me know
thanks
Can you please provide a screenshot which packages are coming, because there are lots of packages
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 both
thanks
you are welcome,
thanks
I think this is a WP page, do you want to the sidebar here too?
thanks
I think this is server related issue, you may also contact with your server administrator or also can be plugins conflict you may try to enabling/disabling the others plugins for testing or you may also try to switching theme to others for checking
thanks
Ok, that can be an issue, but keeping unactivated WPDM, trouble with login may not be an issue with WPDM plugin, you may try to investigate problem with wordpress login, let me know further
thanks
Hi,
I have adjusted the code from download-manager\tpls\add-new-file-front\package-settings.php file, now packages from frontend will be published for All Visitors by default, you may also keep the file backup for the next update following this doc, https://www.wpdownloadmanager.com/doc/template-files/
thanks
Can you please deactivate the WPDM plugin via FTP and try again with basic wp-login for checking?
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
please elaborate more on your issue, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Ok, please, give your temporary wp-admin login details in a private reply for adjusting the issue.
Thanks
I think it may require some customization, you may please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade