upgrade issues
-
Hi,
I upgraded to lifterlms 3.0 but have some issues.
My site is: https://www.bewustblijwerken.nl
My theme is: DiviThe 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 188No 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.
- The topic ‘upgrade issues’ is closed to new replies.