Hi tokegameart
Sorry to hear about the hassle. If you are using a caching plugin, please, could you try clearing its cache and see if there is any change? If that doesn’t help, please, can you also try temporarily deactivate all plugins and see if there is any change in behaviour.
i’ve deactive all of plugins, still doesn’t get it work π
the sticky header is work, but not at correct position.
the header stick below the top bar with top bar menu dissapear (transparent layer, invisible or something else). It’s very annoying
Please, could you send a link to your site so I can take a look?
http://tokegameart.net/
you need to logged in to see the bug.
Thanks, there aren’t any JavaScript Console errors, all looks normal.
Do you perhaps want to contact me via email on [email protected]. You’re a premium user so we’re standing by to assist via email.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
@tokegameart, Please never post sensitive information on these public forums.
Thanks, Andrew. Appreciate all the help.
@tokegameart, sorry, the way we’ve set this up isn’t suitable for your site. Apologies. We’ve assumed logged in users would have the admin bar present which isn’t necessarily the case. Let me take another look at the CSS and come up with a smarter way of adjusting the sticky header for the admin bar. Will report back shortly.
Slightly edge case, but just in case anyone else is having this problem for their logged in users with no admin bar, the Custom CSS fix is:
/* Hotfix: remove after 2.1.3 */
body:not(.ultra-customizer-preview).logged-in .site-header.is-stuck[style] {
top: 0 !important;
}
@media (max-width: 600px) {
body:not(.ultra-customizer-preview).logged-in .site-header.is-stuck[style] {
top: 0 !important;
}
}
@media (min-width: 600px) and (max-width: 780px) {
body:not(.ultra-customizer-preview).logged-in .site-header.is-stuck[style] {
top: 0 !important;
}
}
I’ll release an update tomorrow to resolve, the above hotfix can be removed after the update.
Thanks for your help, Andrew π
No problem, thanks for your understanding. More to come tomorrow.