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 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • #343509
    pablocanedoq
    Participant
    Hi @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.
    #343582
    Ada
    Participant
    Hi, 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.
    
    <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>
    
    We understand your problems . Our team is allready working on text editor issue to fix it soon.
    #343755
    pablocanedoq
    Participant
    Hi @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.
    #343861
    Ada
    Participant
    Hi, 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.
    #343958
    pablocanedoq
    Participant
    Hi @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/cref2KWPrl
    #343976
    pablocanedoq
    Participant
    3. And I also see that a couple of bullets have have appeared here: https://prnt.sc/10d3r48
    #344062
    Ada
    Participant
    Added fix for all at your site. https://prntscr.com/10dimi6
    #344374
    pablocanedoq
    Participant
    Thanks @Ada. Except for those large spaces in Admin> Submissions> Assignments https://prnt.sc/10eod1d everything else seems to be correctly displayed.
    #344453
    Ada
    Participant
    I have added script code in wplms>>footer>> google analytics code. Please check it now.
    #344644
    pablocanedoq
    Participant
    It is working. It looks much better. Thank you @Ada
    #344717
    Veronica
    Moderator
    thanks for your confirmation closing this topic
Viewing 11 posts - 31 through 41 (of 41 total)
  • The topic ‘Numbering is not working in the text editor’ is closed to new replies.