Ada

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 2,670 total)
  • Author
    Posts
  • in reply to: Translate Enable Partial Free Course #363231
    Ada
    Participant
    Hi, For the translation of partial free course strings follow this-> Please download this pot file from this link. https://drive.google.com/file/d/1ly9HFz2L8QoXg8HiTwo155SQeEvEy9zk/view?usp=sharing Then upload it on your site then sync the po mo file following point-5 in this guide- https://wplms.io/support/forums/topic/translation-guide-by-vibe-themes-support/
    in reply to: Take course button #363229
    Ada
    Participant
    HI, Please remove this code
    
    .sidemenu li a.active{
        color: #454040 !important;
    background-color:grey !important;
    }
    
    and add this code in custom css section
    
     .sidemenu li.active a, .sidemenu li a:hover {
        background-color: #9d9999 !important;
    }
    
    in reply to: don’t connect forum or assignment to other course/unit #363225
    Ada
    Participant
    Please check again. connect assignment is also removed.
    Ada
    Participant
    Hi, Please remove the code that I provided in this current topic. Actually I provided you css code so that admin can manage quiz setting values from front-end but it is causing other elements to disappear. I'll need to provide php code for this issue also.
    in reply to: WPML setup Issue #363218
    Ada
    Participant
    This reply has been marked as private.
    in reply to: Check quiz answers not working #363215
    Ada
    Participant
    Hi, I replicated it on local and it's working. see-> https://drive.google.com/file/d/1Kp21VKrDFzMQeMLLDPQjJiV1K4jun2Im/view
    in reply to: DASHBOARD ISSUES #363209
    Ada
    Participant
    For WPML I have already shared the guide. https://www.youtube.com/watch?v=Hgtz9x3X85w
    in reply to: Hide Correct Answer in Quiz #363207
    Ada
    Participant
    Hi, Please check after disabling the show correct answers it does not display correct answers. https://drive.google.com/file/d/1SzsDkrl9Zwudp1q23rc1oi5SX4BouPJt/view
    in reply to: Course header #363205
    Ada
    Participant
    Please share admin credentials of your site here in private reply so that we can check.
    in reply to: Problem with Course Creation page and Some widgets #363202
    Ada
    Participant
    This reply has been marked as private.
    Ada
    Participant
    Hi, Please set your home page template to no-title or use this custom css code in appearance>>customize>>custom css
    
    .home-page section#title {
        display:none !important;
    }
    
    in reply to: CSS difference between site frontend and page #363193
    Ada
    Participant
    This reply has been marked as private.
    in reply to: LAYOUT ISSUES #363192
    Ada
    Participant
    This reply has been marked as private.
    Ada
    Participant
    Add it in wplms customizer.php
    
    function quiz_instructor_control(){
    	if ( !current_user_can('manage_options') ) {
    		?>
    
    		<style>
    			#course_component .course_curriculum_builder .curriculum_element_wrapper.quiz_static .field_wrapper.field_switch, .field_wrapper.field_duration, .field_wrapper.field_number, .field_wrapper.field_editor {
    			    display:none !important;
    			}
    			#course_component .curriculum_element_wrapper.quiz_dynamic .field_wrapper.field_switch, .field_wrapper.field_duration, .field_wrapper.field_number, .field_wrapper.field_editor {
    			    display:none !important;
    			}
    			</style>
    			<?php
    	}
    
    }
    add_action('wp_head','quiz_instructor_control');
    
    Ada
    Participant
    Sharing the code.
Viewing 15 posts - 31 through 45 (of 2,670 total)