No content to show
User Activity
This part of the code was added on purpose so that if the user accidentally moves the mouse cursor over the link with the Mega menu, it will not open
So? Did it work?
2023... any updates?
Here is a bit upgraded version of @Zurnaib's code. It will close the previous mega menu if you will hover over another one.<script>
let items = document.querySelectorAll(".mega-menu")
let currentItemIndex
items.forEach((item, itemIndex) => {
...
04-25-2023
Hello. I have a product page, which SEO I can edit only using "search engine listing" but it doesn't allow us to set an og:image (Online Store –> Preferences also doesn't work because it uses one image for every page). I tried this solution: https://...