Template saber bugs
- Posted by Feroz (2) Offline
Hi,
We installed subject template at tecs-firensafety.com.sg/test.
The problem we found header is not sticky in all pages when scroll down.shortcode plugin also got problem.. kindly check and advise..thanks
6 years 8 months ago #1
by Feroz
We installed subject template at tecs-firensafety.com.sg/test.
The problem we found header is not sticky in all pages when scroll down.shortcode plugin also got problem.. kindly check and advise..thanks
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi werm,
Sorry for delay in responding.
Have you enabled the sticky header option from the template backend?
6 years 8 months ago #2
by TemplatePlazza
Sorry for delay in responding.
Have you enabled the sticky header option from the template backend?
Please Log in or Create an account to join the conversation.
- Posted by Feroz (2) Offline
- Posted by champchoel (27) Offline
Hi werm,
Please try to go to templates > sabber > tpls > blocks > header.php and on line 39-41, you should see
$navbarbg = 'navbar-bg';
} else {
$affix_header = '';
Please change it into
$navbarbg = 'navbar-bg';
} else {
$navbarbg = '';
And now you need to create custom.css and add this rule,
.t3-sticky.affix {position: fixed}
Good luck
6 years 8 months ago #4
by champchoel
Please try to go to templates > sabber > tpls > blocks > header.php and on line 39-41, you should see
$navbarbg = 'navbar-bg';
} else {
$affix_header = '';
Please change it into
$navbarbg = 'navbar-bg';
} else {
$navbarbg = '';
And now you need to create custom.css and add this rule,
.t3-sticky.affix {position: fixed}
Good luck
Please Log in or Create an account to join the conversation.