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

Scroll menu is not working #317

Closed
nodarik opened this issue Feb 16, 2021 · 2 comments
Closed

Scroll menu is not working #317

nodarik opened this issue Feb 16, 2021 · 2 comments
Assignees

Comments

@nodarik
Copy link

nodarik commented Feb 16, 2021

it's not working even on our demo:
https://demo.colorlib.com/illdy/

reported by users here: https://forums.colorlib.com/t/anchor-links-not-working-properly/27703/4

@2w3nn3r
Copy link

2w3nn3r commented Mar 21, 2021

Found the problem: wp-content/themes/illdy/layout/js/script.js
in
function smoothScrollAnchors()
where

$('#sticky-wrapper' ).outerHeight( true )

returns undefined value.
Changed it to this:

($('#sticky-wrapper' ).outerHeight( true ) || 0)

Not tested with sticky wrappers... but scrolling works for me again.

@mahendrapratap4022
Copy link
Contributor

Hi @nodarik This bug is fixed in #323

@mahendrapratap4022 mahendrapratap4022 self-assigned this Sep 10, 2021
joeedman added a commit to joeedman/illdy that referenced this issue Aug 24, 2022
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

3 participants