Scrollbar is missing en PWA

Home Forums Legacy Support Support queries Other issues Scrollbar is missing en PWA

Viewing 15 posts - 16 through 30 (of 34 total)
  • Author
    Posts
  • #363177
    Ada
    Participant
    Hi, You are using child theme there must be a code added in child theme>>style.css because after comparing with my local, I can see an extra code but I am not able to find it in customizer>>custom css Please check after removing that also.
    #363305
    pablocanedoq
    Participant
    This reply has been marked as private.
    #363367
    Ada
    Participant
    Hi, Check your site now. reversed the css which was causing issue. Now double scrollbar is gone. but for expanded view course editor you'll need to wait for the trello update.
    #363452
    pablocanedoq
    Participant
    Hi, Ok, the scroll bar works (except in full screen mode). That's ok, but see how my site has turned out now. Now the menus do not work well: https://screencast-o-matic.com/watch/cr1vDPV15t7 And also, on mobiles, when you scroll down, the search box and other controls don't scroll. Before, they stuck to the screen and you could see them when you scrolled. Now it doesn't work: https://screencast-o-matic.com/watch/cr1vbjV15UE These are the problems that I have found on a quick first look. The nightmare never ends with WPLMS.
    #363551
    Anshuman Sahu
    Keymaster
    Issue is fixed please check now .HOwever the scroll bar on the right is not appearing we are checking it .
    #363592
    pablocanedoq
    Participant
    Ok, But, we cannot be without the scroll bar on the right for even a single day, so I've added the temporary fix that @Ada shared several months ago again. This code generates a second scroll bar, right next to the original scroll bar, which doesn't work. This is the code: .vibebp_myprofile { overflow-y: scroll! important; height: inherit! important; } To avoid user complaints, I will keep this code in the customizer, while you find a fix for the original scroll bar. Hope you can fix it soon.
    #363716
    Anshuman Sahu
    Keymaster
    The quick fix shared by ada was not correct and hence causing such issues . We are checking this why scroll bar went disappear .
    #364669
    pablocanedoq
    Participant
    Could you find the cause and the fix for this? I have opened this topic 6 months ago.
    #364996
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #365008
    pablocanedoq
    Participant
    The thing is, if I remove that code, the scroll bar disappears at my end. I just made a new video for you to watch: https://screencast-o-matic.com/watch/criIFwViXKF I have explained this many times and have made several videos explaining the same thing. Please, the video is real. Here we don't have scroll bar at all. That is why I have to use Ada's code. I REPEAT: If I remove the code, I just don't have a scroll bar.
    #365100
    Anshuman Sahu
    Keymaster
    Please just simply tell me where you have added this code , i will fix it all . https://prnt.sc/1b2hx1y
    #365118
    pablocanedoq
    Participant
    This reply has been marked as private.
    #365250
    Anshuman Sahu
    Keymaster
    since I also could not find that css where we have added that we need to add this additional custom css to restore default css :
    .vibebp_my_profile.logged-in #vibebp_member {
        position: initial;
        overflow-y: initial;
    }
    #365261
    pablocanedoq
    Participant
    The code solves the scroll bar problem, but generates a style problem. With the code added, the entire PWA has been stretched to the sides, which makes the entire PWA kind a warp and blur. I show this in the following video. In the first tab, you will see how it looks without the code. And in the second tab, you will see how it looks with the code: https://screencast-o-matic.com/watch/crio2yVibuZ
    #365281
    pablocanedoq
    Participant
    Also, see what happens to the buttons in the chat: https://screencast-o-matic.com/watch/crioDPVibMN And also, see what happens with the welcome window when a user logs in: https://screencast-o-matic.com/watch/criobwVib9P For all this issues, I have had to remove the code for now. So for now I still don't have a scroll bar. Please check this asap.
Viewing 15 posts - 16 through 30 (of 34 total)
  • The topic ‘Scrollbar is missing en PWA’ is closed to new replies.