• Resolved jeneu70

    (@jeneu70)


    Using LifterMS with Siteorigin Pagebuilder. Deactivated Gutenberg with classic Editor Plugin.
    As long as Lessions stay in “classic” navigation is added at the bottom. I guess it is by the codes:
    <!– wp:llms/lesson-progression /–>
    <!– wp:llms/lesson-navigation /–>

    As soon I turn on “siteorigin Pagebuilder” navigation at bottom of lessons disappears.

    How can I activate the Navigation for an alternative Editor like siteorigin (Shortcode? Widget? Templatefile? function.php?)

    There are many existing Lessons so I can not change to another editor

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

Viewing 1 replies (of 1 total)
  • @jeneu70,

    I’ve received a few requests to add support for this PB and I probably will in the future but for now you could add a bit of code to your site to tell LifterLMS not to treat your courses and lessons as if WordPress 5.0 didn’t happen:

    add_filter( 'llms_blocks_is_post_migrated', '__return_false' )

    This is a “dumb” function in that it treats all courses exactly the same.

    You can add code like this to your functions.php file in a child theme.

    Let me know if that helps

Viewing 1 replies (of 1 total)
  • The topic ‘Lifter and Siteorigin Pagebuilder’ is closed to new replies.