Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like your theme outputs your whole site within an element with a class .header

    On cert pages LifterLMS assumes common classes for headers and footers and hides them (so when you print your cert you just get the cert).

    We can’t guarantee 100% theme compatibility. It’s too complicated… Sorry we’re not working with yours.

    Try this custom css:

    
    .single-llms_my_certificate .header,
    .single-llms_certificate .header { display: block; }
    
    .single-llms_my_certificate .header #main-nav,
    .single-llms_certificate .header #main-nav,
    .single-llms_my_certificate #footer,
    .single-llms_certificate #footer { display: none; }
    

    This can be added via a child theme’s stylesheet or simply added via the customizer: https://lifterlms.com/docs/add-custom-css-using-wordpress-customizer/

    Hope that helps,

    Thread Starter mcmook

    (@mcmook)

    Perfect… many thanks!

    you’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Certificate does not render correctly’ is closed to new replies.