toolbar not showing after activating my new theme

Permalink
Hi
i pick bootstrap html template from the web and put it in application/themes and rename the index.html to default.php and change every css and js src to include <?php echo $view->getThemePath()?>/......
and after head tag i wrote
<?php Loader::element('header_required'); ?>
and before body close tag i wrote
<?php Loader::element('header_required'); ?>
and i install and activate the theme everything is working sliders,etc but Toolbar not showing !!

 
macnux replied on at Permalink Reply
oh sorry
the template i choose was navbar-fixed-top
when i remove it the bar is shown
ok now if i want to remain the nav bar fixed top and make toolbar appeared also what i do?
thanks in advance.