Skip to content
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

Open
MadaManu opened this issue Nov 2, 2021 · 7 comments
Open

Long post/page scrolling causes header and menu to dissapear #85

MadaManu opened this issue Nov 2, 2021 · 7 comments

Comments

@MadaManu
Copy link

MadaManu commented Nov 2, 2021

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.
image

I am using: Google Chrome - Version 95.0.4638.54 (Official Build) (64-bit)

@MadaManu
Copy link
Author

MadaManu commented Nov 2, 2021

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.

@minimaluminium
Copy link
Member

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

@safaci2000
Copy link

safaci2000 commented Dec 19, 2021

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>

Screen Shot 2021-12-19 at 1 24 35 PM

@safaci2000
Copy link

safaci2000 commented Dec 31, 2021

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

@minimaluminium
Copy link
Member

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 🙂

@rm-rf-etc
Copy link

It would be helpful if the people experiencing this issue would include the browser and OS version they are running.

@decaffeinatedio
Copy link

decaffeinatedio commented Aug 13, 2022

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 <nav> element that @safaci2000 described. Any pointers appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants