LT_Digit
Page “Our Team”.
http://demo4.ltheme.com/joomla/lt-digix/index.php/about-us/our-team
If you scroll down the page, the sticky header will not appear immediately, but with a big delay.
On the home page
http://demo4.ltheme.com/joomla/lt-digix/
Если вы прокрутите главную страницу вниз, липкий заголовок не исчезнет, как это было на других страницах.
Но фон заголовка тоже появляется поздно.
Чем вызван такой разный функционал на разных страницах?
Если это ошибка, когда вы планируете решить эту проблему?
Thank’s in advance
Excuse me.
Wrong broadcasting language. )
LT_Digit
Page “Our Team”.
http://demo4.ltheme.com/joomla/lt-digix/index.php/about-us/our-team
If you scroll down the page, the sticky header will not appear immediately, but with a big delay.
On the home page
http://demo4.ltheme.com/joomla/lt-digix/
If you scroll down the main page, the sticky header does not disappear, as it was on other pages.
But the background of the header also appears late.
What caused such a different functionality on different pages?
If this is a mistake, when do you plan to fix this problem?
Thank you for your report! We just fixed it, please recheck.
If you have same problem in your website, please submit ticket and give us your site URL, admin login, so we can help you with this patch fix.
If I download the archive distribution template, is there a bug already fixed in the archive?
This bug will be included on next release, but not right now. We will collect more bugs, improves for this template before release. So, if you need patch fix, just let me know so I can send it for you.
Thank’s. I need patch fix. Please send it for me.
Sure, please open file ‘custom.js’ located in folder ‘js’ of template, search for
if (winTop >= [xxx])
and change this value to “0” as below
if (winTop >= 0)
Save it, clear cache and recheck.
note: [xxx] is default value, some template design need to be “0” to load sticky faster.