I have several issues in need of assistance.
1) How do I resize the course screen so that the navigation bar can be seen without the user having to scroll down?
2) How can I change the website and course typography. I would like both to be Times New Roman.
3) How can I disable the unit tags (Select Category & Instructor) so user cannot see these items?
4) How can I reduce the width of the sidebar in the course?
5) How can I change the background color of the drop down menu on mobile? It is all white, so the words cannot be seen.
6) The wording on one page of the mobile site is not adjusting to mobile size wording. How do I fix this issue?
7) Lastly, for some reason when I try to login as a student, a couple of times it has redirected me to the screen for the WordPress login. How do I fix?
1. Can you please pin point which "Navigation bar " are you asking for to ressize with the help of a screenshot?
2. Please refer :
https://vibethemes.com/documentation/wplms/knowledge-base/google-api-key-for-font-manager-and-usage/
check out the points carefully given below the tip if fonts does not appear to select.
3. Try adding the given code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('wplms_front_end_element_taxonomy',function($ags,$taxonomy,$post_type){
if($post_type = 'unit'){
return array();
}
},10,3);
4. We can do it using custom css .Can you please share url of your course to check this out ?
5. Adjust the color on wp-admin-> appearance-> customize -> body :
Single Menu Dark Text Color : http://prntscr.com/e70b1k
6. Please share a screenshot for this and url of that page .
7. Please try using the new ajax login feature :
https://vibethemes.com/documentation/wplms/knowledge-base/ajax-login-and-registration-in-wplms/
Please create new topics for each of your query .Smaller topic gets resolve faster .