Thread Starter
Ilya K
(@ilya-k)
Also, I’ve found a small bug – the topbar is displayed on the frontpage (no matter user is logged in or not).
To fix the bug, I suggest removing the code you have for removing the topbar in class-admin.php and add the following
if (( strpos($_SERVER['REQUEST_URI'], sprintf('/%s/', Kanban::$slug)) !== FALSE )) {
show_admin_bar( false );
}