loss of style when editing existing units in the new editor

Home Forums Legacy Support 4.0 Bugs & Issues loss of style when editing existing units in the new editor

Tagged: 

Viewing 15 posts - 16 through 30 (of 43 total)
  • Author
    Posts
  • #297840
    shynkaryk
    Participant
    Ok, now I understand that I must units created in classic editor edit only in this editor. This is unit created in classic editor: https://prnt.sc/u52f3w https://prnt.sc/u52fc5 And here is the same unit edited in frontend: https://prnt.sc/u52gnv https://prnt.sc/u52gw9 Is it possible to display somehow a tab with a text editor in your frontend editor so that user could add tags? (I guess not, because these are completely different systems). If your front editor was available when I started working on the courses, I would definitely use it and not come up with anything new :) We can assume that the problem is solved (except for item 2 - changes of the unit from general to H5P, preferably in backend).
    #297843
    shynkaryk
    Participant
    Now I understand that units created in wp-editor must be edited in this one, not in frontend. Otherwise we will lose formatting. But if the formatting was saved, it would be better, of course. Thank you for your help, Mr. Vibe!
    #298000
    Veronica
    Moderator
    hi, if it is resolved please let us know!
    #298019
    shynkaryk
    Participant
    No, not resolved. 1) I continue to lose the formatting of the unit with the front editor; 2) I do not have the ability to change the type of unit in the WP-editor to H5P, so I have to use the frontend-editor.
    #298429
    Anshuman Sahu
    Keymaster
    1 .Yes known issue , actually they both are totally different editors and even wordpress cannot retain the html in it when edited . We are checking what we can do in this particular case . 2 . you can still add the h5p content using the [wplms_h5p] shortcode from backend just like old way .But for quizzes in new panel you have change the type of quiz and has to create it from front end.
    #298472
    shynkaryk
    Participant
    1. I do not doubt your abilities, so I think you will succeed :)

    2. We have used H5P shortcodes in units so far, but they are not working in units on my site after update to 4.0. This is a HUGE problem for us because students can't study because of it. I'm recording a video for illustration: https://drive.google.com/file/d/1oma-77ymQ-dH58R1gJK0O6eGsbA7b4d1/view?usp=sharing

    #298708
    Anshuman Sahu
    Keymaster
    Im sorry I forgot to tell you that your have to change the unit type to "video" from backend unit edit page : https://prnt.sc/u6w3qc
    #298748
    shynkaryk
    Participant
    Thank you. After changing the unit type to "video", there is no infinite loading, but the content of the H5P element is not displayed: https://drive.google.com/file/d/1xVIu67HpQ8k93TMzlLp5XdNJ-ga3wul3/view?usp=sharing Instead of "Content unavailable" it should be: https://drive.google.com/file/d/1nkeDOOjjtjIGJW-26-LgaUtosCQp6RPx/view?usp=sharing Please help resolve this issue.
    #299001
    Anshuman Sahu
    Keymaster
    Well you need to check the content is embedable in the content settings . if it still does not works then please add this given code in your wplms customizer.php file in wplms customizer plugin :
    
    add_filter('h5p_embed_access',function($x){
        return true;
    },9999);
    #299008
    shynkaryk
    Participant
    Thank you for reply. The content is embedable. Given code did not help - "Content unavailable." What other solution? You can safely go to my site and check how it does not work.
    #299053
    shynkaryk
    Participant
    Checked again. Still, your code seems to have helped. If there are difficulties, I will write. Thanks for the help! Can it be possible to mark H5P units not as video? Because it disorients the buyer of the course - he may think that there are videos, and after the purchase to make claims ...
    #299311
    Anshuman Sahu
    Keymaster
    Well you can follow the new guide to create the new units in h5p : https://wplms.io/support/knowledge-base/h5p-integration-with-wplms-4-0/
    #299467
    shynkaryk
    Participant
    Thank you! Can it be possible to mark H5P units in curriculum not as video? https://prnt.sc/u8q538
    #299934
    Anshuman Sahu
    Keymaster
    Well as of now its not , for that we are building change unit type in fornt end .
    #299990
    shynkaryk
    Participant
    I understand. Is there an approximate date when this may be available?
Viewing 15 posts - 16 through 30 (of 43 total)
  • The topic ‘loss of style when editing existing units in the new editor’ is closed to new replies.