How to insert text in unit

Home Forums Legacy Support Support queries Setup issues How to insert text in unit

Tagged: 

Viewing 15 posts - 16 through 30 (of 34 total)
  • Author
    Posts
  • #341299
    This reply has been marked as private.
    #341401
    This reply has been marked as private.
    #341826
    Anshuman Sahu
    Keymaster
    Hi yes we found this issue today and released an update of vibebp plugin version 1.5.3.2
    #341834
    I updated the pugin, but unfortunately issues are still there.
    #341945
    Anshuman Sahu
    Keymaster
    Hi this was an issue , we have fixed it today please update again vibebp version - 1.5.3.3
    #343970
    Hi Alex, despite the updates I still have problems writing texts. - I can't insert bullets. - I can't go to new line and start a new paragraph. - I noticed that the fonts on the course presentation pages are not of the same size when I update something. - The layout is not correct. You've done the updates, but the situation hasn't changed for me. Is it a problem that now concerns only me?
    #344167
    Anshuman Sahu
    Keymaster
    Yes the issue still appearing as we were failed to fix it up. We are working on it .
    #344189
    Please provide me a CSS code while we wait for a new update. I found a lot of codes here https://wplms.io/support/forums/topic/numbering-is-not-working-in-the-text-editor/ Please provide me the latest and correct version. I need only basic functions in order to write unit, course and quiz description with: - bullets - numbering – go to new line and start a new paragraph – with the same fonts size in all pages. Thank you.
    #344249
    Ada
    Participant
    Hi, Okay For bullets and numbering please add this css code in custom css section-
    
    #vibebp_member #course_component .vibebp_main ul{
        list-style-type:disc !important;
        padding-left: 40px !important;
    }
    #vibebp_member #course_component .vibebp_main ol{
        list-style-type:decimal !important;
    padding-left: 38px !important;
    }
    #vibebp_member #course_component ul.create_course{
        list-style-type:none !important;
    }
    .vibebp_main .course_curriculum_builder .field_curriculum .vibev_editor .vibe_editor ul {
        list-style-type: disc !important;
        padding-left: 38px !important;
    }
    #course_unit_popup .unit_content ul{
        list-style-type:disc !important;
        padding-left:38px !important;
    }
    #course_unit_popup .unit_content ol{
        list-style-type:decimal !important;
        padding-left:38px !important;
    }
    #vibebp_member #course_component ul.course_curriculum_builder_list li.vibe_vibe_course_curriculum, li.vibe_save_curriculum_button {
        list-style-type:none !important;
        padding-left:0px !important;
    }
    #vibebp_member #course_component .course_timeline ul {
        list-style-type:none !important;
        padding-left:0px !important;
    }
    #vibebp_member #course_component .vibebp_main p+ol{
        margin-top:10px !important;
        margin-bottom:10px !important;
    }
    
    For rest please create a seperate topic as it will get messy here.
    #344298
    Thank you for the codes. The situation is still the same. Moreover, in course description bullets and numbering are no more available. http://prnt.sc/10ed5vv
    #344304
    Ada
    Participant
    You need to click here for getting bullets and numbering option https://prntscr.com/10edcvn
    #344315
    Thank you, now in Course description it's possible to ho ahead and bullets and numbers appear, but the size of the carachters is not the same. http://prnt.sc/10edw6z I have set all course description with titles H4, now how can have this? If I go in LMS Courses and change Title high I loose all the style. In Unit the CSS given are not working
    #344454
    Ada
    Participant
    Hi, For course description heading and content styling use this css in custom css section
    
    .single-course .course_element_text .vibe_editor_rich_text h3 {
        font-size:24px !important;
        font-family:'roboto' !important;
    }
    
    .single-course .course_element_text .vibe_editor_rich_text p {
        font-size:16px !important;
        font-family:'roboto' !important;
        margin-top:0.6rem !important;
    }
    
    
    #344489
    Hi Ada, thank you, as you can see there is something more to adjust. The space between paragraphs is not correct and it's not possible go ahead and start a new chapter. http://prnt.sc/10fy5mt
    #344516
    Ada
    Participant
    Hi, For space before list add this css code in appearance>> customize>> custom css
    
    .single-course .vibe_editor_rich_text ul, ol {
        margin-left:32px !important;
    }
    
    For p element I added a line break while editting and it is appearing like this https://prntscr.com/10g0o1c
Viewing 15 posts - 16 through 30 (of 34 total)
  • The topic ‘How to insert text in unit’ is closed to new replies.