Archived topic
sticky menu isn't visible after scroll
10 replies · Started by atdev on March 1, 2017
In desktop resolution works fine
In tablet/mobile resolution it stops after feature image section
https://drive.google.com/file/d/0B4_6yCPl6FdOOU1hc1FmMkQxaDg/view
Hi there,
Are you able to provide a link to the site so we can take a look?
Thanks.
Course9.com
How can I privately send you login details?
You can use Account Issue on this page: https://generatepress.com/contact/
Just mention the topic :)
Details sent.
Also how can I remove sensitive info from a supporter found post?
I don't want to start using temporary urls. Can I edit or delete the post later?
Yup of course. If there's anything you would like to remove but can't just let us know :)
Hi there,
First, you'll want to remove this from your smooth scrolling links code:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
That's going to cause a lot of issues.
Does this only happen when the first section is using Elementor?
Thanks Tom,
I've removed the https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
As a test I've created the page https://course9.com/test-no-elementor/ without using elementor but the issue still presents on mobile.
The problem is the following calendly script which I really need as it pops up a calendar (without this script your header remains sticky after the first section, but the calendar doesn't pop anymore)
https://course9.com/test-elementor-no-calendly-script/
<!--
*** CALENDLY BUTTON > POP UP ***
-->
<link href="https://calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://calendly.com/assets/external/widget.js" type="text/javascript"></script>
So when you remove those calendly scripts the issue goes away?
Yes removed and no more problems but no more modal on click.
<link href=”https://calendly.com/assets/external/widget.css” rel=”stylesheet”>
<script src=”https://calendly.com/assets/external/widget.js” type=”text/javascript”></script>
Is the script removed right now? Everything seems to be working.
It's strange that the nav would work only up until a specific point. It's possible that there's some javascript in the calendly files that is conflicting with the sticky nav. Not sure if I could pinpoint the exact issue as I don't see any errors.