Instructor Details

Home Forums Legacy Support Support queries Styling issues Instructor Details

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #219465
    Mufiri
    Spectator
    Kindly help on this
    #219475
    Mufiri
    Spectator
    This reply has been marked as private.
    #219482
    Mufiri
    Spectator
    This reply has been marked as private.
    #219597
    Diana
    Participant
    This reply has been marked as private.
    #219710
    Mufiri
    Spectator
    This reply has been marked as private.
    #219722
    Diana
    Participant
    @Mufiri, replied you on email. Please check
    #219809
    Mufiri
    Spectator
    This reply has been marked as private.
    #219812
    Mufiri
    Spectator
    This reply has been marked as private.
    #219827
    Ava
    Member
    Hi The issue which is been fixed below are: 1. How to reduce the fields length / size i.e username, email, password? 2. Also, change the fields length of the contact us page   Please paste the below custom css code to Wp-admin > Appearance > Customizer > Custom css > publish

    .registration #signup_username,.registration#signup_email, .registration #signup_password, .registration #signup_password_confirm{width:50% !important;}

    .page-id-12742 .form_field{

    width:50% !important;

    }

    .page-id-12742 .form_field.small {

    width: 32px !important;

    }

    Refer: http://prntscr.com/ojvzmi and http://prntscr.com/ojw0am  
    #219838
    Ava
    Member
    Hi Custom code below given is for the two issues mentioned below: Issue: How to make text/ content  wider  on this instructor page Issue 1: How to  increase form fields length on the instructor page   Paste the custom css code to WP-admin > Appearance > Customiser > custom css > publish .page-id-12104 .one_half {     width: 100%; }   Issue 5: Kindly set footer links for the following About Us, Contact Us, Terms & Conditions Instructions were given in the screenshot below, so please check: http://prntscr.com/ojwggo   Issue 6: How to put our social media URL on the website not to enable icons only Instructions were given in the screenshot below, so please check: Refer: http://prntscr.com/ojwhun
    #219864
    Mufiri
    Spectator
    This reply has been marked as private.
    #219869
    Mufiri
    Spectator
    This reply has been marked as private.
    #219874
    Mufiri
    Spectator
    This reply has been marked as private.
    #219940
    Ava
    Member
    Hi   2. For sample terms and condition page & sample private policy page, you need to create the new page yourself from Wp-admin > Pages > Add new > Please check this video, how to set a title and add heading and content for any page. http://somup.com/cqiOhselY1 
      Issue: How to set a notification to the admin when a student registers Please use the third-party plugin "WP Members" for this, below is the link shared of it: https://wordpress.org/plugins/wp-members/
      5. Rounded corners for courses on homepage Paste the below custom code to Wp-admin > Appearance > Customizer > Custom Css > publish .home .block .block_media img { border-radius: 15px !important; }   Refer: http://prntscr.com/ok8483   Issue: when student hover on course on home page and gives more details Actually, the courses are coming dynamically on the homepage, you can change the course layout from http://prntscr.com/ok86js but can't add the additional things as the content is dynamic.
      Issue: How to configure certificates and make auto assign to students who finishes it? Please go to WP-admin > Lms > All Couses > select a course Settings are already there to set certificate. Please refer: http://prntscr.com/ok87pn
      Issue: kindly put the registration form on the center  and cut the overlapping lines on the name and contact number filed, l want it to be in same length with the fields length. Paste the below custom css code to Wp-admin > Appearance > Customiser > Custom css > publish .wplms_registration_form{width: 50%; margin: 0 auto;} .wplms_registration_form ul li>input { width: 100%; } .wplms_registration_form legend{border-bottom:none;} input#field_1 { width: 100%; } input#field_13 { width: 100%; }   Refer: http://prntscr.com/ok8bqm
       
    #220259
    Mufiri
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Instructor Details’ is closed to new replies.