Footer is visible on members profile page event after disabling it.

Home Forums Legacy Support Support queries Setup issues Footer is visible on members profile page event after disabling it.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #338590
    MBAbaba
    Participant
    Hi, Video: https://youtu.be/gpUGLS95L9o Members profile is not visible properly, it gets overlapped with footer. Can you tell me how to resolve it? I tried to disable footer but even that did not worked.
    #338679
    Ada
    Participant
    Hi, Add this code in appearance>> customize>> custom css
    
    .my-profile main div section{
       min-height:500px;
    }
    .my-profile footer{
    padding-top:100px;}
    
    #338720
    MBAbaba
    Participant
    Okay it does increase the height of the members profile page which is better then previously. But i noticed that footer on members remain fixed at bottom of the screen, unlike on other pages where when we scroll down then we see footer. Can you tell me how can apply same thing on members profile page ?
    #338852
    cclimente
    Participant
    This reply has been marked as private.
    #338853
    cclimente
    Participant
    This reply has been marked as private.
    #338933
    Ada
    Participant
    Hi, @cclimente please create your own topic there I will check your issue.Do not share your site credentials in someone else's topic. @MBAbaba Please use this code instead of previous one
    
    .my-profile #vibebp_member #primary .container {  
        min-height: 1100px !important;
    }
    .my-profile footer{
    position:absolute !important;
    bottom:0 !important;
    }
    
    
    #339278
    MBAbaba
    Participant
    Hi, This works fine on Desktop screen but on mobile, overlapping of Members profile data and footer happens. https://prnt.sc/yz10oi
    #339463
    Ada
    Participant
    For mobile screen please add this code
    
    @media(max-width:670px){
    .my-profile #vibebp_member #primary .container {  
        min-height: 1700px !important;
    }
    }
    
    #339907
    MBAbaba
    Participant
    It's working, thanks Can you also tell me, how can i show instructor's courses on his Profile member page ?
    #339927
    Ada
    Participant
    Hi, instructor course can not be displayed on member profile page. You can use vibegrid to show particular course in member profile but not based on instructor of the course. Also please create new topic for new queries and confirm can we close this ticket?
    #339934
    MBAbaba
    Participant
    Okay, you can close this one.
    #339947
    Ada
    Participant
    Thank-you for confirming. Closing this.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Footer is visible on members profile page event after disabling it.’ is closed to new replies.