Hi,
Some of you might be able to help me with an issue…
I run a store in Sweden called Zavor (zavor.se). We have recently been experiencing issues with our navigation bar, suddenly out of nowhere it does not work (when you click it) BUT this issue persists only from the home page.
What could have caused this sudden issue and what could be a solution to it?
Cheers!!
Oscar
Hello Oscar,
Issue is JS conflict, you can check it in console.
To confirm right click anywhere in page
Click Inspect
Click console
click errors
here you will find the conflict, interesting thing it only appears in homepage.
And to fix it manually check theme files and find out the issue once found then you have to fix it but before that have to understand why conflict happens.
Thanks