My forum just updated and now the header is not sticky on mobile.
Very difficult to navigate or use chat now, how can I resolve this?
My forum just updated and now the header is not sticky on mobile.
Very difficult to navigate or use chat now, how can I resolve this?
Does it also happen in safe mode?
Ah no that fixes it so it must be a plugin or component right?
I think itās the chat plugin
You might be able to override these css changes in a custom theme component, but I guess there is a reason why they were added
Hmm it happens unless I tick
Disable all client-side plugin customizations
Do you know what CSS I need to add back in to fix this?
I donāt have a lot of time now but want to fix this bug now
Itās already fixed, so itās surprising you are in this situation if you just updated.
The fix is in the release:
Not working even by adding in the code to my theme:
html.ios-device body {
overflow: auto !important;
}
html.ios-device.composer-open body,
html.ios-device.has-full-page-chat body {
overflow: hidden !important;
}
Can you be more precise when you say āI just updatedā, was it few hours ago, or actually yesterday?
My host updated it, literally about an hour ago, but in the Admin it says updated a day ago. I guess itās an older version?
It depends what strategy your host is using for updates. Can you share who youāre hosted with?
Yes itās these:
Iāve emailed them to ask if we can update again.
(How can I see which exact version Iām on? And which versions are available?)
Is it about https://forum.tardis.guide/ which you linked in your profile? Thatās on Commits Ā· discourse/discourse Ā· GitHub and, based on the plugins, it seems to be hosted by communiteq.
Yes thatās right. Looks like the latest fix is not live.
Iāve asked them to update. But I did put that CSS into my theme and it hasnāt helped.