We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EDITED: There's an error in frontend.min.js producing smooth scroll to anchor points. Uncaught TypeError: Cannot read property 'height' of undefined
When I format minified file, this is the line:
0 < elementorFrontend.getElements("$wpAdminBar").length && (o -= this.elements.$wpAdminBar.height())
Elementor v 2.0.7. / WP 4.9.5
The text was updated successfully, but these errors were encountered:
Thanks fixed in 2.0.8
Sorry, something went wrong.
No branches or pull requests
Description
EDITED:
There's an error in frontend.min.js producing smooth scroll to anchor points.
Uncaught TypeError: Cannot read property 'height' of undefined
When I format minified file, this is the line:
0 < elementorFrontend.getElements("$wpAdminBar").length && (o -= this.elements.$wpAdminBar.height())
Elementor v 2.0.7. / WP 4.9.5
The text was updated successfully, but these errors were encountered: