1
This problem happens on mobile devices. It’s a bit strange but when I access the site through the URL, the menu works normally, that is, by clicking on the 3 horizontal bars, the menu appears. But when I go to Google, I do the search and enter the site through Google, it even appears the 3 bars menu but does not open the menu by clicking (touch) on the bars. Does nothing and no menu appears.
Any idea of the problem? Thank you very much.
Ever tried to do a refresh after accessing via Google results? It looks like it cached this.
– Thiago Lunardi
Yes Thiago, it was my first reaction..
– DEB
Well, as you say that the 3 bars appear, it should not be CSS, but Javascript. The references of your JS are at the end of the HTML page? Just before the </html>
– Thiago Lunardi
my menu and its animations are entirely in CSS, no Java Script
– DEB
Can you share the URL? Already seen in the Developer Tools (F12) of the browser if it shows something in the Console tracking?
– Thiago Lunardi
Please enter the url and term to search on google to find it
– Alan Rezende
Guys got it.. the problem was with the z-index, the header bar was over the menu when it opened. It opened from below. Thanks Thiago and Alan for the mood.
– DEB
@DEB would have to post the solution, may have more people with their doubt.
– David