i do not use the left side menu, i have all menu items which are selected as navbar items. but the location of the menu is all white like collapsed menu but empty.
Download v2020.0.6 again and generate the project .css again. Delete temp files in your browser to make sure the newly generated project .css file is being used.
Thanks its fixed.
hi,this was due to my code in server event global Page_Loading():if (@$COOKIE[@$COOKIE[‘PHPSESSID’] . ‘_SidebarCollapsed’] == ‘1’) {
global $BODY_CLASS;
$BODY_CLASS .= ’ sidebar-collapse’;
}
- AdminLTE 3.0.1 has fixed the issue, download PHPMaker v2020.0.7 (includes AdminLTE 3.0.1) and re-generate the adminlte.css.
- Do not use “$BODY_CLASS .= ’ sidebar-collapse’” anymore if you want to initiate the sidebar as collapsed, click Tools → Advanced Settings and set “AdminLTE layout class” as “sidebar-collapse”.