Home › Forums › Legacy Support › Support queries › Other issues › Numbering is not working in the text editor
Tagged: numbering, text editor
- This topic has 40 replies, 3 voices, and was last updated 3 years, 8 months ago by Veronica.
-
AuthorPosts
-
December 22, 2020 at 9:49 pm #330726pablocanedoqParticipantHello, 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.December 23, 2020 at 2:29 pm #330897VeronicaModeratorhi this is a CSS issue that needs to be checkedJanuary 7, 2021 at 10:55 pm #332780pablocanedoqParticipantAny news? I have the latest updates to the theme and plugins, but it still not working.January 8, 2021 at 12:04 pm #332874VeronicaModeratorhi 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/h8Z6q8wJanuary 8, 2021 at 11:47 pm #332951pablocanedoqParticipantBut 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.January 11, 2021 at 3:10 pm #333313VeronicaModeratorok 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 thisFebruary 8, 2021 at 11:49 pm #338864pablocanedoqParticipantAny 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.February 9, 2021 at 10:41 am #338957AdaParticipantHi, 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 .February 9, 2021 at 1:26 pm #339002pablocanedoqParticipantHi @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.February 10, 2021 at 10:15 am #339214AdaParticipantHi, 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; }
February 11, 2021 at 7:26 am #339468AdaParticipantI have also created a trello card for it. You can check update from here https://trello.com/c/NbWYyfIXFebruary 14, 2021 at 6:03 pm #340128pablocanedoqParticipantHi @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.February 15, 2021 at 11:02 am #340247AdaParticipantHi, 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; }
February 15, 2021 at 2:44 pm #340313pablocanedoqParticipantHi @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/crno2kS4JTFebruary 16, 2021 at 8:24 am #340481AdaParticipantHi, But I checked on your setup, It's working https://prntscr.com/zpehtm https://prntscr.com/zpefwz -
AuthorPosts
- The topic ‘Numbering is not working in the text editor’ is closed to new replies.