• Resolved Nanura

    (@nanura)


    Hi,

    I upgraded to lifterlms 3.0 but have some issues.

    My site is: https://www.bewustblijwerken.nl
    My theme is: Divi

    The sidebar is showing the primary sidebar in stead of lifterlms sidebar. I did read your doc about it. https://lifterlms.com/docs/lifterlms-sidebar-support/?utm_source=notice&utm_medium=product&utm_content=sidebarsupport&utm_campaign=lifterlmsplugin

    But the code is nog working for me. I put in this code in the childtheme

    <?php

    function my_llms_sidebar_function( $id ) {
    $my_sidebar_id = ‘sidebar-1’; // replace this with your theme’s sidebar ID
    return $my_sidebar_id
    }
    add_filter( ‘llms_get_theme_default_sidebar’, ‘my_llms_sidebar_function’ );

    I get this error: Parse error: syntax error, unexpected ‘}’ in /var/customers/webs/gerry/bewustblijwerken.nl/wp-content/themes/childthemebewustblijwerken/functions.php on line 6

    Line 6 is where the } is.

    I also tried the your plugin but it gives the same error.

    I also get this notice:
    Warning: Illegal string offset ‘dismissible’ in /var/customers/webs/gerry/bewustblijwerken.nl/wp-content/plugins/lifterlms/includes/admin/class.llms.admin.notices.php on line 182 Warning: Illegal string offset ‘html’ in /var/customers/webs/gerry/bewustblijwerken.nl/wp-content/plugins/lifterlms/includes/admin/class.llms.admin.notices.php on line 187 Warning: Illegal string offset ‘remindable’ in /var/customers/webs/gerry/bewustblijwerken.nl/wp-content/plugins/lifterlms/includes/admin/class.llms.admin.notices.php on line 188

    No idea what it means.

    Also a link to a cours does not work at My courses. I have 3 courses within a membership. 2 are working 1 is not

    I hope you can help me fix it. I put a lot of work in it and now it’s not possible to use it. I really want to cry right now.

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

    Do not cry.

    I have just released LifterLMS 3.0.1 which should resolve the Divi sidebar issues without the need for any custom code

    The other issue with the warnings has been really hard for me to track down but I think it’s resolved in 3.0 as well

    Hope that helps,

Viewing 1 replies (of 1 total)
  • The topic ‘upgrade issues’ is closed to new replies.