Whenever I click any of the buttons in the custom menu with animations, I am getting a Jquery error in the console.
Also, I cannot refresh the page after I launch the website (i.e. When I am in any of the urls containing ‘/#/’)
Hello @serkan
The website is not yet online, and it is not something I would push online.
Here’s the error I am receiving:
jquery.js?ver=1.12.4-wp:2 Uncaught Error: Syntax error, unrecognized expression: #/about-me
at Function.ea.error (jquery.js?ver=1.12.4-wp:2)
at ea.tokenize (jquery.js?ver=1.12.4-wp:2)
at ea.select (jquery.js?ver=1.12.4-wp:2)
at Function.ea (jquery.js?ver=1.12.4-wp:2)
at Function.a.find (jquery-migrate.min.js?ver=1.4.1:2)
at n.fn.init.find (jquery.js?ver=1.12.4-wp:2)
at n.fn.init.a.fn.find (jquery-migrate.min.js?ver=1.4.1:2)
at a.fn.init.n.fn.init (jquery.js?ver=1.12.4-wp:2)
at new a.fn.init (jquery-migrate.min.js?ver=1.4.1:2)
at n (jquery.js?ver=1.12.4-wp:2)
Note that the URL (example: #/about-me) changes depending on the page that I navigate to.