Can not scroll down on Mobile Devices

Home Forums Legacy Support Support queries Styling issues Can not scroll down on Mobile Devices

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #346542
    pablocanedoq
    Participant
    Hi, On mobile devices, I can not scroll down when I'm in the Courses Section and in other sections either. For example, when you are in the Courses Section, you can only see the first course. It is not possible to scroll down to see the other courses. https://prnt.sc/10nnyxx Please, I need urgent help with this issue.
    #346691
    Diana
    Participant
    Scroll is working: https://prnt.sc/10o0myr Testing On Buddypress single page?
    #346837
    pablocanedoq
    Participant
    @Diana Scroll is NOT working for me. That is why I am creating this topic. Tested on several devices. And no, I am not using BuddyPress on single page.
    #347270
    Diana
    Participant
    Please add this custom css in wp-admin > Appearance > Customize > Custom CSS
    
    @media (max-width: 480px){
       .vibebp_myprofile .profile_grid, .vibebp_myprofile .profile_grid {
        overflow-y:scroll !important;
        padding-bottom:84px;
    } 
    }
    
    It will work
    #347421
    pablocanedoq
    Participant
    Thank you @Diana It is working, but partially. Now I can scroll down, but I have these two problems: 1. When you get to the bottom, the last course looks incomplete. The Course Start/Continue button is visible halfway. https://prnt.sc/10qddhc This same problem of not being able to reach the bottom, not only happens in the Courses Section, but also in the other sections of the PWA. 2. Also, when you get to the bottom of the Courses Section, you don't see the "Load More" button, so you can't keep searching for more courses.
    #347511
    Diana
    Participant
    Above code has been updated. Please try copying and pasting the above code again.
    #351595
    pablocanedoq
    Participant
    Hi @Diana The code is working, but only in the Courses section. I see that the problem also occurs in ALL the other sections of the PWA (Dashboard, Profile, Messages, Notifications, Activity, Zoom Meetings, etc...) Would you please provide me some code that solves this in a comprehensive way? ISSUE SUMMARY: On mobile devices, we do can scroll down, but it is not possible to get to the bottom.
    #351643
    Ada
    Participant
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Can not scroll down on Mobile Devices’ is closed to new replies.