-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long post/page scrolling causes header and menu to dissapear #85
Comments
I also tested it with Microsoft Edge Version 95.0.1020.40 (Official build) (64-bit) and Firefox 94.0 (64-bit) but the issue is NOT present using these browsers. So I'm not sure what happens with Chrome. |
Hey @MadaManu, I wasn't able to reproduce the issue on my end using Chrome 96.0.4664.55. Would you be able to check if there's any console error when you have the issue? CleanShot.2021-11-30.at.13.07.03.mp4 |
I'm having the same issue. You can see the current behavior here: https://beta.gbfest.org. This is the only additional code Injection I have. <style>
.kg-image{
height: 50%;
width: 50%;
float: left;
padding: 20px;
}
.content figure:nth-of-type(_) {
float: left;
</style>
<script>
var search_api_key = 'SECRET';
</script>
|
I'm not sure if this is the same issue, but I'm comparing the generated HTML between the two versions. I think the reason is the CSS is no longer valid. The old version, I have <nav id="nav">
<ul class="links">
<li class=... New version is now rendering as: <div id="wrapper" class="fade-in">
<ul class="nav">
<li class=.... I think it's not correctly identifying the section and breaking. The file in question that seems to be the culprit is _nav.scss |
The issue is still isn't reproducible. If anyone who can reproduce the issue on their end could provide a fix, that'd be greatly appreciated 🙂 |
It would be helpful if the people experiencing this issue would include the browser and OS version they are running. |
Hey there folks -- I'm experiencing this issue building on PopOS 22.04 (an Ubuntu flavor) and viewing on Firefox 102.01. You can see the issue live on https://paddyroc.com. I'm seeing the same issue of a missing |
Hi,
Using this theme in one of my blogs, and I have spotted this issue. On a long page (a lot of content to scroll through) or post, when you scroll back up the top, the header and the menu disappeared.
I have tried this on the demo as well, and yes it happens there too see this page: Massively Demo - Apps Integrations. Scroll down the bottom, then back up, the menu and header is gone as in screenshot below.
I am using: Google Chrome - Version 95.0.4638.54 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: