Template saber bugs

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

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

Please Log in or Create an account to join the conversation.

6 years 8 months ago #3 by Feroz

Please Log in or Create an account to join the conversation.

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 Log in or Create an account to join the conversation.

Powered by Kunena Forum