Hi,
I know the answer to your first question, about making the sidebar static and always open. In the ‘header.php’ file, find line 22.
Replace <body <?php body_class(); ?>> to
<body <?php body_class('display-sidebar'); ?>>
I found this solution on the template website forum, http://templatypus.com/support/forum/phogra-template/topic/keep-menu-always-visible–or-expanded-9
Thank you very much vfrances, your answer and link is very useful for me too !!!