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
Hi Brett!
I am currently working on an _s based starter theme and trying to implement your responsive-menu.js.
I have managed to add the proper BEM classes to the navigation, but somehow get the following error:
Uncaught ReferenceError: menuIcons is not defined at new ResponsiveMenu (responsive-menu.js:13)
Hope you can help me on my way solving this.
Cheers, Tibor
The text was updated successfully, but these errors were encountered:
Hey Tibor!
So in V1 of the theme there was this:
luxe/app/functions-assets.php
Line 36 in 3170b40
That was just a way to pass the svg to the menu, but you could just update the script to have that in line instead, or remove it.
Hope that helps!
Sorry, something went wrong.
Aaah...of course! I totally missed that one :-S Thanks so much!!
No branches or pull requests
Hi Brett!
I am currently working on an _s based starter theme and trying to implement your responsive-menu.js.
I have managed to add the proper BEM classes to the navigation, but somehow get the following error:
Hope you can help me on my way solving this.
Cheers, Tibor
The text was updated successfully, but these errors were encountered: