Scroll down is Not working, when using expanded view in Course Editor

Home Forums Legacy Support Support queries Other issues Scroll down is Not working, when using expanded view in Course Editor

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #358364
    pablocanedoq
    Participant
    Hi, As it says in the title of this topic, if we use the expanded view in Course Editor, we cannot scroll down. Please watch this video: https://screencast-o-matic.com/watch/crhYqlVf7DE
    #358408
    Ada
    Participant
    Hi, I replicated this issue on my setup . I have created a trello card here for the issue. https://trello.com/c/sDQQOKur
    #359483
    pablocanedoq
    Participant
    Thank you @Ada I'll be tracking the Trello card.
    #359489
    Ada
    Participant
    Sure, please confirm can I close this topic ?
    #359566
    pablocanedoq
    Participant
    Well, the issue is not fixed yet. But I think it is now possible to reopen a topic by adding a new message, right? If so, you can close the topic for now. Thanks @Ada
    #359619
    Veronica
    Moderator
    hi @pablocanedoq we are remaining this topic open so you can ping us here if you face any issue once it is fixed for new issues, you can create a new topic
    #359717
    pablocanedoq
    Participant
    Ok, thank you. Best.
    #359785
    Veronica
    Moderator
    appreciate your patience
    #362420
    pablocanedoq
    Participant
    Hi, Now that the updates have come, I have checked and I see that this has only been partially solved. Now you can scroll down, but only using the wheel of the mouse. The scroll bar is not working: https://screencast-o-matic.com/watch/cr13r2V100Q In fact, the scroll bar does not work on the entire site. For now, it is working in some parts of my site, because you gave me a temporary fix for this: https://wplms.io/support/forums/topic/scrollbar-is-missing-en-pwa/ But, this remains unsolved after many months: https://trello.com/c/QntWMdAb/2657-issue-scroll-bar-is-missing-in-dashboard Please help. P.S.: And please reopen this topic: https://wplms.io/support/forums/topic/scrollbar-is-missing-en-pwa/
    #362465
    Ada
    Participant
    Hi, Okay, thank-you for your update. reopening your old topic.
    #362545
    pablocanedoq
    Participant
    Hi, Thanks for reopening the other topic. But what about this topic it self? Any solution?
    #362576
    pablocanedoq
    Participant
    If the problem will take time to resolve, please share a temporary fix for this, just as you did for all other sections of the PWA. Like this: https://prnt.sc/16h8xc3 But here, in Full Screen Mode: https://prnt.sc/16h9svu
    #362602
    Ada
    Participant
    Hi, You can use this temporary css code.
    
    .vibebp_my_profile.vibebp-component-course.create_fullscreen .wplms_create_course_overlay .wplms_create_course_wrapper  {
        height:100vh !important;
        overflow-y:scroll !important;
    
    }
    
    
    #362703
    pablocanedoq
    Participant
    Hi @Ada Thanks for the temporary code, but it doesn't look good. - There is a large space on the right. - And a bar has also been generated at the bottom. If it moves, the icon to exit Full Screen Mode is hidden. https://screencast-o-matic.com/watch/cr1ZouV1u5c
    #362741
    Ada
    Participant
    Hi, we can not remove the space fully but you can use this css code replacing previous and set the max-width of the create course wrapper as per your need.
     
    .vibebp_my_profile.vibebp-component-course.create_fullscreen .wplms_create_course_overlay .wplms_create_course_wrapper  {
        height:100vh !important;
        overflow-y:scroll !important;
        max-width:1500px !important;
        padding-right:30px !important;
        overflow-x:hidden;
    
    }
    
Viewing 15 posts - 1 through 15 (of 19 total)
  • The topic ‘Scroll down is Not working, when using expanded view in Course Editor’ is closed to new replies.