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
-
March 2, 2021 at 5:16 pm #343509pablocanedoqParticipantHi @Ada All the code you've given me so far fixes one thing but ruins another. SO, I had to add and modify various elements of your code, until I got it to look good in the following places: 1. Course Description (Course Editor) 2. Course Description (Front End - Student side) 3. Course Description (Course Page) 4. Assignment (ourse urriculum editor) 5. Assignment Preview (course curriculum editor) 6. Assignment (Front End - Student Side) 7. Assigment Summision (Course Admin Section) 8. UNIT text type (course curriculum editor) 9. UNIT text type Preview (course curriculum editor). So far everything looks good in these 9 points. However, maybe you could go in and see that the code used does not affect the site in any way. So far the 9 points mentioned look good. So, so that you can review it more easily, I have put together all the code you have given me for this matter (plus the modifications made by me) and I have put it all at the end of the Custom CSS Code, starting from here (see the image): https://prnt.sc/10bezl6 PLEASE: If you make any changes make sure everything looks good in the 9 POINTS MENTIONED. The only thing I haven't been able to fix is this: https://prnt.sc/107m9g4 You gave me some code to fix this, but when I add it, it breaks the Text Editor and renders it unusable. I mean this code: https://prnt.sc/10bfkmp LOOK: I created this topic 2 MONTHS AND A WEEK AGO (this is almost 70 days !!!!!!!) I'm just tired of instructors' complaints about a basic and fundamental matter: having a Text Editor that works minimally well.March 3, 2021 at 6:52 am #343582AdaParticipantHi, Thank-you for orgamising it at one place. Please try adding this code in wplms>> footer>> google analytics code and share the result if it resolves the issue or breaks text editor on site.
We understand your problems . Our team is allready working on text editor issue to fix it soon.<script> jQuery(document).ready(function($){ setInterval(function(){$('#course_component .submissions .vibe_editor_rich_text ul br').remove(); $('#course_component .submissions .vibe_editor_rich_text ol br').remove();},3000);}); </script>
March 4, 2021 at 12:29 am #343755pablocanedoqParticipantHi @Ada Again, the code put in wplms >> footer >> google analytics has not worked. But it doesn't matter anymore for now, because, despite having added so much code to fix this issue, every step I take I see other places where this doesn't display correctly. For example: 1. In UNITS (video type) it shows wrong: https://prnt.sc/10c6m3d 2. Here too it shows wrong: https://screencast-o-matic.com/watch/cree2zW7OB And I will surely find several other places where this does not display correctly. I think it doesn't make much sense for me to keep asking you for codes to partially fix this issue. This is a huge waste of time and not fair to my business. What I need is a code that fixes this in a general way (in the whole site). If you can do it, please share this code with me, so we can fix this for good. Otherwise, I will have no choice but to wait. You say your team is working on the Text Editor, so I'll keep my fingers crossed that the fix comes soon. Please let me know.March 4, 2021 at 9:38 am #343861AdaParticipantHi, 1- This issue was due to this code. https://prntscr.com/10csmon Coming to your final point when you started giving me one spots then another I thought it was specific to units but as this issue is for whole site . I am providing you this css code that will work whole course component. Added the code here https://prntscr.com/10ctjj3 and commented all previous code I did not provided you this code earlier because it adds bullets here also https://prntscr.com/10cszjz But I haved added code to remove it from https://prntscr.com/10cszjz and add in each ul and ol. I tested each place listed in one of your above reply. Please check it for rest places of course component and inform me if anything is left.March 4, 2021 at 2:58 pm #343958pablocanedoqParticipantHi @Ada Everything is displayed correctly, except for two things: 1. Your code has added a gap to the left of the Student Panel. I think this is wrong and maybe it could cause other problems. Look: https://prnt.sc/10cz3cd 2. In the Course Description (Frontend / Student Side), there is only a small detail to fix regarding numbering. I explain it to you in the following image and video: https://prnt.sc/10czk2h https://screencast-o-matic.com/watch/cref2KWPrlMarch 4, 2021 at 6:50 pm #343976pablocanedoqParticipant3. And I also see that a couple of bullets have have appeared here: https://prnt.sc/10d3r48March 5, 2021 at 7:59 am #344062AdaParticipantAdded fix for all at your site. https://prntscr.com/10dimi6March 6, 2021 at 7:42 pm #344374pablocanedoqParticipantThanks @Ada. Except for those large spaces in Admin> Submissions> Assignments https://prnt.sc/10eod1d everything else seems to be correctly displayed.March 8, 2021 at 5:32 am #344453AdaParticipantI have added script code in wplms>>footer>> google analytics code. Please check it now.March 8, 2021 at 7:42 pm #344644pablocanedoqParticipantIt is working. It looks much better. Thank you @AdaMarch 9, 2021 at 6:58 am #344717VeronicaModeratorthanks for your confirmation closing this topic -
AuthorPosts
- The topic ‘Numbering is not working in the text editor’ is closed to new replies.