Mooc Header

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #336755
    Chala88
    Spectator
    Hi, I've changed my header to mooc header. Two questions: I want to fix it on scroll. I actived the option Fix header on scroll on WPLMS - Header, but it doesn't work The other question: where can I translate the label "search courses.." of the search form of mooc header?
    #336779
    Ada
    Participant
    Hi Add this code in appearance>> customize>> custom css to fix the header
    
    header.mooc.fix {
        position:fixed !important;
    }
    
    You can translate this from translate plugin>> wplms theme https://prntscr.com/xquewv
    #336864
    Chala88
    Spectator
    If I add this code, part of the the main content keeps under the header. How to push down the main content? About the translation... Solved. Thank you :)
    #337000
    Ada
    Participant
    Hi please update that code
    
    header.mooc.fix {
        position:fixed !important;
    }
    section#content{
        padding-top:55px !important;
    }
    
    #337095
    Chala88
    Spectator
    This works in home page, but the issue continues in other pages (like PWA or profile, etc.,)
    #337181
    Ada
    Participant
    Hi I fixed this at your site. please check once if it is correct on all the pages or not. I have added the code here https://prntscr.com/xupfq1 Also in the vibebp section if you want to remove this gap https://prntscr.com/xup813 then use this css code in appearance>> customize>> custom css
    
    .profile_grid {
        margin-top:10px !Important;
    }
    
    #337222
    Chala88
    Spectator
    Hi, Thank you, nice job. This is working except in course layout. Could you fix it?
    #337249
    Chala88
    Spectator
    I deleted the CSS code for the moment (until fix course layout).
    #337398
    Ada
    Participant
    Yes for course layout page append this code also
    
    .single-course section#content {
        padding-top:30px !important;
    }
    
    Adjust the px value accordingly.
    #337451
    Chala88
    Spectator
    Thank You! Solved :)
    #337477
    Ada
    Participant
    Thank-you for confirming this. :) Closing this topic.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Mooc Header’ is closed to new replies.