- This topic has 10 replies, 3 voices, and was last updated 3 years, 11 months ago by
Tom.
-
AuthorPosts
-
March 1, 2017 at 4:48 am #285554
atdev
In desktop resolution works fine
In tablet/mobile resolution it stops after feature image section
https://drive.google.com/file/d/0B4_6yCPl6FdOOU1hc1FmMkQxaDg/view
GeneratePress 1.3.44GP Premium 1.2.94March 1, 2017 at 6:04 am #285602Leo
StaffCustomer SupportHi there,
Are you able to provide a link to the site so we can take a look?
Thanks.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 1, 2017 at 6:11 am #285608atdev
Course9.com
How can I privately send you login details?March 1, 2017 at 6:13 am #285612Leo
StaffCustomer SupportYou can use Account Issue on this page: https://generatepress.com/contact/
Just mention the topic 🙂Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 1, 2017 at 6:23 am #285614atdev
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?
March 1, 2017 at 6:25 am #285615Leo
StaffCustomer SupportYup of course. If there’s anything you would like to remove but can’t just let us know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 1, 2017 at 10:16 am #285724Tom
Lead DeveloperLead DeveloperHi 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?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 7, 2017 at 8:01 pm #288602atdev
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>March 7, 2017 at 10:02 pm #288621Tom
Lead DeveloperLead DeveloperSo when you remove those calendly scripts the issue goes away?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 7, 2017 at 10:16 pm #288626atdev
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>March 7, 2017 at 10:32 pm #288633Tom
Lead DeveloperLead DeveloperIs 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.