Ada

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 2,670 total)
  • Author
    Posts
  • Ada
    Participant
    Hi, Can you please share a recording of what issue you are facing.
    Ada
    Participant
    Hi Yes, I removed that code because it was css based code that was causing other elements to disappear. You can now add this code in wplms customizer.php.
    
    
    add_filter('wplms_course_creation_tabs',function($tabs, $course_id=null, $user_id=null){
    	if($user_id && !user_can($user_id,'manage_options')){
    		$curriculum_elements = $tabs['course_curriculum']['fields'][0]['curriculum_elements'];  
        foreach ($curriculum_elements as $key => $curriculum_element) {
            if($curriculum_element['type'] == 'quiz'){
                foreach ($curriculum_element['types'] as $key1 => $quiz_type) {
                if($quiz_type['id']=='static') {
                	foreach ($quiz_type['fields'] as $key2=> $quiz_content){
                			//print_r($unit_content);
                			if($quiz_content['id']=='vibe_quiz_auto_evaluate' && !current_user_can('manage_options') ){
                				           				
                        		array_splice($curriculum_element['types'][$key1]['fields'], $key2,7);
                			}
                			         			           			
                		}
                } 
                		              
                }
                $curriculum_elements[$key] = $curriculum_element;       
            }
        }
        $tabs['course_curriculum']['fields'][0]['curriculum_elements'] = $curriculum_elements;
    
    	}
    	    return $tabs;
    	 	      
    },10,1);
    
    in reply to: Course İnstructor Bugs and Errors #363396
    Ada
    Participant
    Hi, As this issue is not due to the code. It did not affected the page on my local setup and I checked on your site by removing the code and it's still same. so kindly create a separate topic for this issue. As this issue is very different from the topic and we follow one topic = one query or issue. So please try disabling your third party plugins then check if the issue get resolved or not otherwise please create a topic with relevant screenshots and details . I am closing this topic.
    in reply to: Direct Dashboard #363395
    Ada
    Participant
    HI, 1- yes you can set your buddypress single page as your homepage from settings>>reading https://prntscr.com/17mu0u3 2,3 - If you want to have such registration page with course selection then you will need to add custom code and add this function on the user_register wordpress hook. this function takes the user id and the course id to add students to particular course.
    
    bp_course_add_user_to_course($user_id,$course_id) 
    in reply to: Course Directory not symmetrical students count #363392
    Ada
    Participant
    Thank-you for confirming. closing.
    Ada
    Participant
    Thank-you for confirming. closing this topic.
    in reply to: Hide “upload” for assignment #363390
    Ada
    Participant
    Closing this topic.
    in reply to: ¿How can i set a submenu in profile menu board? #363379
    Ada
    Participant
    Hi, @Physiotutors Please do not post on anyone else's topic. create your own topic and we will assist you there. check it-> yes you can add from appearance>>menus>> vibebp profile menu for adding external links refer here-> https://www.youtube.com/watch?v=cZcjNyVFjZQ ps- if it does not answer your query then please create your own topic.
    Ada
    Participant
    Hi, Yes, please use this css code it will not hide start quiz button.
    
    div#wplms_quiz .incourse .incoursequiz_details .incousre_quiz_button a.start_quiz.button {display:none;}
    
    div#wplms_quiz .incourse .incoursequiz_details .incousre_quiz_button a.start_quiz.button.full {display:block !important;}
    
    in reply to: display issue in courses page (v4) #363373
    Ada
    Participant
    Hi, yes, you can add this css code in appearance>>customize>>custom css
    
    .page-id-12697 #vibebp_member {
        margin-top:-22px !important;
    }
    
    in reply to: Parent User Setup #363372
    Ada
    Participant
    This reply has been marked as private.
    in reply to: change font #363370
    Ada
    Participant
    Hi, You can change it from appearance>> customize>> body>>price color or we can provide you custom css code for this link on all the pages. this code should be added in appearance>>customize>>custom css
    
    .course5 .course_block_bottom .course_price strong {
        color:#2d8a308a !important;
    }
    
    in reply to: Hide Correct Answer in Quiz #363368
    Ada
    Participant
    Closing this topic.
    in reply to: Scrollbar is missing en PWA #363367
    Ada
    Participant
    Hi, Check your site now. reversed the css which was causing issue. Now double scrollbar is gone. but for expanded view course editor you'll need to wait for the trello update.
    Ada
    Participant
    Hi, It's already hidden for zoom and jitsi units also. https://drive.google.com/file/d/1hOV79udr2f8lH-O-wZwDozs8qW6eFQJ_/view
Viewing 15 posts - 1 through 15 (of 2,670 total)