• Resolved jdelgado

    (@jdelgado)


    Hi,

    I’m using LearnPress with Bridge theme.

    As you can see in the link, my lessons don’t get displayed full width but instead, they get inside a narrow area that makes it impossible to navigate and read them.

    Any thoughts on how to fix this?

    I read that someone recommended to set the Page Template to Landing Page but I’m afraid the Lesson Pages don’t allow us to change their template.
    Here you can see that the only available options are Standard, Link, Gallery, Video, Audio and Quote: https://prnt.sc/lCdarQj9IX7Z

    Is there anywhere else where I can force the Courses template in Bridge to be Landing Page?
    Perhaps in function.php?
    And if so, how would that be?

    Thanks in advance!`

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Please try to add this CSS code to your theme

    
    .lp_course-template-default.single.single-lp_course footer {
      z-index: 99 !important;
    }
    

    Thanks

    Thread Starter jdelgado

    (@jdelgado)

    Hi @briantp ,

    Thanks for your help.
    Unfortunately it didn’t have any impact on the display of the lesson.
    You can see it in action in my site:
    https://www.espaipsicologos.com/cursos/curso-de-asertividad/lecciones/lesson-1/

    As you can see nothing seems to have changed.

    Any other idea will be welcome!

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Please try to use this code

    
    footer {
      z-index: 99 !important;
    
    }

    Thanks

    Thread Starter jdelgado

    (@jdelgado)

    My bad @briantp !

    Your first code worked fine (and the second too).
    It didn’t work at the beguining because I include a comment on top of it like this:
    // Footer change //

    Instead of like this:
    /* Footer change */

    Thanks alot for your help!

    Thread Starter jdelgado

    (@jdelgado)

    UPDATE: Ticket reopened

    I need to re-open this ticket because your code did put the course content over the footer. Thanks for that !!!

    But I have now a similar issue with the top navigation menu.

    I’ve recorded this brief video explaning what happens:

    Any tip appreciated !!!

    • This reply was modified 2 years, 6 months ago by jdelgado.
    • This reply was modified 2 years, 6 months ago by jdelgado.
    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    If you need, we can hide the menu when the user learning the course, it is ok, right?

    Thanks

    Thread Starter jdelgado

    (@jdelgado)

    Yes, that would be a very good solution.
    How can I do that?
    Thanks for your help!

    Thread Starter jdelgado

    (@jdelgado)

    UPDATE: I got it !!!

    Just it case this can be helpful to others, this is the DIV that needed to be on top of everything:

    .content.content_top_margin_none {
    z-index: 9999999 !important;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Lesson can’t be displayed correctly (using Bridge Theme)’ is closed to new replies.