raffaizoltan
Thanks for the info.
1 - I updated 2 files to make the topbar sticky:
/templates/ja_teline_iv_t3/tpls/blocks/header.php
Added the affix in line 22:
<div class="container topbar" data-spy="affix" data-offset-top="30">
/templates/ja_teline_iv_t3/css/custom.css
/**Added by JA Support*/
.topbar.affix {
left: 0;
z-index: 999;
background-color: #ffffff;
right: 0;}
2 - To have left sidebar, you will have to customize layout of this template, if you go to Backend > Extenisons > Templates > JA Teline IV > Layout tab >> you will see a list of layout there, in this case, I guess you will select 3 column:
The associated layou file is:
templates/ja_teline_iv_t3/tpls/blocks/3-column.php
And customize this file as you wish.