Numbering is not working in the text editor

Home Forums Legacy Support Support queries Other issues Numbering is not working in the text editor

Viewing 15 posts - 1 through 15 (of 41 total)
  • Author
    Posts
  • #330726
    pablocanedoq
    Participant
    Hello, In the text editor, you can add bullets, but you can not add numbered list (numbering). Please, watch this video: https://screencast-o-matic.com/watch/cYl3rp8myj Please, we need a fix for this.
    #330897
    Veronica
    Moderator
    hi this is a CSS issue that needs to be checked
    #332780
    pablocanedoq
    Participant
    Any news? I have the latest updates to the theme and plugins, but it still not working.
    #332874
    Veronica
    Moderator
    hi I did find a temporary solution in which I just add the list style in the text editor instead of the visual editor in the backend editor. In fact, I just added these: https://ibb.co/jrhLw6D This is the result: https://ibb.co/h8Z6q8w
    #332951
    pablocanedoq
    Participant
    But the image you show as "result" is showing bullets, not numbering. Remember, the bullets are working fine, what we need to make it work is the numbering.
    #333313
    Veronica
    Moderator
    ok thanks for pointing this I will replicate it and let you know if an alternative is possible if not then I will create a Trello card for this
    #338864
    pablocanedoq
    Participant
    Any news on this issue? For now, this is working like this: - Bullets: You can add it in the Course Editor, but not showing on the front end. - Numbering: You can not add it in the Course Editor, much less see it in the front end. Please help.
    #338957
    Ada
    Participant
    Hi, I checked it on my setup. numbering is not visible in course editor page but on course page it's visible. Please check https://drive.google.com/file/d/1JeR59YQCmXEhXEiZAxuNdaqaT480BJM0/view Although in vibebp section it's not visible https://prntscr.com/ytwhbb Please check once again at your site .is it visible on course page or not? Then I'll create a trello card accordingly for this issue .
    #339002
    pablocanedoq
    Participant
    Hi @Ada I just saw your video and your picture, and that is exactly what happens at my end. (Both in the Course Editor, Course Page and in Vibebp Section, they are the same issues) Please creat a Trello Card for this. Hope you can find a fix soon. Please let me know. Thank you.
    #339214
    Ada
    Participant
    Hi, For vibebp section you can use this css code to show bullets and numbers in list. Please add this code in appearance>> customize>> custom css section.
    
    #vibebp_member .vibebp_main .course_overview .course_description ul {
         list-style-type: circle;
    }
    
    #vibebp_member .vibebp_main .course_overview .course_description ol {
         list-style-type: decimal;
    }
    
    #339468
    Ada
    Participant
    I have also created a trello card for it. You can check update from here https://trello.com/c/NbWYyfIX
    #340128
    pablocanedoq
    Participant
    Hi @Ada Thanks for creating the Trello Card. But, the code yo gave me, it is not Working. I have made a video for you: https://screencast-o-matic.com/watch/crn2b9Sw4b Could you please check the code? I really need a temporary fix for this. Please let me know.
    #340247
    Ada
    Participant
    Hi, Sorry This code was only for course description. For units please also add this code
    
    #vibebp_member .vibebp_main .course_content .course_content_content ul {
         list-style-type: circle;
    }
    
    #vibebp_member .vibebp_main .course_content .course_content_content ol {
         list-style-type: decimal;
    }
    
    #340313
    pablocanedoq
    Participant
    Hi @Ada For Course Description is working. Thank you. https://prnt.sc/zm3vdy But now I added your new code for Units, but it is not working: https://screencast-o-matic.com/watch/crno2kS4JT
    #340481
    Ada
    Participant
    Hi, But I checked on your setup, It's working https://prntscr.com/zpehtm https://prntscr.com/zpefwz
Viewing 15 posts - 1 through 15 (of 41 total)
  • The topic ‘Numbering is not working in the text editor’ is closed to new replies.