augustus09
Forum Replies Created
-
Hi @aalem
You can find the code with this path
wp-content\plugins\learnpress\inc\admin\settingsHi @touchofh
You can use this code.profile-container .user-tab .user-info .author-avatar{ display: none; }Hi,
You can use this CSS code
.profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu .finished, .profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu .passed .profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu .failed{ display: none; }Hi @touchofh
You can add this code to function.php file of child theme
if ( !function_exists( 'thim_change_tabs_course_profile_1' ) ) { function thim_change_tabs_course_profile_1( $defaults ) { unset( $defaults['dashboard'] ); $defaults['courses']['priority'] = 3; $defaults['orders']['priority'] = 13; $defaults['settings']['priority'] = 16; return $defaults; } } add_filter( 'learn-press/profile-tabs', 'thim_change_tabs_course_profile_1', 10010 );Hi,
I am sorry about this. The function is not available now.
Hi,
You can use this plugin Student List
Hi,
LearnPress use file type .min.css, you can find it with this path plugins\learnpress\assets\css\frontend\learnpress.min.css
Hi
Can you send me a screen recording video?
Maybe have a plugin conflict with LearnPress on your site, please deactivate each plugin to check
Thank you for your feedback, we will fix it on next version
Hi,
Let update Frontend Editor, LearnPress to lastest version
Hi,
You can override the template of profile page in your theme or child theme
wp-content\themes\your theme or child theme\learnpress\profileHi @knikola
Please follow your email, we will discuss via email
Hi @fabiograsso
You can try the test on our demo https://educationwp.thimpress.com/demo-1/courses/learnpress-101/lessons/getting-started/
Our developer is fixing it