WordPress 4.5 javascript bug
-
Hello there,
The Felynx Forest 2.4 has a bug with javascript.
I’ll update it, but you can already fix it.
In the main.js file you have to replace
a[href*=#]:not([href=#])
by this (note the addition of quotes around #):
a[href*="#"]:not([href="#"])
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WordPress 4.5 javascript bug’ is closed to new replies.